body 
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-family: helvetica, tahoma, verdana, arial, sans-serif;
}

#Main, #MainSecondary, #MainTertiary
{
	width: 600px;
}

p, ul, ol, li, h1, h2
{
	padding: 0;
	margin: 0;
}

p
{
	color: #000000;
}

p.noindent
{
	text-indent: 0px;
}

img
{
	display: block;	
	border: none;
}

h1
{
	font-size: 16px;
	padding: 10px 0;
	color: #011d4b;	
}

h2
{
	color: #3e577f;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0;
}

.Title, .SubTitle, .SectionTitle
{
	display: block;
	color: #3e577f;
	font-weight: bold;
}

.SubTitle
{
	font-weight: normal;
	color: #3e577f;
}

a:link
{
	color: #3e577f;
	text-decoration: underline;	
}

a:visited
{
	color: #3e577f;
}


.nodisplay 
{
	display: none;
}

.InputStyle  
{
	
	color: #000000;
	background-color: #ffffff;
	border-top: solid 1px #B0B0B0;
	border-right: solid 1px #E1E4EB;
	border-bottom: solid 1px #E1E4EB;
	border-left: solid 1px #E1E4EB;
}

.InputButton
{
	
	color: #FFFFFF;
	background-color: #3e577f;
	
}

.FormLabel, .FormLabelRequired
{
	color: #000000;
	
	white-space: nowrap;
}

.FormLabelRequired
{
	font-weight: bold;
}

.FormField
{
	
	color: #000000;
}

.SiteText
{
	
	color: #000000;
	display: block;
}

.SiteText p
{
	
	color: #000000;
}

.SiteText a
{
	
	color: #3e577f;
}

.SiteText li
{
	margin: 5px 0px 5px 40px;
}

.ErrorText
{
	font-size: 1em;
	color:#FF0000;
}

.breadcrumb
{
	margin-bottom: 10px;
	display: block;
}

.breadcrumb p
{
	color: #3e577f;
	display: inline;
	font-size: 11px;
}

a.printLink { display: none; }

#Banner { padding-bottom: 10px; }

#Banner p.tagline
{
	display: none;
}

div.searchWrapper
{
	display: none;
}

#SidebarWrapper
{
	display:none;
}

#NavWrapper
{
	display: none;
}


/* END FEATURED */

#Footer
{
	float: left;
	margin: 0 auto;
	padding: 10px 0;
	color: #b4c6e3;
	text-align: center;
	font-size: 11px;
}

#Footer li
{
	display: none;
}

#Footer li.last
{
	display: block;
}

.SiteMap li
{
	padding-left: 10px;
	list-style-type: none;
	background-image: url(../Images/eventBullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
}
