
.subMenu { font-size: 11px; color: #000000; font-weight: normal;  text-decoration: none}
.subMenu:link { font-size: 11px; color: #000000; font-weight: normal;  text-decoration: none}
.subMenu:visited { font-size: 11px; color: #000000; font-weight: normal;  text-decoration: none}
.subMenu:hover {font-size: 11px; color: #20419a; font-weight: normal; text-decoration: none}



html, body, p, h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}

p, h1, h2, h3, h4, h5 {
	margin-bottom:10px;
}

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}


/* Top Nav */
#topNav {
	background:url(designimgs/m_bar.jpg) repeat-x;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:2px;
}
#topNav a {
	color:#000000;
	text-decoration:none;
	background:url(designimgs/m_bg.jpg) repeat-x;
	height:21px;
	padding:3px 5px;
	margin:0 2px;
	border-left: 1px solid #2f3c61;
	border-right: 1px solid #2f3c61;
}
#topNav a:hover {
	color:#20419a;
}

html>body #topNav {
	line-height:20px;
}


/* Content */
#container {
}

.ch_left {
width:9px;
height:29px;
background: url(designimgs/panel_head_front.jpg) no-repeat top left; 
}

.ch_right {
width:9px;
height:29px;
background: url(designimgs/panel_head_end.jpg) no-repeat top left; 
}

.cd_left {
width:12px;
height:9px;
background: url(designimgs/panel_sh_front.jpg) no-repeat top left;
}

.d_shd {
background: url(designimgs/panel_sh_bg.jpg) repeat-x top;
height:9px;
}

.cd_right {
width:15px;
height:9px;
background: url(designimgs/panel_sh_end.jpg) no-repeat top right;
}

.md_right {
background:url(designimgs/panel_right_bg2.jpg) no-repeat top;
height:86px;
width:10px;
}

.shd_top {
background: url(designimgs/panel_head_sh.jpg) no-repeat top left;
width:5px;
}

.shd_down {
background:url(designimgs/shd_right.gif) repeat-y top left;
height:86px;
width:5px;
}

#container h1 {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color:#1e419b;
}
.content {
	padding-right:30px;
	border-right: 1px solid #3b3b3b;
}

.panelHead {
	font-weight:bold;
	color:#FFFFFF;
}
.panelBody {
	background:#e0e4e8 url(designimgs/panel_bot_bg.jpg) repeat-x bottom;;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
}
.blue {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color:#1f419a;
}
.blue a {
	color:#1f419a;
	text-decoration:none;
}
.blue a:hover {
	text-decoration:underline;
}


/* Footer */
#footer {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #b2b0b0;
	height:40px;
	line-height:40px;
	text-align:center;
}
#footer a {
	color:#000000;
	text-decoration:none;
	padding:0 7px;
}
#footer a:hover {
	text-decoration:underline;
}