/* CSS Document */

body {
	margin:0px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
#wrapper {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	margin: 0px;
}
#navigation {
	width: 150px;
	border-left: solid #000000 1px;
	position: absolute;
	top: 125px;
	left: 0px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #000000;
	font-size: 70%;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #003366;
	background-color: #CCCCCC;
	color: #003466;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #003466;
	color: #FFFFFF;
	background-image: url(../images/nav_bg.jpg);
}
#navigation p {
	font-size:75%;
	font-weight:bold;
	margin: 0px;
	text-align:center;
	color: #000000;
	border-bottom: dashed #000000 1px;
	padding: 2px 2px 3px 2px;
	background-color: #FFCC00;
}

#content {
	background-color: #FFFFFF;
	width: 618px;
	border-right: solid #000000 1px;
	border-bottom: solid #000000 1px;
	border-left: solid #000000 1px;
	position: absolute;
	left: 150px;
	top: 125px;
	float: right;
	padding: 15px;
	font-size: 75%;
	min-height: 375px;
}
#content table td{
	font-size: 90%;
}
#footer {
	position: absolute;
	bottom: 0px;
	left: 150px;
	width: 648px;
	border-top: 10px solid #000000;
	background-color: #003366;
}
#footer p {
	margin: 0.5em 0 1em 2em;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 70%;
}
#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #ffffff;
	background-color: transparent;
}
#footer a:hover {
	text-decoration: none;
	color: #003366;
	background-color:#FFFFFF;
}
#content h3{
	font-style:italic;
	color:#CC0000;
}
a:link, a:visited{
	color:#003366
}
a:hover{
	color:#CC0000
}
a:active{
	color:#FFCC00
}
.white_bold{
	color: #FFFFFF;
	font-weight: bold;
}
.smaller65black{
	font-size: 65%;
	color:#000000;
	font-style: normal;
}
.smaller75black{
	font-size: 75%;
	color:#000000;
	font-style: normal;
}
#content h3.headline{
	border-bottom: solid #000 1px;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #036;

}
.center {
	text-align: center;
}
.noborder{
	border:none;
}