#adwrapper {
	position: absolute;
	top: 57px;
	left: 825px;
	width: 140px;
}

div.l {
	width: 285px;
	float: left;
	padding-right: 5px;
}

div.r {
	width: 285px;
	float: right;
}

div.l2 { width: 245px; float: left; padding-right: 5px; }
div.r2 { width: 325px; float: right; }

div.l3, div.c3, div.r3 { width: 135px; float: left; padding-right: 5px; }
div.c3 { width: 155px; }
div.r3 { width: 220px; }

body {
	margin: 0;
	padding: 0;
	background: #000000 url(/gfx/background.gif) repeat top left;
}

form {
	margin: 0;
	padding: 0;
}

#contentwrapper {
	position: absolute;
	top: 0px;
	left: 17px;
	width: 800px;
	min-height: 600px;
}

#overlay_logo {
	position: absolute;
	top: 0px;
	left: -6px;
	width: 262px;
}

#footer {
	margin-top: 10px;
	padding: 10px;
	font-size: 11px;
	color: #000000;
	float: left;
	clear: both;
	width: 780px;
	background-color: #efefef;
}

a {
	background: none;
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #363636; 
}

a:hover {
	color: #363636; 
	text-decoration: underline;
}

#topbackground {
	float: left;
	background: url(/gfx/topbackground.gif) no-repeat top left;
}

#header {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background: #ffffff url(/gfx/header-topborder.gif) no-repeat top left;
	color: #ffffff;
	float: left;
	text-align: right;
	width: 800px;
	font-size: 11px;
}

#header a:link, #header a:visited, #header a:active {
	color: #efefef; 
}

#header a:hover {
	color: #efefef; 
	text-decoration: underline;
}

#content {
	float: left;
	text-align: left;
	width: 580px;
	padding-top: 10px;
	padding-left: 10px;

	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}

#content h1 {
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #7B9905;
	font-weight: normal;
	font-style: italic;

	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content h2 {
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7B9905;
	font-weight: normal;
	font-style: italic;
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content h3 {
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7B9905;
	font-weight: normal;
	font-style: italic;
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
}

#content h4 {
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
	padding-top: -10px;
	padding-bottom: 10px;
	padding-left: 1px;
}

#content p {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	color: #363636;
	margin: 0;
	margin-left: 2px;
	margin-bottom: 10px;
}

#content table {
	width: 560px;
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
}

#content td.column {
	vertical-align: top;
	font-size: 11px;
	width: 285px;
}

#content ul {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #363636;
	margin-top:0;
}

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

#content td.left {
	padding-right: 10px;
	vertical-align: top;
}
#content td.right {
	vertical-align: top;
}

#content td.sepcol {
	width: 10px;
}

#logobar {
	float: left;
	height: 55px;
	margin: 0;
	width: 375px;
}

#loginbar {
	float: right;
	text-align: right;
	margin: 0;
	width: 400px;
	background: url(/gfx/login_back.gif) no-repeat top right;
	height: 20px;
	color: #ffffff;
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#loginbar a {
	color: #ffffff;
}

#loginbar input {
	font-size: 11px;
	font-family: Courier, Arial, Helvetica, sans-serif;
	border: 1px solid #ffffff;
	background-color: #D8E1B4;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#loginbar2 {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	float: right;
	text-align: right;
	margin: 0;
	width: 400px;
	font-size: 12px;
}

#nav {
	font-size: 12px;
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
	float:left;
	width:100%;
	border-bottom:2px solid #555;
	border-top:1px solid #fff;
	background:#fff;
	margin: 0;
	padding:0 0 2px;
}
	
#nav ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	background:#333;
	list-style-type:none;
}
	
#nav li {
	display:inline;
	padding:0;
	margin:0;
}
	
#nav a {
	background:#333;
	border-right:1px solid #000;
	border-bottom:0;
	padding:20px 32px 4px 7px;
	margin:0;
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	width:auto;
	letter-spacing:1px;
}
	
#nav a:hover, #nav a:focus {background:#555;}
#nav .sel a {
	background:#7B9905;
	color:#fff;
}	

#nav .sel a:hover {background:#7B9905;}
#nav .sel a:focus {background:#F36100;}
#nav a:active {
	background:#F36100;
	color:#fff;
}

#sidebar {
	float: right;
	height: 100%;
	margin: 0;
	margin-top: 10px;
	width: 200px;
	font-size: 10px;

	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
}

#sidebar_author {
	padding-right: 10px;
}

#sidebar h2 {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #7B9905;
	font-weight: bold;
	font-style: normal;
	padding: 0;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
}

#sidebar h3 {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #363636;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
}

#sidebar_menu {
	margin-top: 5px;
	border-top: 5px solid #F36100;
}

#sidebar #sidebar_pagefunctions {
	border-bottom:1px solid #FFFFFF;
	padding: 10px;
	background-color: #CBD7C9;
}

#sidebar #sidebar_pagefunctions img {
	vertical-align: middle;
	padding: 4px 2px;
}


.rightmenu a {
	padding-left: 10px;
	display: block;
	width: 190px;
	height: 30px;
	line-height: 30px;
	background:#F8F3D6;
}


.rightmenu a:hover {
	background: #FBDA25;
	color: #121212; 
}

.rightmenu {
	margin:0;
	padding:0;
}

.rightmenu ul {
	list-style-type:none;
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
	color: #121212; 
	margin:0;
	padding:0;
}

.rightmenu li, .frontmenu li {
list-style-type:none;
}

.rightmenu a:link, .rightmenu a:visited, .rightmenu a:active, .frontmenu a:link, .frontmenu a:visited, .frontmenu a:active {
color: #121212; 
text-decoration:none;
}

#fleft {
	float: left;
	width: 200px;
	padding-left: 5px;
	font-size: 12px;
	color: #363636;
}

#fleft input {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#ffull {
	float: right;
	width: 587px;
}

#ffulltop {
	width: 100%;
	margin-bottom: 10px;
}

#fcenter {
	float: left;
	width: 370px;
}

#ffulltop h1 {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #363636;
	font-weight: normal;
	font-style: normal;
	padding: 10px;
	padding-left: 0px;
	margin: 0;
}

#fcenter h2 {
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7B9905;
	font-weight: normal;
	font-style: italic;
	padding: 0;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
}

#fright h3 {
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7B9905;
	font-weight: normal;
	font-style: italic;
	padding: 0;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 8px;
}

#fleft h3 {
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7B9905;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 0px;
}

#fright p {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 10px;
	line-height: 15px;
	color: #363636;
	padding: 0;
	margin: 0;
	padding-top: 2px;
}

#fcenter p {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 11px;
	line-height: 15px;
	color: #363636;
	padding: 0;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 5px;
}

#fright {
	float: right;
	width: 200px;
}

#front_intro {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

#frontleft {
	float: left;
	width: 390px;
	padding-left: 10px;
}

#frontright {
	float: right;
	width: 380px;
	padding-right: 10px;

	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	color: #363636;
}

#frontright h1, #frontright h2 {
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #7B9905;
	font-weight: normal;
	font-style: italic;

	padding: 0;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 10px;
}

#frontright h3 {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #363636;
	font-weight: bold;
	font-style: normal;

	padding: 0;
	margin: 0;
	padding-bottom: 2px;
}

#frontright h2 {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#block, #block_wide {
	width: 195px;
	background: url(/gfx/quote_right.gif) bottom right no-repeat;
}

#block_wide {
	width: 380px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#front_block {
	width: 180px;
	padding: 7px;
	padding-left: 3px;
	background: url(/gfx/quote_right.gif) bottom right no-repeat;
}

blockquote, #block_wide blockquote {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	margin: 0;
	padding-left: 20px;
	width: 160px;
	background: url(/gfx/quote_left.gif) top left no-repeat;
}

#front_block blockquote {
	width: 160px;
}

#block_wide blockquote {
	width: 360px;
}

div.imageright {
	float: right;
	padding-top: 5px;
	margin-left: 10px;
	padding-left: 5px;
	border: none;
	font-size: 10px;
}

div.imageleft {
	float: left;
	padding-top: 5px;
	margin-left: 5px;
	padding-right: 5px;
	border: none;
	font-size: 10px;
}

/* Calendar Specific */
	table.cs_table {
		font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
		width: 190px;
		font-size: 12px;
		border-bottom: 1px solid #B6C1B4;
	}
	
	td.cs_header {
		height: 20px;
		text-align: center;
		font-size: 12px;
	}

	td.cs_legend {
		background-color :#B6C1B4;
		color: #121212;
		height: 18px;
		text-align: center;
		font-size: 10px;
	}

	td.cs_today {
		border: 1px solid #363636;
		width: 27px;
		height: 20px;
		padding-right: 3px;
		text-align: right;
		font-size: 11px;
	}

	td.cs_anyday {
		border-top: 1px solid #DDDDDD;
		border-left: 1px solid #DDDDDD;
		width: 27px;
		height: 20px;
		padding-right: 3px;
		text-align: right;
		font-size: 11px;
	}

	td.cs_noday {
		border-top: 1px solid #DDDDDD;
		border-left: 1px solid #DDDDDD;
		width: 27px;
		height: 20px;
		background-color: #efefef;
		font-size: 11px;
	}

	td.cs_link {
		border-top: 1px solid #363636;
		background-color: #DDDDDD;
		color: #363636;
		height: 20px;
		font-weight: bold;
		font-size: 11px;
	}
	
	a.cs_href, a:link.cs_href, a:visited.cs_href {
		font-weight: bold;
		text-decoration: none;
		color: #ffffff;
		font-size: 11px;
	}

	a:hover.cs_href {
		font-weight: bold;
		text-decoration: none;
		color: #ffffff;
		font-size: 11px;
	}
