@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
text-decoration:underline;
border:none;
color:#666666;
}
h1 {
font-size:14px;
color:#468dcb
}
h3 {
font-size:13px;
color:#468dcb
}
h3 {
font-size:12px;
color:#468dcb;
}
a:hover {
text-decoration:underline;
}
img {
border:none;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:550px;
}
#container p {
	font-size:11px;
	color:#6b6c6d;
	margin-bottom:5px;
	margin-top:5px;
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
	min-height:600px;
}
#header {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top:49px;
	background-image:url(images/hdr_main.png);
	background-repeat:no-repeat;
	height:30px;
}
#menu {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:30px;
	border-left:solid;
	border-left-width:2px;
	border-left-color:#FFFFFF;
}
.menu_item {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top:2px;
	height:28px;
	width:52px;
	border-right:solid;
	border-right-width:2px;
	border-right-color:#FFFFFF;
	float:left;
	background-image:url(images/menu_norm.jpg);
	background-repeat:no-repeat;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
	cursor:hand;
	/*background-color:#d0e0f0;*/
}
.menu_item:hover {
	background-image:url(images/menu_hov.jpg);
	cursor: hand;
	cursor: pointer;
}
.menu_item a {
	text-decoration:none;
	color:#FFFFFF;
	cursor: hand;
	cursor: pointer;
}
#menu_item_sel {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top:2px;
	height:28px;
	width:52px;
	border-right:solid;
	border-right-width:2px;
	border-right-color:#FFFFFF;
	float:left;
	background-image:url(images/menu_sel.jpg);
	background-repeat:no-repeat;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
}
.submenu {
	border-top-width:2px;
	border-top-style:solid;
	border-top-color:#468dcb;
}
#sub_sel {
	background-color:#468dcb;
	float:left;
	width:90px;
	padding:2px;
	height:12px;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px 1px 2px 1px;
	text-align:center;
	margin-bottom:0px;
	font-size:9px;
	color:#FFFFFF;
}
#sub_unsel {
	background-color:#E1E1E1;
	float:left;
	width:90px;
	padding:2px;
	height:12px;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	text-align:center;
	margin-bottom:0px;
	margin-top:0px;
	cursor:hand;
	font-size:9px;
	color:#FFFFFF;
}
#sub_unsel:hover {
	background-color:#d0e0f0;
	cursor: hand;
	cursor: pointer;
}
#sub_unsel a {
	color:#FFFFFF;
}
#body_home {
	background-color:#FFFFFF;
	min-height:670px;
}
#body_content {
	/*width:780px;*/
	background-color:#FFFFFF;
	padding-top:0px;
	padding-right:30px;
	padding-bottom:30px;
	padding-left:30px;
	min-height:400px;
}
#body_left {
	width:545px;
	float:left;
	background-color:#FFFFFF;
	padding-left:5px;
	padding-bottom:5px;
}
#body_right {
	width:215px;
	float:right;
	background-color:#D5D5D5;
	padding-left:0px;
	height:455px;
	margin-left:0px;
	margin-right:5px;
	margin-top:5px;
}
#body_right p {
	color:#FFFFFF;
}
#body_right a {
	color:#666666;
}
#article {
	border-color:#FFFFFF;
	border-style:none;
	border-width:1px;
	width:203px;
	height:400px;
	margin:3px;
	margin-left:4px;
	margin-top:0px;
	margin-bottom:5px;
	padding:2px;
	font-size:9px;
	color:#FFFFFF;
}
#article p {
	color:#666666;
}
#tab_sel {
	background-color:#D5D5D5;
	background-repeat:no-repeat;
	float:left;
	width:90px;
	height:27px;
	border-color:#FFFFFF;
	text-align:center;
	margin-bottom:0px;
}
#tab_unsel {
	background-color:#D5D5D5;
	background-repeat:no-repeat;
	float:left;
	width:90px;
	height:17px;
	border-color:#FFFFFF;
	text-align:center;
	margin-bottom:0px;
	margin-top:2px;
	cursor: hand;
	cursor: pointer;
}
#tab_unsel:hover {
	margin-top:0px;
	height:18px;
}
#footer {
	width:780px;
	background-color:#468dcb;
	float:left;
	height:40px;
	background-image:url(images/ftr_logo.png);
	background-repeat:no-repeat;
	margin-top:5px;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#D5D5D5;
	text-decoration:underline;
}
li {list-style:disc; margin:0px; padding:0px; font:Arial; font-size:11px; font-family:100% Verdana, Arial, Helvetica, sans-serif;color:#6b6c6d;}
ul {margin-top:3px; margin-bottom:3px; margin-left:0px; font:100% Verdana, Arial, Helvetica, sans-serif;; font-size:11px; color:#6b6c6d;}
ul ul {margin-top:3px; margin-bottom:3px; margin-left:0px; font:100% Verdana, Arial, Helvetica, sans-serif;; font-size:11px; color:#6b6c6d;}
