@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	text-align: center; /*Used to center webpage*/
	margin: 0px;
	padding: 0px;
	background-color: #7fa2ba;
}

a{
	text-decoration: underline;
	color: #760000;
}

a:hover{
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #ffffff;
}

h1{
	font-size: 1.75em;
	font-family: "Times New Roman", Times, serif;
}

h2{
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
}

h3{
	font-size: 1.25em;
	font-family: "Times New Roman", Times, serif;
}

img {
	border: none;
}

.img_fl {
	border: none;
	float: left;
}

#container {
	width: 760px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #7fa2ba;
	float: none;
}

#header {
	/*	float: left;*/
	height: 165px;
	width: 760px;
/*	margin: 0px;*/
}

/*----- END  NAVBAR MENU ------------*/

/*----- START SIDEBAR MENU ------------*/
.sidebarmenu{
	padding: 0;
	border: 1px solid #7fa2ba;
	border-bottom-width: 0;
	float: left;
	width: 155px;
	color: #ffffff;
	font-size: .9em;
    font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.sidebarmenu img{
	border: 0;
	text-align: center;
}

.sidebarmenu a.menuitem{
	color: #e8d56c;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 95%;
	text-decoration: none;
	background-color: #003366;
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.sidebarmenu a.menuitem:visited, .sidebarmenu .menuitem:active{
	color: #e8d56c;
}

.sidebarmenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.sidebarmenu a.menuitem:hover{
	color: #ffffff;
	background-image: url(../images/bg_nav_over.jpg);
}

.sidebarmenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
	margin: 0px;
	padding: 0px;
	width: 95%;
}

.sidebarmenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebarmenu div.submenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ffffff;

}

.sidebarmenu div.submenu ul li a{
	display: block;
	font-size: 14px;
	position: relative;
	color: black;
	text-decoration: none;
	height: 35px;
}

.sidebarmenu div.submenu ul li a:hover{
	background: #790000;
	color: #ffffff;
}
/*----- END SIDEBAR MENU ------------*/
.event_layout{
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	margin: 2px;
	padding: 0px;
}

.event_layout tr{
	vertical-align: text-top;
}

.event_layout td{
	border: thin none #000;
}


.faq_layout{
	font-family: Verdana, Geneva, sans-serif;
}


.faq_layout table{
	padding: 8px;
	text-align: left;
}

.faq_layout th{
	padding-bottom: .1em;
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.faq_layout td{
	padding-bottom: 1em;
}


#content {
	width: 585px;
	float: right;
	text-align: left;
	background-color: #ffeab3;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: thin solid #666;
	padding: 5px;
}

#calendar {
	width: 585px;
	height: 120px;
	text-align: center;
}

#footer {
	width: 585px;
	float: right;
	color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 2px;
	float: right;
}

#footer span{
	font-size: 0.6em;
}

#footer a{
	text-decoration: none;
	color: #790000;
}

#footer a:hover{
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}