*{ 
    padding: 0;
    margin: 0;
}

html {
	border:0px none; 
	}

body {
	border:0px none;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	color:#000;
	text-align: center;
	line-height: 1.7em;
	background: white;
	}
	
h1 {
padding-top: 20px;
color: #034;
font-size: 350%;
text-align: center;
}

#container  { 
	width: 100%; 
	margin: 0px auto;
	border: 0px solid #A57548;
	background-color: white;
	text-align: left;
	}
	
#namehead {
	margin: 0 auto;
	padding:5px 35px 5px 35px;
	background-color: #266681;
	border-bottom: 1px solid #A57548;
	text-align: right;
	color: white;
	font-weight: bold;
}

#h1_outer {
    position:relative;
}

#h1_outer iframe{
    position:absolute;
    right:12px;
    top:20px;
}
	
#inner_box {
margin: 2em;
border: 1px solid #266681;

}

#navsep {
background: #266681;
}

#navlist
{
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	list-style:none;
	border-right: 1px solid #266681;
	line-height:1.1em;
	font-family: Arial, Helvetica, sans-serif;
}

#navlist ul 
{
	display:block;
	text-decoration:none;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist li {
	padding:0;
	border-bottom: 2px solid #266681;
	background:#4499AA;
}

#navlist a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	margin:0;
	padding: 0px 2px 0px 3px;

}


#navlist a:hover {
background: #266681;
}

#navlist a:link#current, #navlist a:visited#current
{
background: #266681;
color: #FFFFFF;
}
#content {
	padding: 10px;
	text-align: left;
	margin-right:1em;
}

#content h3{
color: #373222;
float: left;
}

#footer  { 
	margin: 0 auto;
	color: #ffffff;
	padding:5px 35px 5px 35px;
	font-size: 10px;
	border-top: 1px solid #A57548;
	background-color: #266681;
	text-align: center;
	line-height: 12px
	}
#footer a{

	font-weight:bold;
	color: #CCCCCC;
	text-decoration:none;

}

img {
	vertical-align:top;
	border-style:none;
}

a.cat {
font-weight: bold;
font-size: 90%;
}

li {
    list-style: none;
}
