@import url('layout.css');
@import url('nav.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: verdana, Tahoma, Arial, Trebuchet, sans-serif;
	text-align: center;
	font-size: 0.7em;
	line-height: 17px;
	color:#333;
	background:url(/images/headerbg.png) repeat-x top;
	cursor:default;
	border-top:#231F20 4px solid;
}
p {
	margin:0px 0px 17px 0px; 
}
a {
	outline:none;
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #7fb2cc;
	text-decoration: none;
}
h1 {
	font-size: 1.4em;
	font-weight:normal;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	color:#231f20;
	border-bottom:#cde0e5 2px solid;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	color:#231f20;
	border-bottom:1px dotted #cde0e5;
}
#help h2 {
	font-size: 1.4em;
	font-weight:normal;
	border-bottom:#cde0e5 2px solid;
}
h3 {
	font-size: 1em;
	font-weight:bold;
	padding:0px 0px 5px 0px;
	margin:0px 0px 5px 0px;
	color:#231f20;
	border-bottom:1px dotted #cde0e5;
}
h4 {
	font-size: 1em;
	font-weight:bold;
	padding:0px 0px 5px 0px;
	margin:0px 0px 5px 0px;
	color:#231f20;
}

img {
	border:0px;
	outline:none;
}
ul#nav_list {
	margin:0;
	padding-bottom:0;
	overflow: auto;
}

#nav_list li {
	margin:0 0 6px 0;
	padding:0;
}

