@charset "UTF-8";


body, h1, h2, h3, h4, p, ul, li, form, img {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

#container {
	color: #333333;
	width: 800px;
	margin: 0px auto;
}
body {
	color: #333333;
	background: #FFFFFF url(body_bg.jpg) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 130%;
}
#banner {
	background: url(banner.jpg);
	height: 86px;
	width: 800px;
}
#header {
	height: 235px;
	width: 800px;
	margin-right: 0px;
	padding-right: 0px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
}
.leftpic {
	float: left;
	padding-right: 10px;
}
.caption {
	font-size: 1em;
	padding-top: 5px;
}
.smtext {
	font-size: 0.8em;
	line-height: 120%;
}
body.oneColumn #leftColumn {
	width: 757px;
	padding-right: 14px;
}
.photogals {
	height: 100px;
	padding-bottom: 10px;
	width: 150px;
	padding-top: 2px;
}
a:link,a:visited   {
	color: #044982;
	text-decoration: none;
	font: 1em Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:hover,a:active  {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#photoBar {
	clear: left;
	height: 125px;
}
#photoBar  table td {
	color: #044982;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	border-style: none;
}
#content {
	font-size: 0.9em;
	padding-top: 10px;
}
#leftColumn {
	padding-left: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
}
#footer {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: left;
	margin-top: 15px;
}
#footerLeftColumn {
	float: left;
	width: 424px;
	padding-bottom: 20px;
	font-size: 1em;
	padding-left: 20px;
	padding-top: 45px;
}
#footerLeftColumn a:link, a:visited {
	color: #666666;
}
h1 {
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
	color: #044982;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #044982;
	font-size: 1.1em;
	padding-bottom: 6px;
}
h3 {
	font-weight: bold;
	color: #000000;
	font-size: 1em;
	padding-top: 15px;
}
#footerRightColumn {
	float: left;
	padding-left: 34px;
}
.rightpic {
	float: right;
	padding-left: 10px;
}
.moreinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #044982;
	text-decoration: none;
	padding-top: 5px;
}
#content tr {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 570px;
}
#content td {
	border: 1px solid #666666;
}
h4 {
	font-weight: bold;
	color: #FF0000;
	margin: 0;
	padding: 0;
	font-size: 11pt;
}
#form {
	background-repeat: no-repeat;
	background-position: right top;
	width: 635px;
	float: left;
	padding-left: 10px;
	background-image: url(bg_form.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	background-color: #FFFFFF;
}
#form_right {
	padding-left: 605px;
	background-image: url(form_rightbg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #666666;
	background-position: right top;
	}


/* Begin CSS Drop Down Menu */

#menuh-container
	{
	}

#menuh
	{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0em;
	margin-left: 0px;
	font-size: 12px;
	margin-right: 0px;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:100px;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.5em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #666666;
	text-decoration:none;
	background-color: #FFFFFF;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #000000;
	text-decoration:none;
	}	

#menuh li
	{
	position:relative;
	min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #054482;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 2em;
	margin:-2em 0 0 -2em;
	}
#menuh ul ul li {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	display: block;
}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

#navBar {
	padding-left: 20px;
	background: #F5EDE7;
	height: 25px;
	padding-top: 9px;
	font-weight: bold;
}
#navBar ul {
	list-style: none;
	color: #044982;
	border-bottom: 1px solid #054482;
	width: 758px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	padding-bottom: 5px;
}
#navBar ul li {
	display: inline;
	margin: 0px;
	margin-right: 12px;
	text-decoration: none;
}
