body {
	font-family: "Trebuchet MS";
	color: #515151;
	font-size: 0.9em;
	background-color: #123;
	margin: 0px;
	padding: 0px;
}
hr {
	border: thin dotted #ccc;
}
h3 {
	/*color: #669900;*/
	color: #930;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}
h4 {
	color: #5A5A5A;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:hover {
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0000FF;
}

#page{
	width: 820px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidebar {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#sidebar h3{
	color: #336699;
}
#logo{
	background-color: #FFFFFF;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 100px;
	background-position: center;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 15px;
}

#nav {
	width: 180px;
	padding: 10px;
	}

#nav ul {
	width: 100%;
	margin: 0;
	padding: 0;
	}
#nav ul li{
	display:block;
	line-height: 1.8em;
	width: 100%;
	font-size: 1.1em;
	color: #069;
	list-style-type: none;
}
#nav ul li a{
	color: #069;
	}
#nav ul li a:link,#nav ul li a:visited, #nav ul li a:active {
	background-image: url(images/lig.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color:#336699;
	text-decoration: none;
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-left: 10px;
}
#nav ul li a:hover{
	color: #993300;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	width: 100%;
	background-position: left center;
	font-weight: bold;
}
.headlines {
	width: 180px;
	background-image: url(images/sides.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.hdtop {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 10px;
	background-position: center bottom;
	margin-top: 10px;
}

.hdtext {
	width: 180px;
	padding-right: 9px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.hdbtm {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	width: 200px;
	margin: 0px;
	padding: 0px;
	height: 10px;
}
#main {
	float: right;
	width: 580px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	margin-bottom: 10px;
}
#header {
	height: 180px;
	width: 560px;
	background-image: url(images/welcome_pic.jpg);
	background-repeat: no-repeat;
}

#content {
	top: 0px;
	padding: 10px;
	margin: 0px;
}
.column {
	float: right;
	width: 250px;
	margin-right: 20px;
	padding: 5px;
}
#footer {
	text-align: center;
	font-size: 0.8em;
	width: 820px;
	clear: both;
	color: #aaa;
	background-color: #ECE9D8;
	margin: 10px 0px 0px;
}

.photo {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #999999;
}
#photoholder {
	FLOAT: left;
	MARGIN: 0px 8px 8px 0px;
	TEXT-TRANSFORM: none;
	TEXT-ALIGN: center;
	padding: 8px;
	height: 250px;
	width: 250px;
}
img {
	margin: 5px;
}
.highlight {
	color: #FF6600;
}
#news {
	clear: both;
	float: left;
	width: 100%;
}
