@charset "utf-8";
body {
	background-color: #C7D0DE;
	background-image: url(bg_main.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: relative;
}
body, html, div, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.mTd {
	background-image: url(bg_content.jpg);
	background-repeat: no-repeat;
	background-position: 0px 76px;
}
.mTable {
	background-image: url(bg_repeat.jpg);
	background-repeat: repeat-y;
}
#footer {
	background-color: #C7D0DE;
	height: 20px;
	margin-right: 19px;
	margin-left: 19px;
	border: 1px solid #FFFFFF;
}
#footer .inner {
	color: #333333;
	padding: 4px;
	text-align: center;
}
#contentArea #left {
	float: left;
	width: 200px;
	margin-top:16px;
	margin-bottom: 15px;
}
#contentArea #center {
	float: left;
	width: 450px;
	margin-left: 15px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	/*height:auto;*/
	position:relative;
	/*overflow:auto;*/
}
#contentArea #right {
	float: left;
	width: 194px;
	margin-top: 20px;
	margin-bottom: 15px;
}
h3.h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}



#contentArea {
	margin-top: 76px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 42px;
	margin-left: 32px;
}
#topArea {
	background-image: url(header.jpg);
	height: 76px;
	width: 953px;
	position: absolute;
	left: 0px;
	top: -76px;
	top: -100px;
}

#main {
	width: 935px;
	position: relative;
	height: auto;
	top:0px;
}
#topArea #mainMenu {
	position: absolute;
	left: 232px;
	top: 52px;
}
#topArea #mainMenu a {
	margin-left:10px;
}
#navArea {
	position: absolute;
	left: 33px;
	top: 84px;
	width:864px;
	height: 23px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E0E2E4;
	border-bottom-color: #E0E2E4;
}
#navArea #navPath {
	float:left;
	padding:5px;
}
#navArea #shortCuts {
	float:right;
	padding:5px;
}
#topArea #logoClick {
	position: absolute;
	height: 65px;
	width: 155px;
	left: 60px;
	top: 0px;
}

.submenu {
	background-image: url(submenu/menu_light_repeat.jpg);
	background-repeat: repeat-y;
	width: 200px;
	margin-bottom:16px;
}
.submenu div.top {
	background-image: url(submenu/menu_light_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height:70px;
}
.submenu div.end {
	background-image: url(submenu/menu_light_bottom.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 200px;
}
.submenu.service {
	background-image: url(submenu/service_light_repeat.jpg);
}
.submenu.service div.top {
	background-image: url(submenu/service_light_top.jpg);
}
.submenu.service div.end {
	background-image: url(submenu/service_light_bottom.jpg);
}
.submenu ul {
	margin:0px;
	padding:0px;
	margin-top:7px;
}

.submenu ul li {
	margin:0px;	
	padding:0px;
	list-style-image: none;
	list-style-type: none;
	margin-left:1px;
	margin-right:2px;
}

.submenu ul li a {
	display:block;
	background-image: url(submenu/std.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 3px;
	margin-bottom:1px;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.submenu ul ul {
	margin-top:0px;
	margin-bottom:7px;
}
.submenu ul ul li a{
	padding-left:17px;
	background-image: none;
}

.submenu ul li.active a, .submenu ul li a:hover {
	/*background-image: url(submenu/active.gif);*/
	background-color:#C3C8CC;
}
.submenu.service ul li.active a, .submenu.service ul li a:hover {
	/*background-image: url(submenu/active.gif);*/
	background-color:#BBCBE9;
}







div.frameBG {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E5E6E8;
	position:relative;
	padding-top:37px;
	background-image: url(frames/frame_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-bottom:20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B0B0B0;
	width:100%;
	overflow:auto;
}
div.frameBG div.top {
	margin-top:-37px;
	background-image: url(frames/frame_ro.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	padding:10px;
}
div.contentWrap {
	margin-bottom:10px;
}
.csc-header {
	margin-bottom:5px;
}

hr {
	background-color: #666666;
	display: block;
	padding: 0px;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.csc-linkToTop {
	text-align:right;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

