body {
	margin:0;
	margin-top:10px;
	background-color:#CCC;
}
#Container {
	width:950px;
	margin:0 auto;
}
#Header {
	height:115px;
	width:950px;
}

#Logo {
	width:225px;
	height:115px;
	float:left;
}
#Banner {
	width:175px;
	height:110px;
	padding-top:5px;
	padding-left:550px;
	float:right;
	background-image:url(images/banner.gif);
	background-repeat:no-repeat;
	background-color:#000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
#Banner a {
	color:#FFF;
	text-decoration:none;
}
#Banner a:hover {
	color:#FFF;
	text-decoration:underline;
}
#Main {
	width:946px;
	height:540px;
	background-color:#FFF;
	border-bottom:#003366 6px solid;
	border-right: #003366 2px solid;
	border-left: #003366 2px solid;
}
#Menu {
	width:205px;
	height:400px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
#Menu_Item {
	background-image:url(images/menu_item_back.png);
	background-repeat:no-repeat;
	width:193px;
	height:18px;
	margin-top:15px;
	padding:3px;
	padding-top:4px;
}
#Menu_Item a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}
#Menu_Item a:hover { 
	color: #003366;
}
#Sub_Item {
	margin-left:10px;	
	margin-top:5px;
}
#Sub_Item a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-decoration:none;
}
#Sub_Item a:hover { 
	color: #333399;
}
#Sub_sub_Item {
	margin-left:30px;	
	margin-top:5px;
}
#Sub_sub_Item a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-decoration:none;
}
#Sub_sub_Item a:hover { 
	color: #333399;
}

#Content {
	width:679px;
	height:510px;
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
	float:right;
	padding:20px;
	padding-top:10px;
	border-left: #003366 2px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#Content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
#Content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
#Content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#Content a {
	color:#003366;
	text-decoration:none;
	font-weight:bold;
}
#Content a:hover {
	text-decoration:underline;	
}

#Footer {
	width:950px;
}
input {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.bnt {
	background-color:#000066;
	color:#FFF;
	background-image:url(images/menu_item_back.png);
	width:199px;
	height:24px;
	border:0px;
	margin-right:2px;
	margin-top:5px;
	font-weight:bold;
/*	-webkit-border-radius:10px;
	-moz-border-radius: 10px; */
}
hr {
	border-bottom:1px solid #003366;
}