/* CSS Document */

html 
	{ 
	height: 100%; 
	margin-bottom: 1px; 
		}

body
	{
	background-color: #ffffff;
	font: 9pt myriad, arial, san-serif;
	color: #ffffff;
	vertical-align: top;
	margin: 0 0 20px 0;
	padding: 0;
	}
	
table
    {
    border: none;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    }
	
a 
	{
	text-decoration: none;
	color: #91a3a6;
	}

a:hover 
	{
	text-decoration: none;
	color: #dddddd;
	}
	
#header
    {
    background: #ffffff url(images/titlebar.jpg) no-repeat;
    width: 810px;
    height: 117px;
    }
    
/* Begin CSS Drop Down Menu */


#menuh-container
	{
	width: 810px;
	height: 27px;
	margin: 0 auto;
	background: #e0e0e0;
	}

#menuh
	{
	font: 12px "myriad", arial, helvetica, san-serif;;
	width: 100%;
	margin: 0 0 0 10px;
	padding: 3px 0 0 0;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	border: 0;
	white-space: nowrap;
	margin:0 auto;
	padding: 4px 40px 5px 5px;
	letter-spacing: 1px;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #636466;
	text-decoration: none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #000000;
	}	
			
#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: 100px;	 /*width of all menu boxes */
	}

#menuh a.drop
	{
	color: #636466;
	font-family: myriad, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e0e0e0;
	}
	
#menuh a:hover.drop
	{
	color: #000000;
	background-color: #ffffff;
	}
	
#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;}

/* End CSS Drop Down Menu */

#page
    {
    width: 810px;
    height: 100%;
    background: #636466;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 0px 0px 0px;
    }

.subtitle
	{
	background: #4a4a4a;
	color: #ffffff;
	margin: 0px 0px 10px 0px;
	width: 793px;
	padding: 5px 5px 5px 12px;
    clear: left;
	}
	
.field
	{
	background: #4a4a4a;
	color: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 12px;
   }
	
    
.text
    {
    padding: 10px 10px 10px 10px;
    clear: left;
    }
    
#page object
	{
	margin: 20px 0px 15px 12px;
	padding: 5px 0px 5px 0px;
	z-index: 0;
    }

#page a img
	{ 
	border: none; 
	margin: 0 auto;
	padding: 0;		
	}
    
#page img
    {
    z-index: 10;
    }
	
	
#page img.first
    {
    margin: 0 0 6px 10px;
    }
    

#page img.splash
    {
    margin: 0 0 10px 10px;
    }
      

#page img.info
    {
    margin: 0 10px 10px 10px;
    }
   
   
    
#page img.rest
    {
    margin: 0 0 6px 6px;
    }

#page img.toplink
    {
    padding: 6px 0 10px 10px;
    }

.spacer
    {
    height: 9px;
    }
    
    

    
#footer
    {
    position: relative;
    width: 810px;
    height: 27px;
    background-color: #ffffff;
    font-size: 10px;
    color: #636466;
    letter-spacing: 1px;
    text-align: right;
    margin: 0 auto;
    }

    