@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	margin:0;
	padding:0;
	
}

#main{
	top: 0px;
	position: relative;
	width:1000px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#nav{
	padding-top: 7px;
}

#nav h1{
	display:none;
}

#content{
	padding-top: 5px;
	padding-bottom: 4em;
	padding-right: 20px;
	padding-left: 20px;
}

#footer{
	position: absolute;
	bottom: 0px;
	color: #333333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 2.4em;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
	width: 960px;
}

#footer hr{
	display: none;
}

#footer a:link{
	color: #333333;
	text-decoration: none;
}

#footer a:visited{
	color: #999999;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer #company{
	float: right;
}

#footer #links{
	float: left;
}






.floatright{
	float:right;
	padding-right: 20px;
}

.spacer{
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top:7px;
	margin-bottom:7px;
}

.top{
	margin-top: 0px;
}

.surround{
	border: 1px solid #CCCCCC;
}

.clear{
	clear:both;
}




p{
	margin: 0em 0em 1.2em;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;
	line-height: 1.6em;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #000000;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	color: #006699;
	margin-bottom:5px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color:#000000;
	margin-bottom:5px;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #00B000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.highlight{
	color: #cb5353;
	font-style: italic;
}

.red{
	color: #FF0000;
}
