body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:20px;
	min-width:751px;
	text-align: center;
	background-color: #002448;
	padding:0px;
 	font-size: 13px;
	color: #333333;
   }


h1 {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}


h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

	color: #336633;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #336633;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

	color: #336633;
}


/*divs*/


/*#big_wrap {
	width: 751px;
	background: url(fill.gif) repeat-y;
	text-align: center;
	}
*/



#wrap {
	width: 751px;
	background: #D5CC93;
	margin:0 auto;
	text-align: left;
	}
		
#navbar {
   	float:left;
   	width:751px;
	}

#breadcrumbs a:link { color: #333333; text-decoration: underline; font-weight: bold}
#breadcrumbs a:visited {  color: #333333; text-decoration: underline; font-weight: bold}
#breadcrumbs a:hover {  color: #3E2011; text-decoration: none}


/*#content_2 {
    	float:left;
    	width:261px;
    	border-top: #D5CC93 1px solid;
    	text-align: center;
   	}
*/

#content {
    	display: block;
    	float:left;
	width:730px;
	padding: 10px;
	list-style-image: url(arrowbulletblack.gif);
	}



#footer {
    background: #332C20;
    	clear:both;
	border-color: #D5CC93;
	border-width: 1px;
	border-style: solid;
    	}
	
select, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

a:link { color: #333333; text-decoration: underline; font-weight: normal}
a:visited {  color: #333333; text-decoration: underline; font-weight: normal}
a:hover {  color: #3E2011; text-decoration: none}


/*menus*/

div#menu.menu {
width:751px; 
font-size:0.85em;
position:relative;
z-index:100;
text-align: left;
}

/* remove all the bullets, borders and padding from the default list styling */

div#menu.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

div#menu.menu ul ul {
width:150px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

div#menu.menu li {
float:left;
width:150px;
position:relative;
}

/* style the links for the top level */
div#menu.menu a, div#menu.menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:139px; 
height:30px; 
border:1px solid #D5CC93;
border-width:1px 0 0 1px;
background:#332C20; 
padding-left:10px; 
line-height:29px;
}

/* a hack so that IE5.5 faulty box model is corrected*/
* html div#menu.menu a, * html div#menu.menu a:visited {
width:150px;
w\idth:150px;
}


/* style the second level background */
div#menu.menu ul ul a.drop, div#menu.menu ul ul a.drop:visited {
background:#332C20 url(drop.gif) bottom right no-repeat;

}
/* style the second level hover */
div#menu.menu ul ul a.drop:hover{
background:#AC9F7D url(drop.gif) bottom right no-repeat;
}
div#menu.menu ul ul :hover > a.drop {
background:#AC9F7D url(drop.gif) bottom right no-repeat;
}
/* style the third level background */
div#menu.menu ul ul ul a, div#menu.menu ul ul ul a:visited {
background:#332C20;
}
/* style the third level hover */
div#menu.menu ul ul ul a:hover {
background:#AC9F7D;
}


/* hide the sub levels and give them a position absolute so that they take up no room */
div#menu.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:30px;
left:0; 
width:150px;
}

/* another hack for IE5.5 */
* html div#menu.menu ul ul {
top:30px;
t\op:30px;
}


/* position the third level flyout menu */
div#menu.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}

/* position the third level flyout menu for a left flyout */
div#menu.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
div#menu.menu table {position:absolute; top:0; left:0;}


/* style the second level links */
div#menu.menu ul ul a, div#menu.menu ul ul a:visited {
background:#332C20; 
color:#fff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px;

/* yet another hack for IE5.5 */
}
* html div#menu.menu ul ul a{
width:150px;
w\idth:150px;
}


/* style the top level hover */
div#menu.menu a:hover, div#menu.menu ul ul a:hover{
color:#fff; 
background:#AC9F7D;
}

div#menu.menu :hover > a, div#menu.menu ul ul :hover > a {
color:#fff;
background:#AC9F7D;
}

/* make the second level visible when hover on first level list OR link */
div#menu.menu ul li:hover ul,
div#menu.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
div#menu.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
div#menu.menu ul :hover ul :hover ul{ 
visibility:visible;
}

/*ul, li { list-style-image: url(arrowbulletblack.gif) }*/


