/* CSS Document */
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#356887;
	background-image:url(images/back2.jpg);
	background-repeat:repeat-x;
	margin:0;
}

h1 {
	font-size:20px;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:0px;
	color:#356887;
}
h2 {
	font-size:18px;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:0px;
	color:#356887;
}
h3 {
	font-size:16px;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:0px;
	color:#356887;
}


#main p { margin-top:0px; }

#dsl, #dsr {
	background-repeat:no-repeat;
	background-color:#356887;
	height: 800px;
	width:12px;
}

#dsl {
	background-image: url(images/dsl.jpg);
}

#dsr {
	background-image: url(images/dsr.jpg);
}

#container {
	border-left: 1px solid #000000;
	border-right: 2px solid #000000;	
}

#copy {
	font-size:12px;
	color:#999;
	text-align:center;
}
#copy:first-line {
	font-size:14px;
}
#copy a {
	color:#999999;
	text-decoration:none;	
}
#copy a:hover {
	text-decoration:underline;
}
#main {
	clear:both;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	min-height: 500px;
}
.fineprint {
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
}
.dob-headings {
	font-size: 12px;
	font-weight: bold;
}
.bod-pics {
	border: 1px solid #FFFFFF;
}
.bod-div {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #356887;
}
.red {
	color: #f00;
}
