@charset "utf-8";

/* CSS Document */

body {

	font-family: "Times New Roman", Times, serif;

	background-color: #EAF3F2;

	margin-top: 0px;

}

#header #search {

	text-align: left;

	padding-top: 26px;

	color: #FFF;

	font-size: 11px;

	padding-left: 720px;

}

.searchBx {

	width: 60px;

	font-size: 10px;

}

#nav #links {

	float:left;

	width:596px;

}

#txtLinks {

	color: #FFF;

	padding-left: 155px;

	font-family: "Times New Roman", Times, serif;

	font-size: 14px;

	padding-top: 7px;

	letter-spacing: 1px;

}

#txtLinks a{

	color: #FFF;

	text-decoration: none;

}

#txtLinks a:hover{

	color: #FFF;

	text-decoration: underline;



}

#nav #menu {

	float:right;

	width:360px;

	color: #FFF;

	padding-right: 25px;

	padding-top: 10px;

}

#footer {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #000048;

	text-align: center;

	padding-bottom: 2px;

	padding-top: 2px;

	width: 981px;

	margin-right: auto;

	margin-left: auto;

}

.clearfix:after {

    content: "."; 

    display: block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

}

.clearfix {display: inline-block;}



/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */

