body {
	margin: 0;
	font-family: "Verdana, Trebuchet MS", Arial, Helvetica;
	font-size: 1em;
	color: #2f2839;
	background-color:#036565;
}
a{
	font-size: 0.9em;
	text-decoration: none;
	color: #587aae;
}
a:hover{
	font-size: .9em;
	text-decoration: underline;
}

h1 {font-size: 1.3em;}
h2 {font-size: 1.1em;}
h3 {font-size: 1em;}
h3 {font-size: .9em;}
h4 {
	font-size: .9em;
	text-decoration: underline;
}


#border{
  	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	width: 799px;
 	border-left: 30px #009999 solid; 
 	border-right: 30px #009999 solid;
}

/**********************  Menu Items **********************/
#autoFontSize {
	position:fixed;
	top: 10px;
	right: 10px;
	padding: 0px;
	margin: 0px;
}

#autoFontSize a {
	padding: 0px;
	margin: 0px;	
}

#header {
	text-align:center;
  	margin-top: 30px;
  	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	width: 100%;
}

#title {
 	border-left: 1px #484151 solid; 
 	border-right: 1px #484151 solid;
	background-color:#FFFFFF;
  	padding-top: 15px;
	width: 797px;
 	margin-left: auto;
 	margin-right: auto;
	left: 0px;
	right: 0px;
	font-size: 1.7em;
	letter-spacing: 1px;
}

#headIMG {
	background-color:#036565;
	text-align:center;
	width:797px;
	height: 200px;
 	margin-left: auto;
 	margin-right: auto;
	left: 0px;
	right: 0px;
 	border-left: 1px #484151 solid; 
 	border-right: 1px #484151 solid;
}

#aboveheadIMG {
  	margin-left: auto;
	margin-right: auto;
 	border-left: 1px #484151 solid; 
 	border-right: 1px #484151 solid;
	height: 10px;
	width: 797px;
	background-image:url(img/header/menuback.jpg);
	background-repeat:repeat-x;	
	}

/********************** Main Content **********************/
#main {
	position: relative;
	background-color:#FFFFFF;
	z-index: 0;
	width: 797px;
 	margin-left: auto;
 	margin-right: auto;
 	border-left: 1px #484151 solid; 
 	border-right: 1px #484151 solid;
	left: 0px;
	right: 0px;
}

#tangotext { position:absolute; z-index: 99; height: 30px; width: 400px; margin-left: 30px; margin-top: 554px; color: #fcfdfe; font-size: 0.8em; letter-spacing: 5px; filter:alpha(opacity=20); -moz-opacity:.20; opacity:.20; }

#content {
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	font-size: .9em;
	padding: 25px 40px 20px 40px;
	width: 797;
}

/******************* Home *******************/

#home {
	min-height: 230px;
	width: 100%;
}



/******************* Footer *******************/
#footer {
	clear:both;
	position: relative;
	background-image:url(img/header/menuback.jpg);
	background-repeat:repeat-x;
	height: 30px;
	width: 799px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: right;
}

#privacy {
    float: left;
	height: 20px;
	width: 179px;
	padding-top: 9px;
	padding-left: 9px;
	text-align: left;
	color: #ffffff;
	font-size: .7em;
}

#privacy a {
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
}

.photoCaption {
	font-size: .75em;
	text-align: center;
}

#credits {
    float: right;
	height: 20px;
	width: 179px;
	padding-top: 9px;
	text-align: right;
	color: #fcfdfe;
	font-size: .7em;
	filter:alpha(opacity=20);-moz-opacity:.20;opacity:.20;
}

#credits a {
	font-size: 1em;
	color: #fcfdfe;
	text-decoration: none;
}

#credits a:hover {
	text-decoration:underline;
}

/* Begin CSS Drop Down Menu */

#menuh {
	z-index:5;
  	margin-left: auto;
	margin-right: auto;
 	border-left: 1px #484151 solid; 
 	border-right: 1px #484151 solid;
	text-align: center;
	width: 797px;
	height:36px;
	background-image:url(img/header/menuback.jpg);
	background-repeat:repeat-x;	
	background-color: #484151;

	}


	
#menuh a
	{
	padding: 10px 20px 10px 20px;
	font-size: 0.8em;
	text-decoration:none;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 1px;
	display:block;
	margin: 0px;
	}

#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	text-decoration:underline;
	background-color: #484151;
	}		
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.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(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	float:left;
	margin:0px;
	padding: 0px;
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	text-align:left;
	}
	
#menuh li li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	background-color: #484151;
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 0px;
	margin: 0px 0 0 0px;
	width: 100%;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	background-color: #484151;
	z-index:100;
	}
#menuh ul li ul li a {
	padding-top: 8px;

}

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;	background-color: #484151;}

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;}

/* End CSS Drop Down Menu */
