/* main html tags */

html { min-height: 100%; margin-bottom: 1px; }

body {
	background-color:#003788;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	overflow:scroll-y;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
	color: #000000;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.3em;
	font-weight: normal;
	color: #666666;
	text-align: left;
}


/* layout elements */

#horizontal {
	text-align: center;
	visibility: visible;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible
	}

#vertical {
	visibility: visible;
	position: absolute;
	margin-left: -380px;
	margin-top: 0px; 
	top: 0px;
	left: 50%;
	width: 760px;
	overflow:visible;
	max-height: 7000px;
	}

/* cause shrinking while printing from IE 7 and FireFox
#topper {
	visibility: visible;
	position: absolute;
	top: 0px;
	left: px;
	width: 760px;
	height: 88px
	}
*/


/*  menu */

#navbar {
	visibility: visible;
	position: absolute;
	top: 305px;
	left: 222px;
	width: 530px;
	height: 11px;
	z-index: 11;
}	


	
/* link styles */



.linkstyles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
	color: #FF0000;
	border-bottom: 1px dotted #666666;
}
 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
	color: #FFFFFF;    

}
a img {
	border-bottom: none;
	text-decoration: none;
}


a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #FFFFFF;
	text-decoration: none;	/* border-bottom: 1px dotted #990000; */
}


 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* font-weight: normal; */
	text-decoration: none;
	color: #FF0000;
	background-color: #FFFFFF;
	line-height: 1.5em;	
}
	
 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: normal; */
	text-decoration: none; 
	color: #000000;
	background-color: #cccccc;
	line-height: 1.5em;
}

#box {
	border: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #003788;
	width: 100px;
	height: auto;
	vertical-align:top;
}

a.blank:link, a.blank:active, a.blank:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none; 
	color: #FFFFFF; 
	line-height: 1.5em;
	border-bottom: none;
}

a.blank:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none; 
	background-color: #FFFFFF;
	line-height: 1.5em;
}

a.black:link, a.black:active, a.black:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none; 
	color: #000000;
	line-height: 1.5em;
	border-bottom: none;
}

a.black:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #FF0000;
	background-color: #003788;
	line-height: 1.5em;
}

a.bold:link, a.bold:active, a.bold:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	line-height: 1.5em;
}

a.bold:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	line-height: 1.5em;
}

.linkblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
	text-decoration: underline;	/* border-bottom: 1px dotted #990000; */
}
		
#sublink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none; 
	color: #FFFFFF;
	padding-right: 10px;
}	

hr {
	border-top-style: solid;
	border-top-color: #FF0000;
	border-top-width: 1px;
}

.sm-grey-boiler {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
	font-weight: normal;
	color: #666666;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
	color: #000000;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003366;
	line-height: 20px;
	text-decoration: none;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5 ems;
	font-weight: normal;
	color: #000000;
}

#wave {
	visibility: visible;
	position: absolute;
	top: 151px;
	left: 0px;
	width: 760px;
	height: 144px;
}
	
#bar {
	visibility: visible;
	position: absolute;
	top: 295px;
	left: 0px;
	width: 760px;
	height: 42px
}	

#bannerimage {
	visibility: visible;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 148px;
	background-color: #FFFFFF;
	}
	
#sdlogo {
	visibility: visible;
	position: absolute;
	top: 174px;
	left: 8px;
	width: 372px;
	height: 100px;
	z-index: 10;
}
	
#vrahome {
	visibility: visible;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 78px;
	height: 16px;
	z-index: 8;
}
	
#captionbar {
	visibility: visible;
	position: absolute;
	top: 218px;
	left: 415px;
	width: 335px;
	height: 11px;
	z-index: 12;
}	

#contentarea {
	visibility: visible;
	position: absolute;
	top: 355px;
	left: 0px;
	width: 700px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-repeat: repeat;
	z-index: 9;
	color: #333333;
	background-color: #A0BFDC;
}	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #333333;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #FF1023;
	background-position: left;
}
.tabletitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
}
.headerSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
}
.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #FFFFFF;
	text-decoration: none;
}

