﻿body {
	font-family:times new roman, times, serif;
	font-size:9pt;
	color: #808080;
	text-align: center;
	margin-top:0px;
}

.background {
	background-color: #EAEAEA;
}

#EntireWrapper {
	width: 802px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

/* -----------------------------------------------------------  Masthead  --------------------------*/
/* -------------------------------------------------------------------------------------------------*/
#PageStatusConsole {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#SiteActions {
	background-color:red;
	width:802px;
	height:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	height: 18px;
	border-left: 1px #C0C0C0 solid;
	border-right: 1px #C0C0C0 solid;
}



/* -----------------------------------------------------------  Global Nav  ------------------------*/
/* -------------------------------------------------------------------------------------------------*/

.globalNav {
	width:800px;
	margin-left:auto;
	margin-right:auto;
    *position:relative;
    *top:-1px;
}

.topNavItem {
	background-color: #000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	height: 20px;
	padding-top:2px;
	padding-bottom:2px;
	border-right: 1px #c0c0c0 solid;
	border-top: 1px #c0c0c0 solid;
	border-bottom: 1px #c0c0c0 solid;
}
.topNavItem a:visited {
	color: #FFFFFF;
}

.topNavItem a {
	display:block;
	color:#FFF;
}
.topNavItem a:hover {
	color:#FFF;
	text-decoration:underline;
}
.topNavHover {
	background-color: red;
	color: #FFF;
}
.topNavSelected {
	background-color:#000;
	border-bottom: none;
}
.topNavSelected a:hover {
	color: #FFF;
}

.topNav

.topNavFlyOuts {
	border-top:1px aqua solid;
	margin-top:8px;
}
.topNavFlyOutsItem {	
	background-color:silver;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border:1px lime solid;
	border-top-style: none;
	color:orange; 
	*width:150px;
	min-width:150px;
}
.topNavFlyOutsItem a {
    display:block;
    padding:5px;
}
.topNavFlyOutsHover {
	color:aqua;
}


/* -----------------------------------------------------------  Content  ---------------------------*/
/* -------------------------------------------------------------------------------------------------*/
#SiteWrapper {
	/*background-image: url('images/wrapper-bg.gif');*/
	width:760px;
	height:100%;
	display:table;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color: #FFFFFF;
	border-left: 2px #C0C0C0 solid;
	border-right: 2px #C0C0C0 solid;
}


#Header {
	background-color:#FFF;
	background-image: url('../SiteCollectionImages/header.jpg');
	background-repeat:no-repeat;
	width:800px;
	height:170px;	
}

#Header a {
	width: 800px;
	height: 170px;
}

#Content {
	width: 770px;
	height:auto;
	padding:10px 0px 10px 25px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#leftContent {
	width: 510px;
	float:left;
	padding-right: 0px;
}

leftContentNoBox {
	width: 670px;
	float: left;
	padding-right: 20px;
}

#Content a, a:visited {
	color: maroon;
	text-decoration: underline;
	background-color: transparent;
	background-position:left bottom;
	font-weight:bold;
}
#Content a:hover {
	color: #ee3b34;
	text-decoration:underline;
	
}
#Content h1 {
	color:#ee3b34;
	font-size:22px;
	border-bottom:1px gray dotted;
}
#Content h2 {
	color:#000;
	font-size:16px;
}
#Content h3 {
	color:#000;
	font-size:14px;
	text-transform:uppercase;
}



#PageContent {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#PageTitle {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color:#78173f;
	font-weight:bold;
	font-size:22px;
	border-bottom:1px gray dotted;
	margin-bottom:15px;
}

#Menu {
	background-color:black;
	width:760px;
	height:30px;
}



#Menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	font-size:8pt;
	font-weight:bold;
}
#Menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#Menu li a{
	display:block;
	float:left;
	color:white;
	text-decoration:none;
	padding:7px 15px 7px 15px;
	border-right:1px solid #30303;
}
	
#Menu li a:hover{
	color:white;
	background-color:#a6b2d0;
}


.SubHeadline {
	color:#4d7d41;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	padding-bottom:5px;
}

#RegisterBox {
	width:200px;
	padding:5px 10px 10px 10px;
	border:1px gray dotted;
	background-color:#F2F2F2;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}



/* -----------------------------------------------------------  Footer  ----------------------------*/
/* -------------------------------------------------------------------------------------------------*/
#Footer {
	background-color:#FFF;
	width:804px;
	margin-left:auto;
	margin-right:auto;
	color: #000;
	font-size: 12px;
	padding: 25px 0px 25px 0px;
	margin-bottom: 0px;
	border-top: 1px #C0C0C0 solid;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 2px #C0C0C0 solid;
	border-right: 2px #C0C0C0 solid;
	height: 130px;
}
#Footer a, a:visited {
	color:red;
	text-decoration:none;
}
#Footer a:hover {
	color:red;
	text-decoration:underline;
}


/* -----------------------------------------------------------  Forms  ----------------------------*/
/* -------------------------------------------------------------------------------------------------*/

.ms-vb {
	padding-bottom: 10px;
}

.ms-vb .ms-long {
	width: 250px;
}

.ms-vc {
	padding-bottom: 10px;
	font-weight: lighter;
	font-size: 12px;
	text-decoration:underline;
}

/* -----------------------------------------------------------  hCalender  ----------------------------*/
/* -------------------------------------------------------------------------------------------------*/

#hCal {
	padding-left: 360px;
}

.vevent {
	height: 230px;
}

.vevent a {
	color: red;
	font-weight: bold;
	font-size: 16px;
}


