﻿body, p, h1, h2, h3, h4
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
img
{
	border-style: none;
}
a
{
	text-decoration: none;
	color: Black;
}
a:hover
{
	text-decoration: underline;
	color: #cc9900;
}
h1, h2, h3, h4
{
	font-size: 1.2em;
}
h1
{
	 height: 59px;
	 line-height: 59px;
	 color: #99ccff;
	 background-image: url(images/asc_website_stand_small_pic.jpg);
	 background-repeat: no-repeat;
	 background-position: 95% top;
}
h2
{
	color: White;
	background-color: #36275b;
	padding: 5px 5px 5px 178px;
}
form.admin h2
{
	padding: 5px 5px 5px 20px;
}
strong
{
	color: #8dc7eb;
}
em
{
	font-size: 1.3em;
	font-style: normal;
}
table.normal th
{
	color: #8dc7eb;
	padding: 10px 0px 0px 0px;
	text-align:left;
}
table.normal td
{
	padding: 3px 3px 3px 0px;
}
#pageContainer
{
}

#pageContent
{
	width: 800px;
	margin: 10px auto 10px auto;
	border: solid 1px black;
}

#pageHeader
{
	height: 115px;
	background-color: #130039;
}
body.homepage #pageHeader
{
	height: 115px;
	background-color: White;
}
body.homepage #pageHeader p
{
	text-align: right;
	padding-right: 5px;
	font-size: .8em;
	font-weight: bold;
	height: 19px;
	line-height: 19px;
}
.logo
{
	float:left;
	display: block;
	width:196px;
	background-color: #130039;
}
.strapLine
{
	float: right;
	width:241px;
}

#topNav, #homeNav
{
	background-color: #99ccff;
	padding: 3px 5px 4px 20px;
	font-size: .7em;
}
body.homepage #topNav
{
	background-color: White;
}
#topNav a, #homeNav a
{
	font-weight: bold;
}
#topNav ul, #homeNav ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
body.homepage #topNav ul
{
	float: right;
}
#topNav li, #homeNav li
{
	display: inline;
	float:left;
}

#homeNav
{
	background-color: #313d65;
}
#homeNav a
{
	color: White;
	border: 0px;
	text-decoration:none;
	border-left: solid 1px #313d65;
	border-right: solid 1px #313d65;
	padding-left: 10px;
	padding-right: 10px;
}
#homeNav a:hover
{
	border: 0px;
	color: #cc9900;
	border-left: solid 1px white;
	border-right: solid 1px white;
}
#homeNav ul li
{
	width:150px;
	text-align: center;
}




#welcome
{
	height: 185px;
	background-color: #8dc7eb;
}
#pageFooter
{
	margin-top: 30px;
}
#pageFooter p
{
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	font-size: .7em;
	height: 19px;
	line-height: 19px;
}
#pageFooter div.fsa
{
	background-color: #99ccff;
}
#left, #right
{
	font-size: .8em;
}
#left
{
	float:left;
	width: 178px;
}
form.admin #left
{
	width:10px;
}
#left ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#left ul li
{
	margin: 10px 0px 10px 10px;
}
#right
{
	margin-left: 178px;
}
form.admin #right
{
	margin-left: 20px;
}
#right p
{
	margin: 15px 10px 15px 0px;
}
.clear
{
	clear: both;
}
fieldset
{
	width: 590px;
	border: solid 1px #99ccff;
	padding: 5px;
}
legend
{
	color: #99ccff;
	font-weight: bold;
}
label.field
{
	float: left;
	clear: both;
	display: block;
	width: 100px;
}
#ContactForm
{
    float: left; 
    margin-right: 20px;
}
