/* commented backslash hack \*/ 
/* end hack */
body {
	background-color:#E6E6E6;
	color:#003399;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px;
}

input, select, option { 	color:#003399;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Contents */
a:link, a:visited, a:active {color: #0099cc; text-decoration: none;}
a:hover {color: #003399; text-decoration: underline;}

H1, H2, H3, H4, H5, H6 {
	font-weight: normal;
	color: #0099cc;
	}
	
H1 { font-size: 24px; }
H2 { font-size: 18px; }
H3 { font-size: 16px; }
H4 { font-size: 14px; }
H5 { font-size: 12px; }
H6 { font-size: 10px; }

.firstPara { margin-top: 0px; }

.darkBlue { color: #003399;}
.leadingImage { border: 0px solid #003399; margin-left: 10px; margin-bottom: 10px; }
/* end of Contents */

/*	un-rem this to get a feel for the layout
#page, #content, #header, #leftCol, #centreCol, #rightCol, #footer {
	border: 1px solid black;
	}
*/
#shadow {
	padding: 15px;
	width:970px;
	background-image:   url("/images/shadow/body.jpg");
	background-repeat:repeat-y;
	position: relative;
	overflow: hidden; /* for some crazy reason, this fixes the shadow in browsers */
	}

#shadowTop { top: 0; background-image:   url("/images/shadow/top.jpg"); }
#shadowBottom { bottom: 0; background-image:    url("/images/shadow/bottom.jpg"); }
#shadowTop, #shadowBottom { position: absolute; width: 100%; height: 25px; left: 0; background-repeat:repeat-x;}



#page{
	width:1000px;
	position:relative;
	left: 50%;
	margin-left: -500px;
	background-color:white;
/*	border: 1px solid black; */
	}

#header {
	height: 180px;
	background-color:#ffffff;
	clear:both;
	margin-bottom: 10px;
	}
	
/* Top Navigation styles (Should do it with UL/LI, but it caused too many compatibility headaches for now!) */
#topBar {
	color: black;
	height: 18px;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 5px;
	background-color: #0099CC;
	text-align:right;
	position: relative;
	}

#topBar ul { margin-left: 0; padding-left: 0; display: inline; }
#topBar ul li {
	color: black;
	font-size: 10px;
	margin-left: 0;
	padding: 0px 7px; /* height of pipes | spacing */
	padding-right: 2px;
	border-left: 1px solid black;
	list-style: none;
	display: inline;
	}
#topBar ul li.first { padding-left: 0; border-left: none; }

#topBar a:link, #topBar a:active, #topBar a:visited { text-decoration: none; color:black; }
#topBar a:hover { color: white;}

#logoBar {
	height: 100px;
	background-color: white;
	background-image: url("/images/logo_bg.jpg");
	background-position:bottom;
	background-repeat:repeat-x;
	}
/* #logoBar IMG { border: none; margin-left: 16px; margin-top: 16px;}  */
#logoBar IMG { border: none; margin-left: 15px; margin-top: 10px; }

#strapBar {
	position:absolute;
	width: 468px;
	height: 60px;
/*
	color: #003399;
	background-color: #0099cc;
	border: 1px solid #003399;
*/
	color: #0099cc;
	padding: 5px;
	top: 48px; right: 7px; 
	text-align: center;
	font-size: 24px;
	}
	
#mainNav {
	color: white;
	height: 30px;
	background-color: #e1e2e3;
	background-image: url(/images/nav_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	}

#mainNav ul { list-style: none;
margin: 0;
padding: 0;
padding-top: 8px;
}
#mainNav li {
display: inline;
margin-right:-4px;
}

#mainNav a:link, #mainNav a:visited {
	padding: 8px 10px 9px 10px;
	color: #FFFFFF;
	background-color: #525353;
	background-image: url(/images/main_nav_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	text-decoration: none;
	border-right: 1px solid #928f8e;
	}

#mainNav a:hover, #mainNav .selected {
	color: black !important;
	background-color: #0099CC !important;
	background-image: none !important;
	}
#mainNav .subNav { background-color: #b9b9b9 !important; background-image: url(/images/sub_nav_bg.jpg) !important; }

#subNav {
	color: white;
	height: 22px;
	background-color: #0099CC;
	padding-top: 8px;
	padding-left: 10px;
	}
	
#subNav ul { margin-left: 0; padding-left: 0; display: inline; }
#subNav ul li {
	color: white;
	margin-left: 0;
	padding: 1px 10px; /* height of pipes | spacing */
	padding-right: 7px;
	border-left: 1px solid #fff;
	list-style: none;
	display: inline;
	}
#subNav ul li.first { padding-left: 0; border-left: none; }

#subNav a:link, #subNav a:active, #subNav a:visited { text-decoration: none; color:white; }
#subNav a:hover { color: black;}
#subNav .selected { font-weight:bold; }
/* END OF Top Navigation styles */

#content {
	overflow: hidden; /* for some crazy reason, this fixes the size in browsers */
	}

#mainCol { 
	margin-left: 10px;
	margin-right: 10px;
	}

#leftCol { 
	float: left;
	position:relative;
	width: 603px;
	left: 10px;
	}

#rightCol {
	float: right;
	position:relative;
	width: 300px;
	right: 10px;
	border-left: 1px solid #003399;
	padding-left: 15px;
	}
		
#footer {
	height:20px;
	color: white;
	font-size: 10px;
	padding-top: 6px;
	padding-left: 5px;
	margin-top: 20px;
	background-color:#0099CC;
	position:relative;
	}
#footer a:link, #footer a:active, #footer a:visited { text-decoration: none; color:black; }
#footer a:hover { color: white;}
