a:link, a:visited{
	color: #958563;
	text-decoration: underline;
}

a:hover, a:active{
	color: #DA1071;
	text-decoration: underline;
}

body{
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: small;
}

#col1{
	float: left;
	width: 200px;
	margin-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#col2{
	float: left;
	width: 675px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#col3{
	float: left;
	width: 200px;
	margin-left: 250px;
	margin-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}

#col4{
	float: left;
	width: 425px;
	padding-top: 10px;
	padding-bottom: 40px;
}

#container{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#container.homepage{
	background: url("../images/homepagebg.jpg") bottom left no-repeat;
	min-height: 400px;
}

#footer{
	clear: both;
	padding-top: 42px;
	text-align: center;
	margin-bottom: 25px;
}

#footer a.copyright:link, #footer a.copyright:visited{
	color: #000000;
	text-decoration: none;
}

#footer a.copyright:active, #footer a.copyright:hover{
	color: #000000;
	text-decoration: none;
}

#footer.mainsite{
	background: url("../images/bar.jpg") top center no-repeat;
}

#footer ol{
	margin: 0 0 10px 0;
	padding: 0;
}

#footer ol li{
	display: inline;
	list-style-type: none;
	padding: 0 10px;
}

#footer ol li a{
	background: #FFFFFF;
	padding: 3px;
}

h1{
	margin-top: 0px;
}

#homepage{
	margin-top: 50px;
}

#main{
	min-height: 48px;
	background: url("../images/contentbg.jpg") top left no-repeat;
}

#navbar{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-weight: bold;
}

#navbar a{
	display: block;
	font-weight: normal;
	padding: 5px;
}

#navbar a:link, #navbar a:visited, #navbar a:active{
	color: #000000;
	text-decoration: none;
	border: #CCCCCC 1px solid;
}

#navbar a:hover{
	color: #000000;
	text-decoration: none;
	background: #EEEEEE;
	border: #999999 1px solid;
}

#navbar li{
	margin-bottom: 5px;
}

#navbar li.current{
	font-weight: bold;
}
