html{height: 100%;}
body {    
    margin:0;
    padding:0;
    font:normal 11px tahoma,arial,sans-serif;
    color: #666;
    background-color: #fff;
	background: #ccc;
	height:100%;
	line-height: 15px;
	font-size: 12px;
}

#Container{
	text-align: left;
	width: 762px;
	background: url(../images/bg-p.gif) left 302px #fff no-repeat;
	clear:both;
	margin-top: 10px;
}
.LeftCol{ 
	width: 160px;
	float:left;
	color: #0c4099;
	font-size: 11px;
}
.LeftCol p{ 
	padding: 0px 10px;
	margin-bottom: 5px;
}

.Main{
	width: 600px;
	float:left;
	margin-left: 2px;
}
.Content{
	padding: 10px;
	margin-bottom: 5px;
}
p{
	margin: 8px 0px;
}

.Navigation a,
.Navigation a:link,
.Navigation a:visited{
	display: block;
	line-height: 23px;
	height: 23px;
	font-size: 11px;
	padding-left: 10px;
	background: url(../images/nav-blue-bg.gif) right center no-repeat #0c4099;
	color: #fff;
	text-decoration: none;
	border-top: 2px solid #fff;
}
.Navigation a:hover,
.Navigation a:active{
	background: url(../images/nav-grey-bg.gif) right center no-repeat #8c8c8c;
}
/* START FOOTER Styles*/
.Footer{
	font-size: 90%;
	text-align: center;
	height: 23px;
	line-height: 23px;
	background: #0c4099;
	color: #fff;
	clear:both;
	padding: 0px 10px;
	
}
.Footer a,
.Footer a:link,
.Footer a:visited,
.Footer a:hover{
	text-decoration: none;
	color: #fff;
}

/* END FOOTER Styles*/
.feature{
	font-size: 13px;
	font-weight: bold;
	color: #0c4099;
}
input, textarea, select{margin-left: 10px;}
form{margin-top: 10px;}


