/* CSS Document */


.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	
}

.titleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color:#999999;
}
.HeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #660000;
}



#nav {
	padding-top: 130px;
	
}

#Layer2 {
	position:absolute;
	width:956px;
	height:82px;
	z-index:100;
	left: 32px;
	top: 8px;
}

.headingText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-style: normal;
	text-transform: capitalize;
	color: #660000;
	text-decoration: none;
}
#navcontainer
		{
			background: #FAD156;
			width: 200px;
			margin: 0;
			font-family: Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight: bold;
			text-align: center;
			text-transform: uppercase;
		}

		ul#navlist
		{
			text-align: left;
			list-style: none;
			padding: 0;
			margin: 0 auto;`
			width: 100%;
		}
		
		ul#navlist li
		{
			display: block;
			margin: 0;
			padding: 0;
		}
		
		ul#navlist li a
		{
			display: block;
			font-size: 14px;
			width: 100%;
			padding: 0.5em 0 0.5em 2em;
			color: #002D62;
			text-decoration: none;
			
		}
		
		#navcontainer>ul#navlist li a { width: auto; }
		
		ul#navlist li#active a
		{
			font-size: 14px;
			width: 100%;
			padding: 0.5em 0 0.5em 2em;
			color:#660033;
		}
		ul#navlist li#needtopborder a
		{
			border-width: 1px 0px 1px 0px;
			border-color: #000 #000 #000 #000;
			border-style: solid;
			color: #002D62;
		}
		ul#navlist li#needtopbordertop a
		{	
			background: #FAD156;		
			border-width: 1px 0px 1px 0px;
			border-color: #000 #000 #000 #000;
			border-style: solid;
			color: #002D62;
		}
		ul#navlist li#submenu a
		{
			font-size: 11px;
			background: #FAD156;
			font-weight: bold;
			color:#CC3300;
			padding: 0.5em 0 0.6em 4em;
			
		}
		ul#navlist li#submenu a.sublink:hover
		{
		    font-size: 11px;
			background: #FAD156;
			font-weight: bold;
			color:#6666CC;
			text-decoration: none;
		}
		ul#navlist li a:hover, 	ul#navlist li#active a:hover
		{
			font-size: 14px;
			width: 100%;
			padding: 0.5em 0 0.5em 2em;
			color:#660033;
		}
		
		  ul#navlist li#subsubmenu a
		{
			font-size: 11px;
			background: #FAD156;
			font-weight: bold;
			color:#330000;
			padding: 0.5em 0 0em 8em;
			
		}
		ul#navlist li#subsubmenu a.subsublink:hover
		{
			text-decoration: underline;
		}
body {
	background-color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #6666CC;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #6666CC;
}


a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	text-decoration: underline;
	color:#003399;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #003399;
}

#callout{
background-color:#FFCC33;
}
#callout a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	text-decoration: underline;
	color:#000066;
}

#callout a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #000066;
}


#callout a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	text-decoration: underline;
	color:#666666;
}

#callout a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

