/* CSS Document */
#container {
	/*top, , bottom,*/
	margin: 10px 10px 10px 40px;
}

#nav {
	font-family: Arial;
}
#nav h1 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ffffff;
	width: 120px;
	text-align: right;
	padding: 5px;
	margin: 0px;
	float: left;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-left: 1px solid #003366;
}
#nav ul {
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav li {
	background-color: #003366;
	float: left;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;

	
}
#nav li a {
	width: 100px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px 5px 1px 10px;
	text-transform: uppercase;
	height: 32px;
}
#nav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav li a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFCC33;
}
.content_box1 {
	font-family: Arial;
	font-size: 11px;
	clear: left;
	background-color: #FFFF91;
	border: 1px solid #FF6600;
	width: 720px;
	padding: 15px;
}






