html, body{
	height:100%;
}
/* end hack */
html,body {
	margin:0;
	padding:0;
}
body{
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}
#outer{
	min-height:100%;
	width:950px;
	border-width:0px 1px 0px 1px;
	border-style:solid;
	border-color:#999999;
	margin:0px auto -150px auto;
	background-color:#FFFFFF
}
* html #outer{
	height:100%;
}
p {
	margin:0 0 .5em 0;
}
h1{
font-size:1.8em;
}
h2{
	font-size:1.2em;
}
#faq h2{
font-size:1.2em;
}
h1, h2, h3{
	color:#004c99;
	margin-bottom:3px;
	margin-top:10px;
}
#footer h2{
	color:#FFF;
	margin-bottom:20px;
	margin-top:0px;
}
#footer a:link, #footer a:hover, #footer a:visited{
color:#FFFFFF;
text-decoration:none;
}
a:link{
	color:#004c99;
	text-decoration:none;
}
a:hover{
	color:#004c99;
	text-decoration:underline;
}
a:visited{
	/*color:#88b7e3;*/
	color:#7da9d3;
	text-decoration:none;
}
hr{
border:solid 1px #88b7e3;
margin:25px 0px 25px 0px;
}
/***Header***/

#header{
	width:920px;
	border-bottom:4px solid #004c99;
	padding:15px 15px 15px 15px;
	height:75px;
}

/***Content***/

#content{
	margin:15px;
}
.intro{
	padding:0px 10px 0px 10px;
	line-height:1.3em;
}
.intro p{
	margin-top:0.8em;
	margin-bottom:0em;
}
/***Footer***/

#clearfooter{
	clear:both;
	height:150px;
}
#footer {
	width:100%;
	clear:both;
	height:149px;
	background-color:#004c99;
	color:#FFFFFF;
	width:950px;
	border-width:1px 1px 0px 1px;
	border-style:solid;
	border-color:#004c99;
	margin:0px auto -150px auto;
	font-size:0.9em;
}
#footer_content{
	margin:15px;
}

/***END***/
