html, body { height:100%;}

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image:url(../images/background.gif);
}

a:link		{ text-decoration: none; color: #0000FF; }
a:visited	{ text-decoration: none; color: #666666; }
a:hover		{ text-decoration: none; color: #FF3300; }
a:active	{ text-decoration: none; }

#header_base {
	width:100%;
	position: absolute;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 320px;
}

#header_seperator {
	background-color: #00477F;
	border-top: 1px solid #FFFFFF;
	height: 19px;
}

#header, 
#header_seperator, 
#content_base,
#footer {
	width: 1003px;
}

#page_base {
	min-height: 100%;
	margin-bottom:-30px;
}

#menu_base {
	width: 222px;
	float: left;
	padding: 10px 10px;
	border-right: 1px dotted #CCCCCC;
	background-color: #FFFFFF;
}

#menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu a {
	padding: 5px;
	display: block;
	color: #000000;
	font-size: 12px;
}

#menu a:link	{ text-decoration: none; color: #002200;}
#menu a:visited	{ text-decoration: none;  }
#menu a:hover	{ text-decoration: none; color: #000000; background-color: #E7F1FA; border: 1px solid #8DC3E9;}
#menu a:active	{ text-decoration: none; }

#menu_current {
	display: block;
	background-color: #E7F1FA;
	border: 1px solid #8DC3E9;
}

#content {
	width: 730px;
	float: right;
	padding: 10px 20px 10px 10px;
	background-color: #FFFFFF;
	line-height: 24px;
	text-align: justify;
}

#content h1{
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 20px 0;
	margin: 0;
	color: #FF6600;
	text-align: left;
}

#content p{
	padding: 0;
	margin: 0;
}

#footer_base {
	clear: both;
	position: relative;
	width: 100%;
}
#footer {
	background-color: #8DC3E9;
	font-size: 10px;
	color: #000000;
	height: 30px;
	padding: 5px;
}

#clearheader { height: 340px; }
#clearfooter { clear:both; height:30px; }