body{
	padding: 0px; 
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
html, body{
	height:100%;
	margin:0px;
	padding-top:5px;
	padding-right: 0px;
	padding-left: 0px;
	border: none;

}
a img{
	border:0px;
}
.topmenu{
	margin:10px 30px auto auto;
}
.topmenu td a{
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	background:url(images/ButtonCenter.gif) repeat-x;
	display:block;
	padding:4px 2px 0px;
	height:20px;
}
.topmenu td a:hover{
	color:#FFCC49;
	text-decoration:none;
}
.topmenu td img{
	vertical-align:top;
	margin:0px;
}
.menu {
	padding:0px;
	margin:12px auto 0px 8px;
	list-style:none;
	width:164px;
}
.menu li{ 
	text-align:right; 
	padding:0px;
	margin:0px 0px;
	background-color:#faeda5; 
}
.menu li a{ 
	color:#002654; 
	font-weight:bold; 
	font-size:12px;
	text-decoration:none;
	padding:0px;
}
.menu li a:hover{ 
	text-decoration:underline;
}

.biggie {
	padding:0px;
	margin:13px auto 0px 8px;
	width:164px;
}

.biggie a{ 
	color:#002654; 
	font-weight:bold; 
	font-size:13px;
	text-decoration:none;
	padding:3px;
}
.biggie a:hover{ 
	text-decoration:underline;
}


A.subbar:link {
font-weight : bold; 
font-size : 9px; 
font-family : verdana; 
color : #996665; 
text-decoration : none; 
font-weight: bold;
} 
A.subbar:visited {
font-weight : bold; 
font-size : 9px; 
font-family : verdana; 
color : #996665; 
text-decoration : none; 
font-weight: bold;
} 
A.subbar:active {
font-weight : bold; 
font-size : 9px; 
font-family : verdana; 
color : #996665; 
text-decoration : none; 
font-weight: bold;
} 
A.subbar:hover {
font-weight : bold; 
font-size : 9px; 
font-family : verdana; 
color : #ffffff; 
text-decoration : none;  
font-weight: bold;
} 


table {
margin : 0; 
padding : 0; 
border-collapse : collapse; 
border : 0 none inherit; 

} 
td {
padding : 0; 
margin : 0; 
border : 0 none inherit; 
border-collapse : collapse; 
} 
.linkbar {
background-color : #f1f3e9; 
padding : 10px; 
width : 191px; 
vertical-align : top; 
} 
.linkbartitle {
background-color : #ffffff; 
border : 1px dashed #bcc2a6; 
font-family : arial; 
font-size : 12px; 
color : #006699; 
font-weight : bold; 
text-align : center; 
} 
.subbanner {
border-bottom : 1px dashed #bcc2a6; 
} 
.content {
background-color : #ffffff; 
padding : 10px; 
text-align : justify; 
} 
.footer {
background : #002249 url('images/bottom2.jpg') repeat; 
width : 100%; 
height : 35px; 
} 
.footerlinks {
padding: 3px;
}
A.footerlinks:link {

font-weight : normal; 
font-size : 12px; 
font-family : arial; 
color : #fff; 
text-decoration : none; 
} 
A.footerlinks:visited {

font-weight : normal; 
font-size : 12px; 
font-family : arial; 
color : #fff; 
text-decoration : none; 
} 
A.footerlinks:active {

font-weight : normal; 
font-size : 12px; 
font-family : arial; 
color : #fff; 
text-decoration : none; 
} 
A.footerlinks:hover {

font-weight : normal; 
font-size : 12px; 
font-family : arial; 
color : #fff; 
text-decoration : underline; 
} 
img {

} 
.topbanner {
background : #002249 url('images/bannerbackback2.jpg') repeat; 
width : 100%; 
height : 196px; 
} 
.featuredband {
background : #ffffff url('images/featuredband.jpg') repeat; 
width : 100%; 
height : 19px; 
} 
.featuredimg {
background-color : #bcc2a6; 
text-align : center; 
font-family : arial black; 
color : #f1f3e9; 
font-size : 12px; 
} 
.featuredimg.img {
border : 1px solid black; 
} 
.featured {
background-color : #bcc2a6; 
padding-top : 6px; 
} 

.testbox {
background-color: #f1f3e9;
border: 1px dashed #bcc2a6;
padding: 10px;
}
input.login {background-color: #92C1C9; color: #000000; font-weight: bold; font-family: Verdana; font-size: 11px; border: 1px solid black;}

submit {background-color: #92C1C9; color : #002249; font-weight : bold;  font-size : 10px; font-family: verdana; border : 1px solid #002249;}

html>body #navigation li a {
		width: auto;
		padding: 0px;
		margin: 0px;
		}


#nav2, #nav2 ul { /* all lists */
		padding: 0px;
		margin: 0px;
		list-style: none;
		float : left;
		width : 164px;
		z-index: 10;
	}
	
	#nav2 li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : 0px;
		margin-left: 3px;
		width: 164px;
		list-style: none;
		z-index: 10;

	}
	
	#nav2 li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-top : -2.00em;
		z-index: 10;
		padding: 0px;
		spacing: 0px;

	}
	
	#nav2 li ul ul { /* third-and-above-level lists */
		left: -999em;
		z-index: 10;
	}
	
	#nav2 li a {
		width: 164px;
		display : block;
		color:#002654;
		font-weight : bold;
		text-decoration : none;
		z-index: 10;
	}
	
	#nav2 li a:hover {
		text-decoration:underline;
		width: 164px;
		left: 164px;
	}
	
	#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul { /* lists nested under hovered list items */
		left: 164px;
				background-position: 0 0;
	}
	







#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 18px;
			z-index: 10;
}

#nav a {
	display: block;

}

#nav li { /* all list items */
	float: left;
			z-index: 10;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #E8E1D0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 2px;
	padding-bottom: 2px;
width: 225px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
			padding-top: 10px;

}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
		padding-top: 10px;
border: 1px solid black;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
				background-position: 0 0;
}