/* Standard HTML Tag Styles */
BODY {
	color: #000000;
	background: #e3e3e3;
	background-image: url(/images/main_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	font-size: normal;
	font-family: Tahoma,Arial,Lucida,Helvetica,Utopia,Serif,sans-serif;
	margin: 1.5em 3em;
	padding: 0px;
	}

/* P {
	font-family: inherit !important;
	} */

A, A:link, A:active, A:hover {
	color: #3180c9;
	font-weight: normal;
	text-decoration: underline;
	}

A:visited {
	color: #275C93;
	font-weight: normal;
	text-decoration: underline;
	}

H1 {
	font-size: 2.0em;
	margin: 0px;
	}

H2 {
	font-size: 1.6em;
	font-weight: normal;
	}

H3 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px;
	}

SUP {
	font-size: 0.8em;
	vertical-align: super;
	}

SUB {
	font-size: 0.8em;
	vertical-align: text-bottom;
	}

UL {
	list-style-image: url(/images/arrow.gif);
	}

UL UL {
	list-style-image: url(/images/arrow.gif);
	}



/* Custom Styles */
.heading {
	background: #1a3a6b;
	background-image: url(/images/waves.jpg); 
	padding-top: 2%;
	padding-bottom: 0.2em;
	padding-left: 4%;
	padding-right: 4%;
	color: #ffffff;
	margin: 0px;
	}

.heading A, .heading A:link, .heading A:visited, .heading A:active, .heading A:hover 
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.heading .active
{
	color: #ffffff;
	font-weight: bold;
}

.navbar {
	color: #000000;
	background: #ffffff;
	background-image:  url(/images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom: 1px solid #CCCCCC;
	font-size: 0.9em;
	font-weight: normal;
	padding-left: 4%;
	padding-top: 0.4em;
	padding-right: 4%;
	padding-bottom: 0.4em;
	margin: 0px;
	}

.navbar A, .navbar A:link, .navbar A:visited, .navbar A:active {
	color: #404040;
	text-decoration: none;
	font-weight: bold;
	}
	
.navbar A:hover {
	color: #404040;
	text-decoration: underline;
	font-weight: bold;
	}
	
.navbar FORM {
	display: inline;
	}

.subnavbar {
	background: #d0d0d0;
	padding-left: 4%;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	border-bottom: 2px solid #808080;
	font-size: 0.8em;
	}

.subnavbar A,.subnavbar A:active,.subnavbar A:visited,.subnavbar A:link,.subnavbar A:hover {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	padding: 2px;
	}

.subnavbar .active {
	text-decoration: none;
	font-weight: normal;
	background: #808080;
	color: #ffffff;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 3px;
	}

.jumpbar {
	color: #000000;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0px;
	vertical-align: baseline;
	}

.jumpbar A, .jumpbar A:link, .jumpbar A:visited, .jumpbar A:active, .jumpbar A:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}

.main {
	color: #000000;
	background: #ffffff;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 25px;
	}

.sectionhead {
	font-weight: inherit;
	font-size: 1.25em;
	padding-bottom: 0.2em;
	}

.footer {
	color: #000000;
	background: #ffffff;
	background-image:  url(/images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom: 1px solid #CCCCCC;
	font-size: 0.8em;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	margin: 0px;
	}

.footer A, .footer A:link, .footer A:visited, .footer A:active, .footer A:hover {
	color: #275C93;
	text-decoration: none;
	font-weight: bold;
	}

.navlist 
{
	color: #696969;
	letter-spacing : 1.5px;
}

.infobox {
	border: 1px solid black;
	background: #FFFFCC;
	color: #333333;
	padding: 1em;
	}

/* Experimental, mind-altering Styles */

.shadow {
	font-size: 2em;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
	position: relative;
	}

.headingtext {
	color: #ffffff;
	position: absolute;
	left: -0.5%;
	}

.nonIEheadingtext {
	font-size: 2em;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: -1px;
	}


