/* CSS Document */
/* ----------------------------------------- DEFAULT ----------------------------------------- */
body {
	margin:0;
	color:#000;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height:110%;
	background-color:#331300;
	background-image: url(images/Bkgd-tile.jpg);
	background-repeat: repeat-x;
}

div
{
margin:0px;
padding:0px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

a:link { 
color: black; 
}

a:visited {
	color: #321304;
} 

a:hover {
	font-color: 331300;
	font-size: 100%;	
}
 	
p
{
	padding:10px 10px 10px 10px;
	margin:0px;
	font-size: 11px;
}
p2
{
	padding:5px 5px 5px 5px;
	margin:0px;
	font-size: 11px;
}

p3 {
	padding:5px 5px 5px 5px;
	margin:0px;
	font-size: 9px;
	text-align: center;
}

h2 {
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h1 {
	margin:0;
	padding:10px 10px 8px 10px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

h3 {
	margin:0;
	padding:10px 10px 8px 10px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #F00;
}

.Announcement {
	margin:0;
	padding:10px 10px 8px 10px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.red {
	margin:0;
	padding:10px 10px 8px 10px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #F00;
}

.subhead {
	margin:0;
	padding:10px 10px 8px 10px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.boxHeads {
	font-size: 11pt;
	font-weight: bold;
}

.spacer{
font-size:0;
line-height:0;
clear:both;
padding:0;
margin:0;
}
.width1
{
width:1px;
}
#main
{
width:755px;
margin:0px auto 0px auto;
}
#frame
{
background-color:#fff;
width:749px;
border-left:1px solid #4C4C4C;
border-right:1px solid #4C4C4C;
padding:2px 2px 2px 2px;
float:left;
color:#000;
}
#frame a:hover{
	text-decoration:underline;
	font-weight: normal;
	font-size: 100%;
	font-color: 331300
}

# frame p4 {
	padding:5px 5px 5px 5px;
	margin:0px;
	font-size: 11px;
}
div
{
text-align:left;
vertical-align:top;
}
/* ----------------------------------------- HEADER ----------------------------------------- */
#banner
{
width:404px;
height:269px;
float:left;
background-image:url(images/banner.jpg);
}
#search
{
width:345px;
float:left;
}
#flash
{
padding-top:10px;
width:330px;
float:right;
background-color:#331300;
border:1px solid #9E9E9E;
height:40px;
padding-left:12px;
color:#000;

}
#search_banner
{
border-top:1px solid #ffffff;
float:left;
background-image:url(images/banner_II.jpg);
height:216px;
width:345px;
}
#search_banner img{
margin:75px 0 0 92px;
}

/* ----------------------------------------- MENU ----------------------------------------- */
/* Begin CSS Drop Down Menu */

#menuh-container
	{
	height:21px;
	border-top:1px solid #ffffff;
	border-bottom:4px solid #D4873A;
	background-color:#331300;
	float:left;
	width:749px;
	padding-left:0px;
	padding-top:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; line-height:11px;
	font-size:10px;
	font-weight:Regular;
	color:#fff;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	border: 1px solid #331300;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #331300;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #D4873A;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	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:6.5em;	/* width of all menu boxes */
	}

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

/* ----------------------------------------- CONTAINER ----------------------------------------- */

#Mat
	{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:110%;
	padding:10px 10px 10px 10px;
	}

#Mat a:link { color: black; }

#Mat a:hover{
	color: #331300;
	font-size: 110%;
	font-weight: bold;
	}
	
#Mat a:visited { color: #FFCC00; } 

	
/* ----------------------------------------- FOOTER ----------------------------------------- */
#footer
{
width:749px;
background-color:#331300;
float:left;
border-top:4px solid #D4873A;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:12px ;
color:#fff;
text-align:right;
padding-top:19px;
padding-bottom:13px;
}
#footer a{
	color:#fff; text-decoration:none; background-color:inherit;
}
#footer a:hover{
	text-decoration:underline;
	font-weight: normal;
	font-size: 100%;
}
form
{
width:1px;
height:1px;
border:none;
margin:0px;
padding:0px;
}

