body {
	padding: 0;
	margin: 0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #02336c;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}

#main {
	margin: 0 auto;
	width:732px;
}

.clear {
	clear:both;
}

#top_header {
	height:48px;
	background:url(../img/top_header.jpg) no-repeat center;;
}

#main_content {
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	background: #FFFFFF;
}

#menu_panel {
	height:33px;
	background:url(../img/menu_bg.jpg) repeat-x;
}

#menu_panel_left {
	float:left;
	width:278px;
	height:26px;
	padding-left:5px;
	padding-top:7px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
}

#menu_panel_left a {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	text-decoration:none;
}

#menu_panel_left a:hover {
	font-size:12px;
	font-weight:bold;
	color:#b6e7ff;
	text-align:left;
	text-decoration:none;
}

#menu_panel_middle {
	float:left;
	width:137px;
	height:33px;
	background:url(../img/menu_middle_bg.jpg) no-repeat;
}

#menu_panel_right {
	float:right;
	width:301px;
	height:26px;
	padding-right:5px;
	padding-top:7px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
}

#menu_panel_right a {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
	text-decoration:none;
}

#menu_panel_right a:hover {
	font-size:12px;
	font-weight:bold;
	color:#b6e7ff;
	text-align:right;
	text-decoration:none;
}

#flash_banner {
	height:144px;
	width:726px;
	background:url(../img/flash_banner.jpg) no-repeat;
}

#Content_Panel {
}

#Content_left_panel {
	width:192px;
	background: #ededd4;
	float:left;
	padding: 10px;
	text-align:center;
	vertical-align:top;
}

#Content_left_panel p {
	padding: 0;
	margin: 0;
	font-size:12px;
	text-align:left;
}

#Content_left_panel ul {
	padding: 20px 5px 5px 30px;
	margin: 0;
}

#Content_left_panel ul li {
	list-style-image:url(../img/bullet_img.jpg);
	padding-bottom:5px;
	color:#717158;
	font-size:11px;
	text-align:left;
}

#Content_left_panel ul li a {
	color:#717158;
	font-size:11px;
	text-decoration:none;
}

#Content_left_panel ul li a:hover {
	color:#717158;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}

#Content_right_panel {
	width:500px;
	float:right;
	background: #fffcf9;
	padding:3px 4px 5px 10px;
	text-align:left;
	vertical-align:top;
}

#Content_right_panel p {
	padding: 0;
	margin: 0;
	font-size:12px;
	text-align:justify;
}

h1 {
	font-size:20px;
	color:#003f92;
	font-weight:bold;
	padding-bottom:10px;
	margin: 0;
}

.category_heading {
	font-size:12px;
	text-transform:uppercase;
	color:#000000;
	font-weight:bold;
	text-align:center;
}

#content_left_bottom {
	height:98px;
	background: url(../img/left_panel_footer_bg2.jpg) no-repeat center;
}

#footer_divider {
	height:6px;
	margin-top:2px;
	background:url(../img/footer_divider_bg.jpg) repeat-x;
}

#footer {
	height:23px;
}

#footer_left {
	height:18px;
	float:left;
	padding:5px 0px 0px 20px;
	color:#000000;
	font-size:10px;
	text-align:left;
	width:30%;
}

#footer_left a {
	color:#000000;
	font-size:10px;
	text-decoration:none;
}

#footer_left a:hover {
	color:#000000;
	font-size:10px;
	text-decoration:underline;
}

#footer_right {
	height:18px;
	float:right;
	padding:5px 20px 0px 0px;
	text-align:right;
	color:#000000;
	font-size:10px;
	width:60%;
}

#footer_right a {
	text-align:right;
	color:#000000;
	font-size:10px;
	text-decoration:none;
}

#footer_right a:hover {
	text-align:right;
	color:#000000;
	font-size:10px;
	text-decoration:underline;
}