html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color: #7CAFD6;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	text-align: center;

}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position: relative;
}

#topnavigation {
	position: relative;
	height: 48px;
	text-align: left;
}

#nav ul {
	height: 48px;
}

#nav li {
	display: inline;
	font-family: sans-serif;
	font-size: 15px;
	color: white;

	background-image: url('images/topnav_spacer.png');
	background-position: top left;
	background-repeat: no-repeat;
	height: 48px;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-right: 15px;
	padding-left: 15px;
}

#nav li a, #nav li a:active, #nav li a:visited {
	color: #B7B7B7;
	text-decoration: none;
	font-weight: none;
}

#nav li a:hover {
	color: #FFFFFF;
}

#nav {
	position: absolute;
	left: 185px;
	top: 0px;
	height: 48px;
}

#verticalad {
	position: relative;
	height: 120px;
	text-align: center;
	width: 100%;
}

#titlebar {
	font-family: tahoma;
	font-size: 14px;
	position: relative;
	height: 25px;
	text-align: left;
	width: 100%;
	background-image: url('images/titlebarbg.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	color: #565657;
}

#navbar {
	position: relative;
	height: 22px;
	text-align: left;
	width: 100%;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url('images/navbarbg.png');
	background-repeat: no-repeat;
	font-family: tahoma;
	font-size: 12px;
	color: #3F3F3F;

}

#header {
	position: relative;
	height: 120px;
	text-align: left;
	width: 100%;
	padding-left: 20px;
	background-image: url('images/headerbg.png');
	background-repeat: no-repeat;
}

#content {
	position: relative;
	height: 100%;
	min-height: 400px;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url('images/contentbg.png');
	background-repeat: repeat-y;
	font-family: tahoma;
	font-size: 14px;
	color: #444444;
}

#content-end {
	position: relative;
	height: 30px;
	background-image: url('images/contentend.png');
	background-repeat: no-repeat;
}

#copyright {
	position: relative;
	height: 20px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-family: tahoma;
	font-size: 11px;
	color: #2F4564;
	text-align: left;
}

#search {
	position: absolute;
	right: 60px;
	top: 14px;
}

.textbox {
	border: 1px solid #E3E3E3;
	background-color: white;
	width: 140px;
	height: 18px;
	-moz-border-radius: 4px;
	font-family: tahoma;
	font-size: 13px;
	font-style: italic;
	color: #7C7C7C;
}

.entrybox {
	border: 1px solid #E3E3E3;
	background-color: white;
	width: 325px;
	height: 18px;
	-moz-border-radius: 4px;
	font-family: tahoma;
	font-size: 13px;
	font-style: italic;
	color: #7C7C7C;
}

.donatebox {
	border: 1px solid #E3E3E3;
	background-color: white;
	width: 50px;
	height: 18px;
	-moz-border-radius: 4px;
	font-family: tahoma;
	font-size: 13px;
	font-style: italic;
	color: #7C7C7C;
}

#nav2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav2-l li {
	margin: 0;
	padding: 0;
	display: inline;
	padding-right: 15px;
}

#nav2-l li a, #nav2-l a:active, #nav2-l a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #575757;
}

#nav2-l li a:hover {
	text-decoration: none;
	border-bottom: 2px dotted #C8C8C8;
	color: #000000;
}

.left {
	vertical-align: top;
	width: 800px;
}	

.right {
	vertical-align: top;
	border-left: 3px solid #DFDFDF;
	padding-left: 10px;
	width: 200px;
}

.content {
	text-align: left;
}

#sidebarmenu {
	padding-top: 0px;
	padding-left: 20px;
	margin-top: 0px;
	list-style-type: none;
	line-height: 1.5;
	list-style-position: outside;
}

#sidebarmenu li {
	background-image: url('images/navbar/spacer2.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#sidebarmenu a, #sidebarmenu a:link, #sidebarmenu a:active, #sidebarmenu a:visited {
	text-decoration: none;
	color: #575757;
}

#sidebarmenu a:hover {
	text-decoration: none;
	border-bottom: 2px dotted #C8C8C8;
	color: #000000;
}

#p {
	padding-left: 27px;
}

#featured {
	position: absolute;
	left: 400px;
	top: 28px;
}

a, a:active, a:visited {
	color: #3C5068;
	text-decoration: none;
}

a:hover {
	color: #3E5F84;
	text-decoration: underline;
}

img { 
	border: none; 
}

.news {
	width: 100%;
}

.news .title {
	font-size: 20px;	
	color: #575757;
}

.news .subtitle {
	font-size: 14px;
	color: #575757;
}

.news .icon {
	width: 15px;
}

.news .small {
	font-size: 11px;
	font-family: tahoma;
	color: #7E7E7E;
}

.news .body {
	font-style: italic;
	color: #575757;
	border-bottom: 1px dotted #C8C8C8;
	padding-bottom: 10px;
	padding-left: 10px;
}

.news .buttons {
	font-size: 14px;
	font-family: tahoma;
	color: #7E7E7E;
}

.news .list {
	list-style-image: url(images/navbar/spacer.png);
}

.archive {
	width: 100%;
	border-right: 1px solid #E4E4E4;
	border-top: 1px solid #E4E4E4;
}

.archive th {
	background-image: url('images/th.png');
	background-repeat: repeat-x;
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #E4E4E4;
	height: 30px;
	font-size: 11px;
	text-align: center;
}

.archive td {
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #E4E4E4;
	border-top: 1px solid #FFFFFF;
	font-size: 11px;
	text-align: center;
	background-color: #F4F4F4;
}

.archive .alt {
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #E4E4E4;
	border-top: 1px solid #FFFFFF;
	font-size: 11px;
	text-align: center;
	background-color: #FBFBFB;
}

.archive .details {
	text-align: left;
	padding: 10px;
}

.archive .code {
	font-family: Arial, "courier new", "times new roman", monospace;
	font-size: 11px;
	line-height: 1.3em;
	border-left: 4px solid #DADADA;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px solid #E4E4E4;
	border-top: 0px solid #FBFBFB;
	background-color: #FBFBFB;
	margin: 0 auto 1px auto;
	white-space: nowrap;
	max-height: 24em;
	text-align: left;
	max-width: 500px;
	overflow: auto;
}