@charset "utf-8";
body {
	background-color: #FFFFCC;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
}
#header_container {
	background-color: #FF9933;
	width: 100%;
	background-image: url(images/vlogo_resized.jpg);
	background-position: 30px 10px;
	background-repeat: no-repeat;
	height: 158px;
}
#header {
	margin: auto;
	width: 900px;
	height: 150px;
	text-align: center;
}
#logo_heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	color: #800000;
	height: 150px;
	width: 900px;
}
#logo_heading p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #800000;
}

#navigation {
	background-color: #330000;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	border: 1px solid #FFCC66;
	background-position: center;
	padding-top: 12px;
	padding-bottom: 0px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}	
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	border: 1px solid #FFCC66;
	padding: 5px;
	margin: 5px;
	color: #FFCC66;
	text-decoration: none;
	float: none;
    background-color:#660000
}
#navigation ul li a:link, #navigation ul li a:visited {
	color: #FFCC66;
}
#navigation ul li a:hover {
	background-color: #FF6600;
	color: #FFCC66
}
#navigation ul li a.present {
	background-color: #FF6600;

}
#navigation ul li a.end {
	border: 1px solid #ffcc66;
}
#navigation ul li a.present_end {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFCC66;
	text-align:center;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	border-left: solid thin #990000;
	border-top: solid thin #990000;
	border-right: solid thin #990000;
	border-bottom: double thin #990000;
}


#left_sidebar {
	font-family: Verdana, Trebuchet, "Helvetica Roman", sans-serif;
	color: #000000;
	text-align: left;
	margin: 0px;
	float: left;
	width: 303px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFCC66;
	border: thin solid #990000;
	font-size: 14px;
}

#right_textbox {
	font-family: Verdana, Trebuchet, "Helvetica Roman", sans-serif;
	color: #000000;
	text-align: left;
	float: right;
	width: 603px;
	background-color: #FFCC66;
	padding-right: 15px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #990000;
	font-size: 18px;
	font-weight: bold;
}

#right_textbox table {
	background-color: #F4C817;
	font-family: Verdana, Trebuchet, "Helvetica Roman", sans-serif;
	color: #800000;
	font-weight: bold;
	font-size: 16px;
	margin-left: 7px;
	margin-right: 7px;
	border: thin solid #333333;
}
#content #right_textbox #news_textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	background-color: #F4C817;
	padding: 7px;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 20px;
	margin-left: 7px;
	border: thin solid #333333;
}

