
body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	background-color: #D11530;
	color:#666666;
	}
	
#Container {
margin: auto;
position:relative;
width: 720px;
min-height: 600px;
background-color:#FFFFFF;
font:15px/20px verdana, arial, helvetica, sans-serif;
padding:0px;
	}

a {
	text-decoration: underline;
	font-weight: 600;
	}
a:link {
	color: #99CC66;
	font-weight: 600;
	}
a:visited {
	color: #99CC66;
	font-weight: 600;
	}
a:active {
	color: #99CC66;
	font-weight: 600;
	}
a:hover {
	color: #003366;
	background-color: #99CC66;
	font-weight: 600;
	}
	
a.two:link {
	color: #003366;
	}
a.two:visited {
	color: #003366;
	}

#Header {
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top:18px;
	background-color:#1C1CF2;
	height: 75px;
	border-bottom:1px solid #CCCCCC;
	}
#HeaderImage{
	position:absolute;
	right: 0px;
	top:0px;
	}
#Header h1 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #FFFFFF;}
#Header h2 {
	margin-top: 3px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 12px;}

#Content {
	position:relative;
	padding:10px;
	background-color:#FFFFFF;
	margin-left:2px;
	}
	#Content h1 {
		margin: 0px;
		padding: 0px;
		font-size:18px;
		color: #006699;
		}
		
	#Content h2 {
		margin: 0px;
		padding: 0px;
		font-weight: bold;
		font-size:16px;
		color: #99CC66;
		font-variant:small-caps;
		}
#Navigation {
	width: 170px;
	height: 260px;
	float: right;
	border: 1px dashed #CCCCCC;
	margin-left: 10px;
	margin-bottom: 10px;
}

hr{
border-bottom: 1px dashed #CCCCCC;
height: 0px; 
padding:0px; 
margin:0px; 
color:#FFFFFF;}

#Footer{
background-color:#EEE; 
border-top: 1px dotted #CCC; 
line-height:11px; 
padding:5px;
font-size:10px;}

ul.none {list-style-type: none; list-style-position: outside;}
ul.square {list-style-type: square; list-style-position: outside;}