﻿/* CSS Document */
body {
	background-color: #FFFBF0;
	/* margin: 0px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3D3E41;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

a:link {
	color: #007cc3;
	text-decoration: none;
}

a:visited {
	color: #005c90;
	text-decoration: none;
}

a:hover, a:active {
	color: #007cc3;
	text-decoration: underline;
}

.pagehead {
	color: #007cc3;
	font-weight: bold;
}

.navbutton {
	padding-bottom: 1px;
	padding-top: 1px;
}

.newsList {
	border-left: 1px solid #b2e3ff;
	border-top: 1px solid #b2e3ff;
}

.newsList th {
	padding: 3px 3px 3px 3px;
	border-right: 1px solid #b2e3ff;
	border-bottom: 1px solid #b2e3ff;
}

.newsList td {
	padding: 3px 3px 3px 3px;
	border-right: 1px solid #b2e3ff;
	border-bottom: 1px solid #b2e3ff;
	width: 100%;
}

.tablecellexpand {
	padding: 3px 3px 3px 3px;
}

.switchcontent {
	border: 0px solid #000000; 
	padding: 0px 0px 0px 0px; 
	margin: 20px 0px 0px 0px;
}

.newsyear {
	/* background-color: #B2E3FF; */
	color: #000000;
	padding: 2px 2px 2px 2px;
}

/* wrapper styles */

#capimage {
	background-image: url(./images/divframe_top.gif);
	height: 7px;
	background-position: top;
	background-repeat: no-repeat;
	width: 800px;
}

#mainwidth {
	border: 0px solid #000000; 
	width: 800px; 
	background-image: url(./images/divframe_center.gif); 
	padding: 0px 0px 0px 0px;
}

#header {
	width: 760px;
	height: 233px;
}

#header_admin {
	width: 760px;
	height: 59px;
}

#header_left {
	width: 380px;
	height: 59px;
	background-image: url(./images/hdr_logo_left.gif);
	float: left;
}

#header_right {
	width: 380px;
	height: 59px;
	background-image: url(./images/hdr_logo_right.gif);
	float: right;
}

#header_image {
	width: 760px;
	height: 174px;
	clear: both;
}

#bodycontent {
	width: 760px;
	margin-top: 5px;
	border: 0px solid #000000;
}

#bodycontent_nav {
	width: 155px;
	float: left;
	border: 0px solid #ff0000;
	background-color: #dbdbdb;
}

#admincontent_nav {
	width: 155px;
	float: left;
	border: 1px solid #808080;
	background-color: #ffffff;
	text-align: left;
	padding: 3px;
}

#bodycontent_body {
	float: right;
	width: 595px;
	border: 0px solid #0f0;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#bodycontent_text {
	border: 0px solid #0000ff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#bodycontent_window {
	border: 4px solid #00639b;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#footer {
	border: 0px solid #ff0000;
	font-size: 10px;
	width: 760px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(./images/ftr_imagelogo.gif);
	*/
	clear: both;
	text-align: left;
}
