@charset "UTF-8";
	
/* CSS Document */

/* Reset */
body
{
	color:#000;
	background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
{
	margin:0;
	padding:0;
}
table
{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img
{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var
{
	font-style:normal;
	font-weight:normal;
}
caption,th
{
	text-align:left;
}
h1,h2,h3,h4,h5,h6
{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after
{
	content:'';
}
abbr,acronym
{
	border:0;
	font-variant:normal;
}
sup,sub
{
	line-height:-1px;
	vertical-align:text-top;
}
sub
{
	vertical-align:text-bottom;
}
input, textarea, select
{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

/* Overall */
body
{
	/* background: #FFF url(images/sidemenubg.gif) top right repeat-y; */
	background-color: #B0B0B0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}
h1
{
	right: 20px;
	position: absolute;
	top: 50px;
}
h1 a
{
	background: url(images/logo.png) top left no-repeat;
	display: block;
	height: 94px;
	text-indent: -5000px;
	width: 175px;
}
h2
{
	border-bottom: 1px solid #09154F;
	color: #09154F;
	font-size: 16px;
	margin: 2px 0px 5px 0px;
	padding: 3px 0px;
	text-align: center;
	text-transform: uppercase;
}
h3
{
	color: #09154F;
	font-size: 16px;
	padding: 9px 0px;
}
h4
{
	color: #09154F;
	font-size: 14px;
	padding: 8px 0px;
}
p, address
{
	padding: 7px 0px;
}
li
{
	padding: 2px 2px 2px 8px;
}
ul, ol
{
	margin: 7px 5px 7px 30px;
}
li h4
{
	color: #333;
	padding: 2px 0px;
}
table
{
	border: 1px solid #09154F;
	border-spacing: 5px;
	margin: 7px 5px;
}
td, th
{
	border: 1px solid #09154F;
	color: #09154F;
	font-size: 12px;
	padding: 10px;
	text-align: center;
}
th
{
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

td#currday
{
	background-color: #F99;
}

td.First, th.First
{
	/* border-left: none; */
}
a
{
	color: #09154F;
	text-decoration: underline;
}
a:hover
{
	color: #6C7496;
}
a.NoAnchor
{
	color: #000;
	text-decoration: none;
}
em, i
{
	font-style: italic;
}
strong, b
{
	font-weight: bold;
}
hr
{
	border: none;
	border-top: 1px solid #000;
	height: 1px;
	margin: 5px auto;
	width: 75%;
}
blockquote
{
	padding: 15px 50px 5px 50px;
	font-style: italic;
}

ul.Check li { list-style: none; }

/* Forms */
form input
{
	padding: 2px;
}
form .FormElement
{
	display: block;
	margin: 0px 0px 15px 0px;
	padding: 1px;
}
form label.FormElement
{
	margin: 0px;
	padding: 5px;
}

/* Header */
#divHeader
{
	background: url(images/header.jpg) top left no-repeat;
	overflow: auto;
	padding-top: 150px;
	position: relative;
	width: 100%;
}

/* Main Menu */
#ulMainMenu
{
	padding: 0px;
	left: 2px;
	margin: 0px;
	position: absolute;
	top: 10px;
}
#ulMainMenu li
{
	float: left;
	list-style: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#ulMainMenu a
{
	background: url(images/menuitembg.gif) top center no-repeat;
	color: #FFF;
	display: block;
	font-size: 12px;
	height: 33px;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 105px;
}
#ulMainMenu a:hover
{
	background-image: url(images/menuitemhover.gif);
	font-size: 11px;
	line-height: 28px;
}

#h3TagLine
{
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	position: absolute;
	left: 10px;
	top: 50px;
}

/* Separator */
#pHome
{
	position: absolute;
	padding: 0px;
	right: 30px;
	top: 195px;
	z-index: 1;
}
#pHome a
{
	color: #000;
	text-decoration: none;
}

#divWrapper
{
	background: #FFF url(images/sidemenubg.gif) top left repeat-y;
	margin: 0px auto;
	overflow: auto;
	position: relative;
	width: 750px;
}

/* Side Menu */
#ulSideMenu
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 132px;
}
#ulSideMenu li
{
	background: url(images/sidemenuitembg.gif) bottom center no-repeat;
	display: block;
	list-style: none;
	list-style-image: none;
	margin: 0px;
	padding: 15px 8px;
	text-align: center;
}
#ulSideMenu li.First { padding-top: 0px; }
#ulSideMenu li.Last, #ulSideMenu li.NoLink
{
	background: none;
}
#ulSideMenu a
{
	color: #09154F;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
}
#ulSideMenu a:hover
{
	color: #000;
	text-decoration: underline;
}

/* Content Section */
#divContentBG
{
	margin-left: 132px;
	padding: 75px 20px 10px 20px;
}
#divContent
{
	overflow: auto;
	position: relative;
	width: 99%;
}
.Canvas
{
	background: #FFF;
	color: #09154F;
}

/* Step Menu */
#ulStepMenu
{
	float: right;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 75px;
}
#ulStepMenu li
{
	list-style-type: none;
	padding: 2px 0px;
}

#divStep
{
	margin-right: 100px;
}

/* Footer */
#divFooter
{
	background: url(images/hat.jpg) top right no-repeat;
	clear: both;
	color: #333;
	font-size: 11px;
	height: 1%;
	line-height: 120%;
	overflow: auto;
	margin-right: 20px;
	padding: 45px 0px 0px 152px;
	position: relative;
}
#divFooter #pEmail
{
	border-bottom: 1px solid #333;
	padding-bottom: 2px;
	text-align: center;
}
#divFooter #pEmail a
{
	color: #333;
	text-decoration: none;
}
#divFooter #pPhone
{
	float: right;
	text-align: right;
	width: 45%;
}
#divFooter address
{
	color: #000;
	float: left;
	width: 45%;
}
#divFooter address a
{
	color: #333;
}
#divFooter #pWebsite
{
	background: url(images/footerbg.gif) bottom left no-repeat;
	bottom: 0px;
	font-size: 10px;
	left: 0px;
	padding: 5px 10px 12px 10px;
	position: absolute;
	text-align: center;
	width: 112px;
}
#divFooter #pWebsite a
{
	color: #666;
	text-decoration: none;
}

/* Classes */
.Right
{
	border: 1px solid #09154F;
	float: right;
	margin: 0px 0px 20px 20px;
	padding: 4px;
}
.Left
{
	border: 1px solid #09154F;
	float: left;
	margin: 0px 20px 20px 0px;
	padding: 4px;
}
.VAlignContainer
{
	clear: both;
	overflow: auto;
	width: 100%;
}
.VAlign
{
	display: block;
	padding-top: 25px;
}

ul.horizmenu
{
	padding: 0px 0px 10px 0px;
	margin: 0px auto 10px auto;
	text-align: center;
	border-bottom: 1px solid white;
}

ul.horizmenu li
{
	list-style: none;
	display: inline;
}

.Author
{
	font-weight: bold;
}

.InformationMessage
{
	border: 1px solid #09154F;
	color: #000;
	font-weight: bold;
	text-align: center;
}
ul.InformationMessage
{
	margin: 5px 5px;
}
ul.InformationMessage li
{
	list-style-image: none;
	list-style-type: none;
	padding: 2px;
}


.CheckColumnElement
{
	display: block;
	/*
	width: 250px;
	float: left;
	*/
}

.SubContent
{
	color: #09154F;
	font-weight: bold;
}

a.NoLink
{
	color: #333;
}
a.EventLink
{
	color: #000;
	font-weight: bold;
}

.Required
{
	color: #F33;
	font-weight: bold;
}

.Selected
{
	color: #09154F;
	font-weight: bold;
}

.Standout
{
	text-decoration: underline;
}

.Highlighted
{
	background-color: #F99;
}

table.mceLayout, table.mceLayout table { border-spacing: 0px; }

.underline {
	text-decoration: underline;
}

.box {
	border: 4px solid #000;
	padding: 15px 20px;
	margin: 0 60px;
}