/* div styles */
body {
	background-color:#FFFFFF;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#top {
	border-top: solid #666666 3px;
	border-right: solid #666666 2px;
	border-bottom: solid #666666 2px;
	border-left: solid #666666 2px;
	width: 800px;
	text-align: left;
	margin: 0px auto 0px auto;

}

div#header{
	border-width: 1px;
	border-color: #FF6600;
	border-style: solid;
	height: 60px;
	background-color: #CC6600;
	border-bottom: solid #666666 3px;

}




#header h1 {
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 16px;
	vertical-align: middle;
	font-weight: bold;

}



#menu {
	height: 176px;
	float: left;
	width: 145px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;


}



#menu a {
	line-height: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#menu a:visited {
	color: #000000;
	text-decoration: none;
}
#menu a:active {
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}




#links {

	color: #000000;

	font-size: 11px;
	float: left;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	width: 120px;


}


#links a:link, a:visited, a:active {
	color: blue;
	background-color: transparent;
	text-decoration: none;
}

#links a:hover {
	background: transparent;
	color: blue;
	text-decoration: underline;
}



#footer {
	clear: both;
	background-color: #666666;
	border-top: solid #666666 3px;
	width: 800px;
	float: none;
}

#footer p {
	color: #666666;
	font-size: 9px;
	margin: 0px;
}


#footer a {
	display: block;
	color: #FFFFFF;

	font-size: 10px;
	text-decoration: none;
	text-align: center;
}
#footer a:hover {
	background-color: #00556e;
}



/* paragraph styles */
p {
	margin: 0px;
	padding: 0px;

}


#main {
	border-right: solid #666666 2px;
	border-left: solid #666666 2px;
	float: left;
	width: 450px;
	text-align: left;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}

#main p {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 10px;
}


#main a {

	color: blue;
	line-height: 16px;
	padding-bottom: 20px;
	text-decoration: none;
}
#main #a:visited {

	color: blue;
	text-decoration: none;
}
#main a:active {

	color: blue;
	text-decoration: none;
}
#main a:hover {

	color: blue;
	text-decoration: underline;
}



h1 {
	font-size: 16px;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: bold;


}


h2 {
	font-size: 14px;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	padding-top: 5px;
	line-height: 12px;
	padding-bottom: 0px;

}

