body {
	background: #fffaf0;
	behavior: url(csshover.htc); /*WinIE behavior call*/
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}

a:active {color: #004c99;}
a:link {color: #004c99;}
a:visited {color: #0073e5;}

h3 {
	font-size: 110%;
	margin-top: 0.5em;
}

h4 {font-size: small;}


img#photo {padding-top: 0.5em;}

img#map {padding-right: 0.5em;}

table#banner td {
	background: #0066cc;
	color: #000000;
	font-size: 200%;
	text-align: center;
	vertical-align: middle;
}

#rightcol {
	/*border-left: 3px solid #3399ff;*/
	font-size: 85%;
  	line-height: 1.5em;
	margin: 0.6em 1.5em  1.5em  0;
	padding-left: 0.5em;
}

#leftcol {
	font-size: 85%;
  	line-height: 1.5em;
	margin: 0.6em 1.5em  1.5em  0;
	padding-left: 0.75em;
}

#slideshow {
	margin: 0 1em 1em 0;
	padding: 0;
}

#main {
	font-size: small;
  	line-height: 1.5em;
	margin: 0 1.5em  1.5em  1.5em;
	padding: 0;
}


#main-r {
	font-size: small;
  	line-height: 1.5em;
	margin: 0.5em 1.5em  1.5em  0;
	padding-left: 0.5em;
}

#vertical-rule {
	border-left: 3px solid #3399ff;
	font-size: small;
  	line-height: 1.5em;
	margin: 0.5em 1.5em  1.5em  0;
	padding-left: 0.5em;
}

#top {
	background: #0066cc;
	padding-top: 42px;
	padding-bottom: 42px;
}

#navbar {
	background: #0066cc;
	padding-top: 0px;
	padding-bottom: 0px;
}

#navlinks {
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 1em;	
}

#leftside {
	background: #99ccff;
}

#rightside {
	background: #99ccff;
}

#bottom-l {
	background: #0066cc;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer {
	background: #0066cc;
	color: #ddbb74;
	font-size: small;
	margin: 0 auto;
	padding-top: 4px;
	padding-bottom: 8px;
	text-align: center;
}

#footer a {
	color: #f0ffff;
}

#bottom-r {
	background: #0066cc;
	padding-top: 30px;
	padding-bottom: 30px;
}

div#button {margin-bottom: 6px;}

div#button a {
	background-color: #3399ff;
	border: 1px solid #0066cc;
	color: #00008b;
	font-size: 80%;
	font-weight: bold;
	margin-right: 5px;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
}

div#button a:hover, div#button a:focus {
	background-color: #0066cc;
	border: 2px solid #3399ff;
	color: #000000;
	padding: 1px 5px 1px 5px;
}

div#button a:visited {
	background-color: #3399ff;
	color: #00008b;
}

div#mail a {
	font-size: 90%;
	font-style: italic;
	text-decoration: none;
}

div#mail a:visited {
	color: #0073e5;
}

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	float: left;
	margin-top: 0;
	}

#menuh
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:100%;
	float:left;
	/*margin:1.5em;*/
	margin:0;
	margin-top: 0;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border-left: 1px solid #3399ff;
	border-top: 2px solid #3399ff;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #ffe4b5;
	background-color: #0066cc;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #fffaf0;
	background-color: #3399ff;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	/*background-image: url(images/navdown_blue.gif);*/
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	/*background-image: url(images/nav_blue.gif);*/
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width:9em;*/	/* width of all menu boxes */
	width:95px;
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

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;}