* {
	padding: 0;
	margin: 0;
}

html, body {
	background: #FFFFFF;
	background-image: url('images/header_bg.jpg');
	background-repeat: repeat-x;
	text-align: center;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	height: 100%;
}

#header {
	background: #FFFFFF;
	background-image: url('images/header_bg.jpg');
	background-repeat: repeat-x;
	text-align: left;
	margin: auto;
	width: 800px;
	height: 100%;
}

.logo {
	border: 1px solid #000000;
	float: left;
	margin-top: .4em;
	margin-left: 1.8em;
}

#content {
	margin-top: 10.8em;
}

#indexUpperDiv {
	font-size: 1.2em;
	padding-top: 1.4em;
}

#leftIndexContent {
	float: left;
	width: 34em;
	margin: .5em 1em 0em 2.5em;
	font-size: .8em;
}

#indexLowerDiv {
	clear: both;
	font-size: 1.2em;
}

#indexBody {
	width: 34em;
	padding-top: .1em;
}

#indexBody ul {
	float: left;
	margin-left: 1.2em;
	list-style: none;
	font-size: 1.1em;
}

#indexBody li {
	margin-bottom: 1.3em;
}

#indexBody p {
	font-size: 1.5em;
	margin-bottom: 1.1em;
	margin-top: 3em;
}

#indexSideBar {
	float: left;
	border-left: 1px dashed #87A7C5;
}

#indexContact {
	text-align: center;
}

#contactBody {
	float: left;
	width: 35em;
	padding: 1em 5em 2em 2em;
	margin-right: 3em;
	font-size: .8em;
	border-right: 1px dashed #87A7C5;
}

#contactSideBar {
	float: left;
	padding: 1em 2em 1em 1em;
	font-size: .8em;
}

#aboutBody {
	float: left;
	width: 22em;
	padding: 2em 2em 2em 2em;
	margin-right: 3em;
	font-size: .8em;
}

#aboutSideBar {
	float: left;
	padding: 2em 2em 2em 3.5em;
	font-size: .8em;
	border-left: 1px dashed #87A7C5;
}

#footer {
	border-top: 1px solid #606060;
	float: left;
	font-size: .7em;
	text-align: center;
	width: 100%;
	margin-top: 2em;
}

#links {
	width: 12em;
	margin-top: 1em;
	margin-right: 2.4em;
	color: #333333;
	float: right;
	background-color: #356592;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#links ul {
	list-style: none;
	border: none;
}

#links li a {
	display: block;
	padding: 8px 8px 8px 8px;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	width: 100%;
}

html>body #links li a {
	width: auto;
}

#links li a:hover {
	color: #000000;
	background-color: #87A8C6;
}

a.text:link {
	color: #366592;
}

a.text:visited {
	color: #366592;
}

a.text:active {
	color: #87A8C6;
}

a.text:hover {
	color: #87A8C6;
}

form.contactAllAboutSvc fieldset {
	border: none;
}

form.contactAllAboutSvc label {
	display: inline-block;
	vertical-align: top;
}

form.contactAllAboutSvc fieldset ol {
	margin: 0;
	padding: 0;
}

form.contactAllAboutSvc fieldset li {
	list-style: none;
	padding: 4px;
	margin: 0;
}

form.contactAllAboutSvc label {
	width: 100px;
}

form.contactAllAboutSvc em {
	color: #f00000;
}

.requiredField {
	padding-bottom: 7px;
}

.indexSideImage {
	margin: 1em 0em 0em 3em;
}

.indexBodyImage {
	margin: 2em 1em 0em 0em;
	float: left;
}

.tempAboutImage {
	border: 1px solid #87A7C5;
	margin: 1em;
	float: left;
}

.alt {
	display: none;
}