﻿#container {
	width:960px;
	margin:20px auto;
}

#header {
	text-align: left;
	background: #FFFFFF;
	color: #006600;
	height: 50 px;
	padding: 5px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 72px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
#topnav {
	border-width: thick;
	border-color: #93B487;
	height: 40px;
	background-color: #D3D3D3;
	border-top-style: hidden;
	border-bottom-style: none;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: medium;
	color: #FFFFCC;
}
#content {
	float: left;
	width: 640px;
	text-align: left;
	background: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #363636;
}
#sidebar {
	float: right;
	width: 300px;
	text-align: left;
	background: #D3D3D3;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
	color: #000000;
}
/*SCROLLBAR*/
div.scroll {
	overflow : auto;
	height : 10em;
	width : 250px;
	padding : 1ex;
	margin: 0 0 30px 10px;
	border : 1px solid #345411;
	background : #989898;
	color : #000;
}

#footer {
	clear: both;
	text-align: left;
	background: #FFFFFF;
	color: #ffffcc;
	height: 50px;
	padding: 5px;
	border-top-style: inset;
	border-bottom-style: inset;
	border-top-width: thin;
	border-bottom-width: thick;
	border-top-color: #CCFFCC;
	border-bottom-color: #CCFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #93B487;
	background-color: #8fbc8f;
}
#navigation a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #ccc;
}

/*TYPOGRAPHY*/
h1 {
	margin : 0;
	padding : 10px;
	font-size : 50%;
	letter-spacing : 5px;
	background : inherit;
	color: #191970;
	text-align: left;
}
h2 {
	margin : 5px;
	font-size : 160%;
	letter-spacing: 0px;
	background : inherit;
	color: #191970;
	text-align: left;
}
h3 {
	margin : 5px;
	font-size : 120%;
	letter-spacing : 0px;
	background : inherit;
	color: #191970;
	text-align: left;
}
body {
font: normal 12px/1.5em helvetica, arial, sans-serif
}
p {
	text-align: left;
	font-family: Calibri, Arial, Verdana;
	font-size: medium;
}
		
	/*LINKS*/
a img {
border : none;
}
a:link, a:visited {
	text-decoration : none;
	background : inherit;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a:hover {
	text-decoration : underline;
	background : inherit;
	color: #55276E;
}
ul.side {
	list-style-type : square;
	padding : 0;
	margin : 0;
	background : inherit;
	color: #000000;
}
.side li {
padding-left : 0.2em;
margin-left : 2em;
}
/*CLASSES*/
.news {
font-size : 90%;
background : inherit;
color : #000;
}

