@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-style: normal;
	font-size: small;
	color:#666666;
}

.clear {
clear:both;
}

.bluegrey {
	font-weight:bold;
	color:#414c53;	
	}
	
.red {
	font-weight:bold;
	color:#c32724;	
	}
	
.pink {
	font-weight:bold;
	color:#cd128c;	
	}

#container {
	width:988px;
}

#leftnav {
	width:237px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	background-color:#e1e1e1;
	height:inherit;
}

#leftnav h1 {
	width:237px;
	display:block;
	color: white;
	background-color:#999999;
	text-decoration: none;
	font-size: 0.8em;
	border-bottom: solid 1px white;
	margin: 0px 0px 0px 0px;
	}

#leftnav h1 a {
	height: 20px;
	display: block;
	padding-top: 3px;
	padding-right: 17px;
	padding-left: 15px;
	color: #ffffff;
	background-color:#515f68;
	text-decoration: none;
	border-bottom: solid 1px white;
	margin: 0px;
	}
	
#leftnav h1 a:hover {
	color: white;
	text-decoration: none;
	background-color:#414c53;
	}
	
#leftnav h2 {
	width:237px;
	display:block;
	color: white;
	background-color:#999999;
	text-decoration: none;
	font-size: 0.8em;
	font-weight:lighter;
	border-bottom: solid 1px white;
	margin: 0px 0px 0px 0px;
	}

#leftnav h2 a {
	height: 20px;
	display: block;
	padding-top: 2px;
	padding-right: 17px;
	padding-left: 15px;
	color: #ffffff;
	background-color:#414c53;
	text-decoration: none;
	border-bottom: solid 1px white;
	margin: 0px;
	}
	
#leftnav h2 a:hover {
	color: white;
	text-decoration: none;
	background-color:#999999;
	}
	
#leftnav h3 {
	width:237px;
	display:block;
	color: white;
	background-color:#c32724;
	text-decoration: none;
	font-size: 0.8em;
	font-weight:lighter;
	border-bottom: solid 1px white;
	margin: 0px 0px 0px 0px;
	}

#leftnav h3 a {
	height: 20px;
	display: block;
	padding-top: 2px;
	padding-right: 17px;
	padding-left: 15px;
	color: #ffffff;
	background-color:#c32724;
	text-decoration: none;
	border-bottom: solid 1px white;
	margin: 0px;
	}
	
#leftnav h3 a:hover {
	color: white;
	text-decoration: none;
	background-color:#a6211f;
	}	
	
#leftnav h4 {
	width:237px;
	display:block;
	color: white;
	background-color:#c32724;
	text-decoration: none;
	font-size: 0.8em;
	font-weight:lighter;
	border-bottom: solid 1px white;
	margin: 0px 0px 0px 0px;
	}

#leftnav h4 a {
	height: 20px;
	display: block;
	padding-top: 2px;
	padding-right: 17px;
	padding-left: 15px;
	color: #ffffff;
	background-color:#cd128c;
	text-decoration: none;
	border-bottom: solid 1px white;
	margin: 0px;
	}
	
#leftnav h4 a:hover {
	color: white;
	text-decoration: none;
	background-color:#9c0e6b;
	}	
	
	
#rightside {
	width:740px;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

#main {
	width:510px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	}
	
#main h1{
	color:#999999;
	font-weight:lighter;
	font-size:1.1em;

}

#main h1 a {
	color:#999999;
	text-decoration:none;

}


#main h1 a:hover {
	color:#999999;
	text-decoration:underline;

}


#main p{
	color:#666666;
	font-size:0.8em;

}

#main p a{
	color:#414c53;
	font-weight:bold;
	text-decoration:none;
}

#main p a:hover{
	color:#414c53;
	text-decoration:underline;
}

#rightpanel {
	width:200px;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}


#footertop {
	background-color:#999999;
	color:#FFFFFF;
	padding: 0px 0px 0px 0px;
	margin:0px;
}
#footertop p {
	color:#FFFFFF;
	padding: 7px 0px 7px 0px;
	margin:0px;
	font-size:0.8em;
}
#footertop p a {
	color:#FFFFFF;
	text-decoration:none;
}
#footertop p a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	
	}

#footer {
	background-color:#414c53;
	color:#FFFFFF;
	text-align:center !important;
	padding: 0px 0px 0px 0px;
	margin:0px;
}
#footer p {
	color:#FFFFFF;
	padding: 7px 0px 7px 0px;
	margin:0px;
	font-size:0.7em;
	text-align:center !important;
}
#footer p a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer p a:hover {
	color:#FFFFFF;
	text-decoration:underline;

	