/* ------------- "basic" styles */

body {
	margin: 0; padding: 0;
	background-image: url(/images/bk_body.jpg);
	background-repeat: repeat-x;
	background-color: white;
	color: #333;
	font: small "Lucida Grande", Arial, sans-serif;
	font-size:12px;
	
}
a {
	color:#3f75bc;
	text-decoration: underline;
}

a img {
	border: none;
}

ul li {
margin-bottom: 14px;
}

#container {
	text-align: center;
	position: relative;
	width: 804px;
	padding-top: 10px;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #fff;
	border: 1px solid #544845;
	}

/*---------------dropdown menus */

#dropmenudiv{
position:absolute;
border:1px solid #7d9db0;
border-bottom-width: 0;
font-weight: bold;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #666666;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
font-size: 11px;
text-transform: uppercase;
color: #312d29;
font: "Lucida Grande", Arial, sans-serif;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #f2f1ed;
}

#flash {
	z-index: 101;
}

/* ------------- masthead and navigation styles */

#masthead {
	margin-bottom: 1px; 
	background: #ffffff;
}

#nav {
	background-image: url(/images/bk_nav.gif);
	background-repeat:no-repeat;
	line-height: 26px;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 0 10px;

}


#nav a {
text-transform: uppercase;
	color: #312d29;
	text-decoration:none;
}

#nav a.active {
color: #fff;
text-decoration: none;
}



/* ------------- main column styles */

#content {
position: relative;
float: left;
width: 42em;
padding: 0 0.5em 4em 1.35em;
text-align: left;
line-height: 150%;
margin: 10px;
height: auto;
}
#content embed{
margin: 0 0 0 -1.5em;
}

#contentsub {
float: left;
/*position: relative;*/
width: 42em;
padding: 1em 1em 4em 2em;
text-align: left;
line-height: 150%;
margin: 10px;
}

h1 {
font-size: 1em;
	font-weight: bold;
}
h4 {
font-size: 9pt;
font-weight: bold;
color: #493F36;
}
h5 {
font-size: 10pt;
color: #493F36;
}

/* ------------- sidebar styles */
#sidebar {
	width: 20em;
	margin: 0.9em 0 4em 0.4em;
	text-align:left;
	float: left;
	text-align:left;
	padding: 0px;
}

#sidebar div h2 {
	background: #ddd7c3;
	margin-top: 1px;
	border: 1px solid #ffffff;
}

#sidebar div {
	background: #f2f1ed; 
	color: #2d2007;
	padding: 0 1em 1em;
	margin-bottom: 2em;
	border: 1px solid #ddd7c3;
}

#sidebar div h2 {
	font-size: 1.25em;
	margin: 0 -0.8em; 
	padding: 0.4em 0.8em;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	
}

#sidebar div h3 {
	font-size: 11px;
	font-weight: normal;
	line-height: 130%;	
}

#flag {
float: left;
width: 16em;
margin: 0.9em 1em 7em 0.4em;
padding: 0 1em 0 0;

}

#flag img{
	padding: 1em 1em 4em 3em;
}
	


/* ------------- footer styles */

#footer {
	clear: both;
	padding: 5px 8px 10px;
	background: #57493a;
	border-top: 3px solid #8eb2c7;
}

#footer p {
color: #fff;
	margin: 0;
	font-size: 10px;
}
