html, body
{
	height: 100%;
}

body
{
	background: #EEEED8;
	font-family: Trebuchet, Sans-Serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

a
{
	color: #003663;
	padding: 2px;
	text-decoration: none;
	border-bottom: 1px dotted #888888;
}

a:hover
{
	border: solid #003663 1px;
	text-decoration: none;
	padding: 1px;
}


a:visited
{
	color: #003663;
}


a.ContactLink
{
	font-weight: bold;
	font-size: 14px;
}


a.ContactLinkImage
{
	border: none;
}

a:hover.ContactLinkImage
{
	border: none;
	text-decoration: none;
}



p
{
	color: #000000;
	line-height: 28px;

	margin-top: 14px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 15px;
	text-indent: 0px;
}


p.ContactSection
{
	margin: 0px;
	font-weight: bold;
}

p.SearchMatch
{
	margin-left: 15px;
}


p.SearchExcerpt
{
	font-size: 10px;
}

p.Address
{
	border: 1px solid #DDDDDD;
	margin-top: 0px;
	margin-left: 100px;
	margin-right: 200px;
	padding-left: 5px;
	background: #F2F2FF;
}

p.Footer
{
	font-size: 10px;
	line-height: 12px;
	text-align: center;

	text-indent: 0px;
	margin-bottom: 3px;
}

p.InputColumn
{
	margin-top: 1px;
	margin-left: 5px;
}

h1
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	text-decoration: underline;
	font-size: 24px;
	text-align: center;
	line-height: 100%;
	color: #C60000;
	font-weight: normal;
}

h2
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 150px;
	font-size: 16px;
	text-decoration: underline;
	text-align: left;
	line-height: 100%;
	color: #C60000;
	font-weight: normal;
}

h2.ContactHeader
{
	margin-top: 10px;
	margin-left: 5px;
}

h4
{
	margin: 4px;
	border-bottom: 1px solid;
	font-size: 16px;
	text-align: center;
	line-height: 100%;
	color: #C60000;
	font-weight: normal;
}

li
{
	list-style-type: circle;
	list-style-image: url("MiniBullet.png");
	font-size: 12px;
	line-height: 14px;
}

li.MediaCenter
{
	list-style-type: circle;
	list-style-image: url("MiniBulletBlue.png");
	font-size: 12px;
	line-height: 14px;
}

ul
{
	margin-top: 6px;
	margin-bottom: 16px;
}

#SearchResults
{
	background: #F4F4F4;
	margin: 0px auto;
	margin-top: 50px;
	padding: 15px;
	padding-top: 3px;
	border: 1px solid #DDDDDD;
}

#SearchForm
{
	width: 250px;
	margin: 0px auto;
	margin-top: 50px;
	padding: 15px;
	padding-top: 3px;
	border: 1px solid #DDDDDD;
	background: #F2F2FF;
	text-align: center;
}

#FullPage
{
	width: 700px;
	margin: 0px auto;
	padding-top: 50px;
}

#HeaderInfo
{
	width: 700px;
	padding: 0px;
	padding-bottom: 0px;
	margin: 0px;
}


#Content
{
	width: 670px;
	min-height: 300px;
	border: #C60000 2px solid;
	border: #FFD600 5px solid;
	padding: 10px;
	background: #FFFFFF;
}

#ContentFooter
{
	width: 700px;
	min-height: 25px;
}


#StyleControlPanel
{
	background: #FFFFFF;
	border: #FFD600 1px solid;
	padding: 10px;
	width: 690px;
	visibility: hidden;
}


#AdminMenu
{
	position: fixed;
	left: 25px;
	top: 225px;
	width: 150px;
	background-color: #FFFFFF;
	border: 1px dashed #888888;
	z-index: 10;
}

p.AdminMenuItem
{
	color: #001144;
	font-size: 10px;
	line-height: 12px;
	text-align: center;

	text-indent: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}
