@import "layout.css";
@import url('layout.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: 0 auto 0 auto;
	font-family: Arial, Tahoma, sans-serif;
	text-align: center;
	background: url(images/bg.gif) scroll #FFF  repeat-x center top;
	font-size: 12px;
	line-height: 20px;
}

a {
	outline:none;
	color: #EAA200;
	text-decoration: none;
}

a:hover {
	color: #8895B5;
	text-decoration: none;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	background:url(images/h1line.gif) bottom no-repeat;
	height:40px;
}
img {
	border:0;
	}
form {
	padding:0px;
	margin:0px;
}
li {
}
h2 {
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width:100%;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width:100%;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
input {
	width: 300px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
textarea {
	width: 300px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
