@import "layout.css";
@import url('layout.css');
@import "nav.css";
@import url('nav.css');
@import "form.css";
@import url('form.css');

.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 */

body {
	margin: 0px auto 0px auto;
	font-family: Tahoma, Arial, Trebuchet, sans-serif;
	text-align: center;
	font-size: 0.8em;
	line-height: 17px;
	color:#494949;
	background:url(images/headerbg.png) repeat-x top;
	cursor:default;
}
p {
	margin:0px 0px 17px 0px; 
}
a {
	outline:none;
	color: #d8c600;
	text-decoration: none;
}
a:hover {
	color: #d8c600;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	font-weight:normal;
	padding:0px 0px 20px 0px;
	margin:0px 0px 20px 0px;
	color:#355fcf;
	border-bottom:#cde0e5 2px solid;
	text-align:left;
}
h2 {
	font-size: 16px;
	font-weight:normal;
	padding:0px 0px 10px 0px;
	margin:0px;
	color:#355fcf;
		text-align:left;

}
img {
	border:0px;
	outline:none;
}

a img {
	border:1px solid #ffffff;
	outline:none;
}

a:hover img {
	border:1px solid #fc0000;
	outline:none;
}

ul {
}
li {
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
}