body{
margin:0px;
padding:0px;
background-color: #5C7297;
font-family: Verdana, Arial, Helvetica;
font-size: 11px;
}
img, form{
margin:0px;
padding:0px;
border: 0px;
}
h1{
font-size: 20px;
font-weight: bold;
margin:0px;
margin-bottom:10px;
padding:0px;
}
#container{
	margin:0px auto;
	width: 750px;
}
#leftColumn{
	float: left;
	width:225px;
	background: transparent url(/images/leftBg.gif) repeat-y;
}
#rightColumn{
	float: left;
	width: 525px;
	background: transparent url(/images/contentBg.gif) repeat-y;
}
#content{
	margin-left:30px;
	margin-right:30px;
}
#footer{
	clear: both;
	margin-left: 225px;
	text-align: center;
	color: #B8C1CF;
}
#leftColumn ul, #leftColumn li{
	margin:0px;
	margin-left:15px;
	margin-bottom: 3px;
	padding: 0px;
	list-style: none;
}
#leftColumn a:link, #leftColumn a:visited, #leftColumn a:active {
	text-decoration: none;
	color: #000;	
}
#leftColumn a:hover{
	color: #F00;
}
#leftColumn a.selected, a.selected:visited, a.selected:active, a.selected:hover{
	color: #F00;
}
#content a:link, #content a:visited, #content a:active{
	color: #5C7297;
}
#content a:hover{
	color: #000;
}
.contentImg{
	padding:5px;
	border: 1px solid #5C7297;
}
