﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
}
#form1 {
	margin: 0 auto;
	width: 1020px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
}
#container {
	margin: 0 auto;
	background-color: #fff;
	width: 1020px;
	padding-left: 10px;
	padding-right: 10px;
}
#masthead {
	text-align: center;
	width: 1000px;
	padding: 10px;
	border: 0px;
	height: 200px;
	background-image: url('../images/Graphics/Site Graphics/Masthead-Bkgrnd.gif');
}
#pagetitle {
	text-align: left;
	width: 1000px;
	padding: 10px;
	background-color: #FF0000;
}
#ticker {
	text-align: center;
	width: 790px;
	padding: 10px;
	background-repeat: repeat;
	background-attachment: scroll;
	float: right;
}
#navigation {
	padding: 0 0 0 0px;
	position: relative;
	float: left;
	width: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	text-align: center;
}
#menu {
	padding: 0 0 0 0px;
	position: relative;
	float: left;
	width: 200px;
	height: 450px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	text-align: left;
	z-index: 1000;
	vertical-align: text-top;
}
#calendar {
	padding: 0 0 0 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	float: left;
}
#sidebarleft {
	position: relative;
	float: none;
	width: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidebar {
	position: relative;
	float: right;
	width: 220px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content {
	float: left;
	width: 570px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
#footer {
	text-align: center;
	clear: both;
	width: 1000px;
	border: 1px dotted #d8bfd8;
}


/* Masthead Styles */


#masthead h1 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 5em;
	text-align: left;
	line-height:1;
}
#masthead h3 {
	color: #402640;
}


/* Pagetitle Styles */


#pagetitle h1 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	font-size: 5em;
	line-height: 1em;
}
#pagetitle h3 {
	color: #402640;
}




/* Navigation Styles */



#navigation ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
#navigation h6 {
	color: #503750;
}
#navigation h5 {
	color: #503750;
}
#navigation h4 {
	color: #503750;
}
#navigation h3 {
	color: #503750;
}
#navigation h2 {
	color: #503750;
}
#navigation h1 {
	color: #503750;
	font-size:x-large;
}
#navigation p {
	margin-left: 3px;
	font-size: medium;
	line-height: 1.5;
	text-align: left;
}
#navigation img {
	padding: 0px;
	margin: 5px;
	border: 1px solid #402640;
}


/* Sidebar Styles */


#sidebar h1 {
	margin: 10px 0 10px 0;
	font-size: x-large;
	font-weight: bold;
}
#sidebar h2 {
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	font-size: medium;
	font-weight: bold;
}
#sidebar h3 {
	font-size: small;
	font-weight: bold;
}
#sidebar p {
	margin-left: 3px;
	font-size: medium;
	line-height:1.5;
}
#sidebar img {
	border: 0;
	padding: 0;
	margin: 10px 0 10px 0;
	text-align: center;
}

/*sidebarleft*/

#sidebarleft h1 {
	margin: 10px 0 10px 0;
	font-size: x-large;
	font-weight: bold;
}
#sidebarleft h2 {
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	font-size: medium;
	font-weight: bold;
}
#sidebarleft h3 {
	font-size: small;
	font-weight: bold;
}
#sidebarleft p {
	margin-left: 3px;
	font-size: medium;
	line-height: 1.5;
	text-align: left;
}
#sidebarleft img {
	border: 0;
	padding: 0;
	margin: 10px 0 10px 0;
	text-align: center;
}


/*sidebarleft2*/

#sidebarleft2 h1 {
	margin: 10px 0 10px 0;
	font-size: x-large;
	font-weight: bold;
}
#sidebarleft2 h2 {
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	font-size: medium;
	font-weight: bold;
}
#sidebarleft2 h3 {
	font-size: small;
	font-weight: bold;
}
#sidebarleft2 p {
	margin-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 1.5;
	text-align: left;
}
#sidebarleft2 img {
	border: 0;
	padding: 0;
	margin: 10px 0 10px 0;
	text-align: center;
}



/* Content Styles */


#content h6 {
	color: #503750;
}
#content h5 {
	color: #503750;
}
#content h4 {
	color: #503750;
}
#content h3 {
	color: #503750;
	font-size:medium;
}
#content h2 {
	color: #503750;
	font-size:large;
}
#content h1 {
	color: #503750;
	font-size:x-large;
}
#content p {
	margin-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
	line-height: 1.5em;
}
#content img {
	padding: 0px;
	margin: 5px;
	border: 1px solid #402640;
	float: left;
	text-align: center;
}


/* Footer Styles */


#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	border: thin #000000;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


<!-- *** MyCSSMenu copyright (c) 2007, MyCSSMenu. All Rights Reserved.

	-MyCSSMenu may be manually customized by editing this document, or open this web page using
	 IE or Firefox to access the visual interface.

-->


<!--%%%%%%%%%%%% MyCSSMenu Styles [Keep in head for full validation!] %%%%%%%%%%%-->
<style type="text/css">


/*!!!!!!!!!!! MyCSSMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc a {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc ul li {float:none;}.qmmc ul a {float:none;}.qmmc div a {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 li {float:none;}#qm0 li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! MyCSSMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* MyCSSMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{
	width: 150px;
	height: 60px;
	padding: 2px;
	margin: 10px;
	background-color: transparent;
	border-style: none;
	border-color: #050000;
}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:5px 5px 5px 8px;
		background-color:#eeeeee;
		color:#111111;
		font-family:Arial;
		font-size:15px;
		text-decoration:none;
		border-width:4px 0px;
		border-style:solid;
		border-color:#fcfcfc;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		color:#fe0000;
		font-size:15px;
		font-weight:normal;
	}


	/*"""""""" (MAIN) Parent Items""""""""*/	
	#qm0 .qmparent	
	{	
		font-size:15px;
	}


	/*"""""""" (MAIN) Parent Hover State""""""""*/	
	#qm0 .qmparent:hover	
	{	
		color:#fe0000;
		font-size:15px;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive:hover	
	{	
		background-color:#797979;
		color:#ffffff;
		font-size:15px;
		text-decoration:underline;
		font-weight:bold;
	}


	body #qm0 .qmactive	
	{	
		background-color:#797979;
		color:#ffffff;
		font-size:15px;
		text-decoration:underline;
		font-weight:bold;
	}


	/*"""""""" (MAIN) Persistent State""""""""*/	
	body #qm0 .qmpersistent:hover	
	{	
		font-size:15px;
	}


	body #qm0 .qmpersistent	
	{	
		font-size:15px;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 ul	
	{	
		padding:10px 0px;
		background-color:#cccccc;
		border-width:1px;
		border-color:#999999;
	}


	#qm0 div	
	{
	padding: 5px 0px 5px 0px;
	background-color: #cccccc;
	border-width: 1px;
	border-color: #999999;
}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 ul a	
	{	
		padding:2px 0px 2px 15px;
		margin:0px 5px;
		background-color:#cccccc;
		background-image:none;
		color:#111111;
		font-size:15px;
		border-width:0px;
	}


	#qm0 div a	
	{	
		padding:2px 0px 2px 15px;
		margin:0px 5px;
		background-color:#cccccc;
		background-image:none;
		color:#111111;
		font-size:15px;
		border-width:0px;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 ul a:hover	
	{	
		font-size:15px;
		text-decoration:underline;
	}


	#qm0 div a:hover	
	{	
		font-size:15px;
		text-decoration:underline;
	}


	/*"""""""" (SUB) Parent Items""""""""*/	
	#qm0 div .qmparent	
	{	
		font-size:15px;
	}


	/*"""""""" (SUB) Parent Hover State""""""""*/	
	#qm0 div .qmparent:hover	
	{	
		font-size:15px;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive:hover	
	{	
		background-color:#eeeeee;
		color:#fe0000;
		font-size:15px;
	}


	body #qm0 div .qmactive	
	{	
		background-color:#eeeeee;
		color:#fe0000;
		font-size:15px;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		background-color:#fdbdc1;
	}

	/*"""""""" ASP.NET Menu z index Fix""""""""*/	

.adjustedZIndex {
    z-index: 100;
}



</style>

