#container {
	width: 705px;
	background: #FF9999;
}
#left-area {
	width: 81px;
	height: 100%;
	float: left;
	background: #FF9999;
}
#content {
	width: 426px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #c9d8ff;
	height: 100%;
	color: #000000;
	float:left;
}
#right-area {
	width: 198px;
	background: #669ACC url(../right_back.jpg);
	height: 100%;
	float: left;
	padding-bottom: 10px;
}
#content h2 {
	margin-left: 12px;
	color: #3d79b6;
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: 1.4em;
	margin-right: 12px;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 6px;
	margin-bottom: 2px;
}
#content h3 {
	font-family: "Gill Sans MT", Arial, sans-serif;
	color: #3d79b6;
	margin-left: 8px;
	font-size: 1.2em;
	font-weight: normal;
}
#content p {
	font-size: 1em;
	color: #000000;
	margin-left: 8px;
	margin-right: 8px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#content ul {
	color: #000;
	list-style-type: circle;
	font-size: 1em;
}
#content a:link {
	color: #666666;
	text-decoration: none;
}
#content a:visited {
	color: #666666;
	text-decoration: none;
}
#content a:active {
	color: #666666;
	text-decoration: none;
}
#content ul li a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}
#content ul li a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}
#content ul li a:active {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}
#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #669ACC;
	width: 130px;
	font-size: .7em;
	color: #FFFFFF;
}
#footer p {
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#footer a:link {
	color: #FFFF00;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFFF00;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFF00;
	text-decoration: underline;
}

fieldset {
	border: 1px solid #3d79b6;
	width: 400px;
	margin-left: 10px;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 3px;
}
legend {
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: 1.1em;
	color: #FFFFFF;
	background-color: #3d79b6;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 5px;
}
/* _____________________________________________
textarea {
	background-color: #ffcc33;
	border: 1px solid #cc6600;
}
input {
	background-color: #ffcc33;
}
_______________________________________*/
.required {
	font-weight: bold;
	color: #FF0000;
}
#picture-right {
	float: right;
	width: 70px;
}
