body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	margin:0px;
	padding:0px;
	background:#C7D5E2;
	text-align:center;
	behavior:url(Assets/csshover.htc);
}
#container {
	text-align:left;
	width:760px;
	margin:auto;
	background-image:url(Images/top_02.jpg);
	background-repeat:no-repeat;
}
#header {
	height:75px;
}
#header img {
	position:relative;
	top:10px;
	left: 7px;
}
#header h1,#header h2 {
	display:none; !important
}
#main {
	/*background-image:url(Images/main_bg.gif);*/
	background:#003466;
	padding: 14px 7px 7px 7px;
}
#left {
	float:left;
	width:139px;
	margin-right:7px;
	/*padding-bottom:46px;
	background-image:url(Images/nav_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;*/
}
#mainmenu {
	border-top:#F7D932 3px solid;
	background:#FFF;
}
#contact {
	font-size:10px;
	color:#666;
	border-top:#F7D932 3px solid;
	background:#FFF;
	margin-top:7px;
	padding:7px;
}
#contact p {
	margin:0px;
	padding:0px;
}
#right {
	float:right;
	width:600px;
}
#topmenu {
	height:27px;
}
#topmenu div {
	float:left;
	width:410px;
	margin-right:4px;
	padding:8px 0px;
	background:#4065B5;
}
#topmenu form {
	text-align:right;
	margin:0px;
	padding-top:0px;
}
#topmenu input {
	width:116px;
	padding:4px;
	margin:0px;
}
#flash {
	clear:both;
	height:175px;
	margin-top:7px;
	background:#FFF;
	border-top:#F7D932 3px solid;
}
#contentarea {
	clear:both;
	margin-top:7px;
	padding:7px;
	background:#FFF;
	border-top:#F7D932 3px solid;
	width:586px;
}
#channels {
	margin-top:7px;
}
#channels h3 {
	padding:4px;
	margin:0px;
	font-size:11px;
	font-weight:normal;
	color:#4065B5;
	background:#EBEEF5;
}
#channelL {
	float:left;
	width:294px;
	border-left:#F7D932 3px solid;
	background:#FFF;
}
#channelR {
	float:right;
	width:294px;
	border-left:#F7D932 3px solid;
	background:#FFF;
}
.channelText {
	padding:4px;
}
#spacer {
	clear:both;
}
#menuspacer {
	width:139px;
	height:1px;
}
#footer {
	font-size:10px;
	text-align:right;
	color:#95AEC5;
	width:740px;
	padding:10px;
}
/************* MENU *********************/
/** TOP MENU **/
#topmenu ul {
	margin:0px;
	padding:0px;
}
#topmenu li {
	display:inline;
}
#topmenu a {
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	padding:8px;
}
#topmenu a:hover {
	color:#4065B5;
	background:#F7D932;
}
/**************/
.menuItem {
	color:#4065B5;
	font-weight:bold;
	padding:7px;
	border-bottom:#C7D5E2 1px solid;
	cursor:pointer;
}
.menuItem:hover {
	background:#4065B5;
	color:#FFF;
}
/** SUB MENU **/
.menuContainer {
	z-index:4;
	visibility:hidden;
	position:absolute;
	background:#EBEEF5;
	padding:0px;
	margin:0px;
	border:#4065B5 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.subItem {
	color:#4065B5;
	padding:5px;
	border-bottom:#C7D5E2 1px solid;
	width:135px;
	cursor:pointer;
}
.subItem:hover {
	background:#FFF;
}
/************************** LINKS ************************/
a { color:#4065B5; text-decoration:none; }
a:hover { color:#666666;text-decoration:underline;}
a:visited { color:#999999; }
