
/* Layout Stylesheet */ 

body {
 margin:10px;
 background: url(files/grad4.jpg) 0% 0% repeat-x;
 }

#outer {
 text-align:center;
 width:800px;
 margin:auto;
 }

#hdr {
 float:left;
 width:789px;
 height:120px;
 color: #000080;
 border:solid #338699;
 border-width:1px 1px 1px 1px;
 }

#search {
background:#93b8bf;
 }
 
 /* Begin CSS Popout Menu */


#menuh-container
	{		
	top: 124px;
	}

#menuh
	{
	font-size: 15px;
	font-family: arial, helvetica, sans-serif;
	width:800px;
	float:left;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.2em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: black;
	background-color: white;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: black;
	background-color: #dbb5bc;
	}	
			
#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;
	margin:0;
	padding:0;
	float:left;
	width:99.5px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
	}

#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;}

/* End CSS Popout Menu */

hr
{
color:#338699;
}

#lbox 
{
float:left;
font-size:12px;
font-family: arial, helvetica, sans-serif;
text-align: center;
width:150px;
color:#000;
background: #93b8bf;
border-style: solid;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-top-width: 4px;
border-color:#338699;
padding:0.5em;
}

#cbox 
{
float:left;
font-size:12px;
font-family: arial, helvetica, sans-serif;
text-align: left;
width:440px;
color:#000;
background: #ffffff;
border-style: solid;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-top-width: 4px;
border-color:#338699;
padding:0.5em;
}

#abox 
{
float:left;
font-size:12px;
font-family: arial, helvetica, sans-serif;
text-align: left;
width:778px;
color:#000;
background: #ffffff;
border-style: solid;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-top-width: 4px;
border-color:#338699;
padding:0.5em;
}

#searchcontrol 
{
float:left;
font-size:12px;
font-family: arial, helvetica, sans-serif;
text-align: left;
width:614px;
color:#000;
background: #ffffff;
border-style: solid;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-top-width: 4px;
border-color:#338699;
padding:0.5em;
}

#rbox 
{
float:left;
font-size:12px;
font-family: arial, helvetica, sans-serif;
text-align: center;
width:160px;
color:#000;
background: #dee9aa;
border-style: solid;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-top-width: 4px;
border-color:#338699;
padding:0.5em;
}

#ftr
{
float:left;
font-size:10px;
font-family: arial, helvetica, sans-serif;
text-align: left;
width:600px;
color:#000;
}

 
a:link {
color: #800; text-decoration: underline; background-color: transparent}
a:visited {
color: #81696a; text-decoration: underline; background-color: transparent }
a:hover { 
color: #e57375; text-decoration: underline; background-color: transparent }
a:active { 
color: #fff; text-decoration: underline; background-color: transparent 
}