body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#ddd;
	background-image:url(images/page-background.jpg);
	background-repeat:repeat-x;
	background-color:#32474d;
	font-family:arial;
}

#page {
	width: 804px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
	clear: both;
	float: none;
	background-repeat:no-repeat;
	position:relative;
	border:1px solid transparent;
}

img {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);}

#inner-page{
	background-image:url(images/content-center.gif);
	background-repeat:repeat-y;
	margin-top:40px;
	
}

#content {
	width: 390px;
	margin-right: 5px; 
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	margin-left:180px;
	margin-top:-28px;
}

#lcol {
	width: 211px;
	margin: 0px 10px 10px 8px;
    position:absolute;
    top:162px;
    right:0px;
		color:white;
		font-size:12px;
}


#lcoltext {
	width: 211px;
	margin: 0px 10px 10px 8px;
    position:absolute;
    top:162px;
    right:0px;
		color:white;
		font-size:12px;
}
#lcol p{text-align:left; margin-left:10px; margin-right:10px;}

#rcol {
	width: 170px;
	margin: 0px 0px 0px 0px;
    position:absolute;
    top:151px;
    left:0px;
	color:#32474d;
	font-size:12px;
	border-right:1px solid #69787e;
border-bottom:1px solid #69787e;
}

#rcol p{margin-left:8px;}

#foot {
	margin-top: 6px;
	clear: both;
	text-align: center;
	vertical-align: top;
	color:#ccc;
	font-size:10px;
}



#top {
	position: absolute;
	top: 120px;
	width: 804px;
	height:28px;
	text-align: center;
	background-image:url(images/topnav-background.png);
}

#top ul {
    margin-bottom:0px;
    padding-top:0px;
    padding-bottom:0px;
	margin:0px;
	padding:0px;
	 margin-top:2px; 
}

#top ul li{
	display:inline;
	margin-left:14px;
	margin-right:14px;
	font-family:verdana;
	color:#fff;
	font-weight:bold;
	line-height:20px;
	font-size:11px;
}

#top ul li a:link{text-decoration:none; color:#ccc;}
#top ul li a:visited{text-decoration:none; color:#ccc;}
#top ul li a:hover{ color:#fff;}

#fnav {
	font-size: 10px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: normal;

}

h1 {
	color:#be2f37;
	font-size:18px;
	font-weight:normal;
	font-family:Trebuchet MS;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 14px;
	margin-left:10px;
	border-bottom:1px solid #ccc;
	margin-top:10px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 14px;
}

