/* Body */

	body {
		background: #fff;
		color: #000;
	}

	#mainContent, {
		background: #fff;
		line-height: 1.3; /* value other than 'normal' needed for WinIE */
		color: #000;    
	}
	
	#mainContent {
		line-height: 1.4;
	}

	#nav {
		line-height: 1em;
	}

/* Random HTML Styles */

	hr {
		height: 1px;
		background-color: #000;
		color: #000;
		margin: 2em 0;
	}

/* General Structure */
    body, { /* redundant rules for bad browsers  */
            font-family: verdana, sans-serif;
            font-size: x-small;
            voice-family: "\"}\"";
            voice-family: inherit;
            font-size: small;
    }

	h1, h2, h3, h4, h5, h6 {
		margin: 1em 0 0.2em 0;
		border-bottom: 1px solid #ccc;
		font-family:"Times New Roman", Times, serif;
	}
	li h1, li h2, li h3, li h4, li h5, li h6 {
		border: none;
	}

	#header h1 { border: 0; }

	h1 { font-size: 160%; font-weight: normal; }
	h2 { font-size: 150%; font-weight: normal; }
	h3 { font-size: 120%; }
	h4 { font-size: 100%; }
	h5 { font-size: 90%; }
	h6 { font-size: 90%; border: 0; }
	
/* Navigation */

        :link { color: #039; }
        :visited { color: #636; }
        :link:hover, :visited:hover { color: #333; }
        :link:active, :link:active { color: #000; }


 .floatright
{
float: right;
margin: 0 0 10px 10px;
padding: 2px;
}

 .floatLeft
{
float: left;
margin: 0 0 10px 10px;
padding: 2px;
}

 ul#navPages
{
list-style-type: none;
margin: 0;
padding: .5em 0;
border-top: 1px solid #666;
margin-top:10px; 

}

ul#navPages li a
{
display: block;
width: 5em;
background-color: #747F96; 
padding: .2em 0;
text-align: center;
text-decoration: none;
border: 1px solid #004075;
padding: 6px 10px;
font-weight:bolder;
font-size:14px;
color: #FFFFFF;
}




ul#navPages li a:hover 
{
background: #CFEEF8;
color:#000000;
font-weight: bold;

}

ul#navPages .left { float: left; }
ul#navPages .right { float: right; }



