﻿@charset "UTF-8";

#container {
	width: 700px;
	margin: auto;
	padding-top: 12px;
}

html {
	font: normal 12px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
	background-color: #bad4da;
	background-image: url(../images/backborder.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 100%;
	margin: 0;
}

#theheader {
	text-align: center;
	background-color: #09c;
	padding-bottom: 4px;
	padding-top: 2px;
}

#navbar  
	{
	color: #fff;
	font-size: 10px;
	font-family: verdana, Geneva, Arial, sans-serif;
	background-color: #f2efcf;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 4px;
	width: 100%;
	}
	
#navbar a {
	text-decoration: none;
	}

a { font-weight: bold; border-bottom: 1px dotted transparent; }

a:link {
	color: #336699;
	text-decoration: none;
	border-bottom-color: #336699;
}

a:visited {
	color: #5588aa;
	text-decoration: none;
	border-bottom-color: #5588aa;
}

a:hover, a:active {
	color: #ad5b1e;
	border-bottom: 1px solid #ad5b1e;
}



#wrapper {
	text-align: center;
	background-color: #FFFFFF;
	width: 700px;
}


.col {
	width: 200px;
	float: left;
	margin: 0 15px;
	text-align: left;
}
.col ul {
	margin: 0 0 0 15px;
	padding: 0;
	line-height: 1.5em;
}
.col li {
	padding-bottom: 10px;
}
.col h3 {
	font-size: 13px;
	padding: 5px 10px;
	margin-top: 20px;
}

#links h3 {
	background-color: #94b4d6;
}

#content h3 {
	background-color: #d6eb9a;
}

#sidebar h3 {
	background-color: #FF66CC;
}

#links a:hover, #links a:active {
	color: #336699;
	border-bottom-color: #336699;
}

#content a:link { color: #567040; border-bottom-color: #567040; }

#content a:visited { color: #789160; border-bottom-color: #789160; }

#sidebar a:link {
	color: #FF33CC;
	border-bottom-color: #FF33CC;
}

#sidebar a:visited {
	color: #FF66FF;
	border-bottom-color: #ad5b1e;
}
