.clearboth 
{ 
	clear: both; 
}
		
.spacer
{
	float: left;
	width: 3%;
}

/* one style for links in the center of the page, 
another style for left and right nav (white links) */

A.content:link {text-decoration: underline; color: #1588BB;}
A.content:visited {text-decoration: underline; color: gray;}
A.content:active {text-decoration: underline; color: #1588BB; background-color: #E5E7E6;}
A.content:hover {text-decoration: underline; color: #1588BB; background-color: #E5E7E6;}

/* A.newMenu:link {text-decoration: underline; color: fuchsia;}
A.content:visited {text-decoration: underline; color: gray;}
A.content:active {text-decoration: underline; color: #1588BB; background-color: #E5E7E6;}
A.content:hover {text-decoration: underline; color: #1588BB; background-color: #E5E7E6;} */

A.navigation:link {text-decoration: none; color: White; font-size: 90%;}
A.navigation:visited {text-decoration: none; color: White; font-size: 90%;}
A.navigation:active {text-decoration: none; color: White; font-size: 90%;}
A.navigation:hover {text-decoration: underline; color: White; background-color: Transparent; font-size: 90%;}

body 
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	font-family: Arial, sans-serif;
	min-width: 100px;
	color: #133B78;
}
		
/* #content
{
	float: left;
	margin-left: 2%;
	background-color: #fff;
	height: 100%;
	clear: right;
} */

#formleft
{
	float: left;
	margin-left: 7px;
}

#formright
{	
	float: right;
	margin-right: 7px;
}

.newMenu
{
    text-align: center;
    width: auto;
    color: White;
}
/* This is a workaround to the issue that come out 
    with the asp menu after updating 
    IE7 to IE8.
    set attribute  DynamicMenuStyle-CssClass="adjustedZIndex" on the asp:menu
*/

.adjustedZIndex {
    z-index: 100;
}
.newMenuLevel1
{
    text-decoration: none;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

.newMenuLevel2
{
    text-align: left;
}

#search
{
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}	

#topnav 
{
	background-color: #6D99DB;
	vertical-align: middle;
}

#topnavleft 
{
	float: left;
	vertical-align: bottom;
	margin-left: 5px;
}
		
#formleft2
{
	float: left;
	/* width: 10px; */
	margin-left: 7px;
}

#formright2
{	
	float: right;
	/* width: 10px; */
	margin-right: 7px;
}
			
#leftnav
{
	float: left;
	/* width: 28%; */
	background-color: #6D99DB;
	height: 100%;
}

#menu
{
	margin-top: 10px;
	margin-left: 5px;
}

#breadcrumb
{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 7px;
	margin-right: 7px;
}

#rightnav
{
	float: left;
	margin-left: 2%;
	/* width: 20%; */
	background-color: #6D99DB;
	height: 100%;
	color: #FFF;
}

#video
{
	margin-left: 4px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-top: 5px;
	clear: both;
	float: left;  
}
		
#footer
{
	margin-bottom: 10px;
	float: left;
	/* width: 94%; */
	background-color: #6D99DB;
	text-align: right;
}
		
h1, h2, h3, h4, h5, h6, p, ul, ol, dl
{
	margin-left: 7px;
	margin-right: 7px;
}
		
h1, h2, h3, h4, h5, h6
{
	margin-bottom: 0px;
	/* color: #FFFFFF; */
}
		
h1+p, h2+p, h3+p, h4+p 
{ 
	margin-top: .2em; 
	margin-bottom: 0px;
}

h3
{
	color: #004080;
	text-align: center;
	/* font-variant: small-caps; */
}

.contentTable
{ 
margin-left: auto;
margin-right: auto;
}

