@charset "utf-8";

body, td, div, a, input, select, textarea { 
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
body, form { padding:0; margin:0; }
body { background-color:#888888; }

a { text-decoration:none; color:#0070B3; font-weight:bold; -moz-outline:none; outline:none; }
a:hover { text-decoration:underline; }

.header-image { 
	background-repeat: no-repeat; 
	background-position:right top; 
	/*filter:alpha(opacity=60); 
	-moz-opacity:.60; 
	opacity:.60; */
}

.header-row { height:130px; border-bottom:1px solid #333333; background-color:#FFFFFF; }
.menu-row { height:36px; border-bottom:1px solid #333333; background-color:#FFFFFF; }
.menu-row table { margin-left:10px; }
.menu-row td { height:36px; }
.menu-row td.separator { padding:0 3px 0 3px; }
.menu-row a { color:#0070B3; font-weight:bold; display:block; height:26px; padding:10px 5px 0 5px; }
.menu-row a:hover, .menu-row a.selected { border-bottom:3px solid #333333; text-decoration:none; height:23px; }

.main-row { background-color:#0070B3; }

.main-row .lc { background-color:#FFFFFF; }
.main-row .lc .top { background: url(images/template/top_row.jpg) repeat-x; height:50px; }
.main-row .lc .bottom { background: url(images/template/bottom_row.jpg) repeat-x; height:50px; }
.main-row .lc .content { padding:0 40px 0 20px; }
.main-row .lc .title { font-size:18px; color:#333333; font-weight:bold; }
.main-row .lc .title span { color:#0070B3; }

.main-row .lc .content .label { background-color:#0070B3; color:#FFFFFF; font-weight:bold; width:25%; text-align:right; }
.main-row .lc .content .c { text-align:left; }
.main-row .lc .content .field { width:25%; }
.main-row .lc .content .c,
.main-row .lc .content .label,
.main-row .lc .content .field { vertical-align:top; }
.main-row .mc { width:300px; padding-top:50px; }

.footer-row { height:17px; background-color:#888888; padding:11px 10px 8px 10px; color:#FFFFFF; }
.footer-row a { color:#FFFFFF; font-weight:bold; }
.footer-row div, .footer-row a { font-size:10px; }

#submenu ul { padding:0; margin:0; list-style:none; }
#submenu ul li a { 
	border-bottom:1px solid #FFFFFF;
	display:block; 
	height:18px; 
	padding:7px 0 0 10px; 
	color:#FFFFFF; 
	font-weight:bold; 
	font-size:10px;
}
#submenu ul li a:hover,
#submenu ul li a.selected { 
	text-decoration:none; 
	background-color:#FFFFFF; 
	color:#0070B3; 
	border-bottom:2px solid #333333; 
	height:17px;
}
#submenu ul li.sub a { padding-left:35px; }

