body {
	background: repeat url(../images/css_images/background.gif);
	margin: 0;
}

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	background: inherit;
	height: auto;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
}

#header {
	background: url(../images/css_images/menu_gradient.gif) repeat-x;
	height: 34px;
	border-bottom: solid #000000 1px;
	text-align: right;
	float: none;
	color: white;
	font: 12px Arial, Helvetica, sans-serif;
}

#header a {
	color: white;
	text-decoration: none;
}

.links {
	padding-top: 10px;
	padding-right: 15px;
	text-decoration: none;
	text-transform: none;
}

.text {
	text-decoration: none;
	text-transform: none;
	margin-top: -14px;
	padding-left: 10px;
}

.warning {
	color: #ff0006;
	font: 500 11px Arial, Helvetica, sans-serif;
	margin-top: 125px;
}

#logos {
	background: white;
}

.picture_left {
	position: relative;
	top: 7px;
	right: 3px;
}

.picture_right {
	position: relative;
	top: 5px;
	left: 3px;
}

#menu {
	width: 780px;
	background: url(../images/css_images/menu_gradient.gif) repeat;
	height: 38px;
}

#news_container {
	width: 558px;
	float: left;
	overflow: visible;
}

#h1 {
	background: #b2c8de;
	height: 37px;
}

.h2 {
	color: black;
	font: italic 20px Arial, Helvetica, sans-serif;
	padding-top: 9px;
	padding-left: 10px;
	padding-right: 10px;
}

#blue_box {
	background: url(../images/css_images/blue_box.gif) no-repeat;
}

.main_content_text {
	color: black;
	font: 14px/17px Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-right: 22px;
	padding-left: 10px;
}

#side_container {
	background: olive;
	width: 221px;
	float: right;
	margin: 0;
	overflow: visible;
	border-left: black solid 1px;
	position: top;
}

#news {
	height: 37px;
	background: #90b7de;
}

.side_text {
	padding-top: 10px;
	color: #ffffff;
	font: bold 16px Arial, Helvetica, sans-serif;
}

.side_content {
	padding-left: 10px;
	font: 12px Arial, Helvetica, sans-serif;
	color: black;
	padding-top: 5px;
	padding-right: 10px;
}

#news_information {
	background: #f7f7c8;
	height: 200px;
}

#events {
	height: 37px;
	background: #90b7de;
}

#events_information {
	background: #f7f7c8;
	height: 200px;
}

#folder {
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background: 0 0 #ffffff;
}

.folder_text {
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 3px;
	font-size: 17px;
	height: 182px;
}

#text_box {
	background: purple;
}

#bottom_bar {
	background: #505050;
	height: 30px;
	clear: both;
}

.bottom_bar_text {
	color: white;
	font: 11px Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

/* menu system here */

#menu{
width: 780px;
	height: 31px;
}

#menu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#menu ul{
background: center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana;
}

#menu ul li{
display: inline;
}

#menu ul li a{
float: left;
color: white;
font-weight: normal;
text-decoration: none;
background: url(../images/css_images/divider.gif) center right no-repeat; /*Theme Change here*/;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 12px 6px 11px;
}

#menu ul li a:hover{
color: red;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #B5E2FE; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: lightblue;
}

/* end menu system */


#large_blue_box_top {
	background: no-repeat url(../images/css_images/blue_box_bar_top.gif);
	height: 18px;
	width: 770px;
}

#large_blue_box_mid {
	background: repeat-y url(../images/css_images/blue_box_bar_mid.gif);
	width: 770px;
	height: auto;
}

.large_blue_box_text {
	padding-left: 15px;
	padding-right: 15px;
	height: auto;
}

#large_blue_box_bot {
	background: no-repeat url(../images/css_images/blue_box_bar_bottom.gif);
	height: 18px;
	width: 770px;
	margin-top: 149px;
}

.blue_content {

	color: black;
	font: 14px/17px Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-left: 5px;
	height: auto;
	padding-bottom: 15px;
}