@charset "utf-8";
/* CSS Document */
ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset {
margin: 0;
padding: 0;
border: 0;
line-height: 1.6em;
color: #fff;
}

body  {
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #000;
	margin: 12px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}

.logo
{
	
padding-top: 20px; 
margin-left: 0px;		
	
}

img
{
border: 0;	
}

 a
{
	color: #49b7cf;
	text-decoration: underline;
}
  a:hover
 {
	color: #aadfeb; 
 }
 #maincontent { 
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

/*#maincontent p
{
margin-top: 5px;
margin-bottom: 5px;
	
	
}*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#topmenu
{
background-color: #007fa5; 
height: 39px; 
font-family:Verdana, Geneva, sans-serif; color: #fff;	
	
}

#topmenu ul
{
	text-align: center;
	padding-top: 11px;
	font-size: .8em;
	padding-left: 230px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
}

#topmenu li
{
 display: inline;
 padding: 0px 7px 0px 7px;
 font-size: 1em;
 border-right: 1px solid #fff;
}

#topmenu li.listlast
{
	border: 0px;
	padding-right: 6px;
	
}

#topmenu li a
{
color: #fff;
text-decoration: none;
}

#topmenu li a:hover
{
color: #aadfeb;
text-decoration: underline;
}

#footer
{
clear: both; 
height: 5em;
font-family:Verdana, Geneva, sans-serif; 
font-size: .7em; 
line-height: 1.5em; 
padding-bottom: 10px;
padding-top: 5px;
	
	
}



.largeblue
{
color: #49b7cf; 
font-size: 1.1em;	
	
}


#footer a
{
	color: #49b7cf;
	text-decoration: none;
}
 #footer a:hover
 {
	color: #fff; 
 }




