@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	background-color:#fff;
	background-image:url(../graphics/background2.png);
	background-attachment:fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
	width:900px;
	height:100%;
}

a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #000;
}

#main { width:900px;
background-color:#FFF;	
}

#header {
	float:left;
	width:900px;
	background-color:#fff;
	height:156px;

}

#content { 
float:left;
background-color:#FFF;
width:900px;
height:100%;	
}

#content1 {
float:left;
background-color:#FFF;
width:880px;
height:100%;
padding:10px;
	
}

#content2 {
float:left;
background-color:#FFF;
width:860px;
height:100%;
padding-left:20px;
padding-right:20px;
padding-top:5px;
padding-bottom:5px;
font-size:x-small;

}

#content2 a:link, #content2 a:visited, #content2 a:active
	{
	color: #000;
	}
	
#content2 a:hover
{
	color:#997326;
	
}

#details {
	width:896px;
	float:left;
	border-top:thin #997326 solid;
	background-color:#FFF;
	font-size: x-small;
	font-weight:600;
	padding:2px;
	
}

#footer{
	width:900px;
	float:left;
	background-color:  #997326;
	color:#FFF;
	font-size:10px;
	
}


#copyright {
	width:900px;
		background-color: #997326;
		color:#FFF;
		font-size:9px;
		border-bottom:#997326 solid 3px;
}

.flash {
	padding-left:5px;
	
}

.name {
	font-size:large;
	color:#997326;
	   
	   }
	   
.subname {
	font-size:medium;
	color: #F00;
	   
	   }
	   
.subname2 {
	font-size:medium;
	color: #069;
	   
	   }	   


/* Start CSS Drop Down Menu */


#menuh-container
	{
	width:900px;
	background-color: #997326;
	float:left;
	border-bottom:#997326 solid 3px;
	}

#menuh
	{
	font-size:11px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	width:60%;
	float:right;
	
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #FFF;
	background-color: #997326;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: #000;
	background-color: #997326;

	}	
	
#menuh ul
	{
	list-style:none;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	float:left;
	width:auto;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;
	vertical-align: bottom;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width:auto;
	
	}

#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 */
