/* CSS CAP MAIN */

BODY {
	text-align: center;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
}
#main-area {
	text-align: left;
	margin: auto;
	width: 996px;
	background: #D8D9DB;
}
#BANNER {
	width: 996px;
	height: 226px;
	/*background: url(../pics/banner_start.jpg);*/
}
#menu-area {
	position: relative;
	top: 191px;
	left: 212px;
	width: 783px;
	height: 34px;
	background: #0A294D;
	border-top: 1px solid #8596A9;
	border-left: 1px solid #8596A9;
}
#MENU-MAIN {
	padding-top: 9px;
	padding-left: 15px;
}
#content-area {
}
#content-inner {
	position: relative;
	left: 212px;
	/*min-height: 250px;*/
	width: 784px;
	background: #EEEFEF;
}

#FOOTER {
	clear: both;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	left: 378px;
	width: 500px;
}
#FOOTER A {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#FOOTER a:hover {
	color: #000000;
}

/* MENU MAIN */
.main-menu-item {
	padding-right: 15px;
}
.main-menu-act {
	padding-right: 15px;
}
.main-menu-item A {
	text-transform: uppercase;
	color: #ACADB0;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.main-menu-item a:hover {
	color: #FFFFFF;
}
.main-menu-act A {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

/* CONTENT */
#CONTENT-LEFT {
	float: left;
	width: 150px;
	padding-top: 1px;
}
#CONTENT-MAIN {
	float: left;
	background: #EEEFEF;
	width: 540px;
	padding-top: 15px;
	padding-left: 15px;
}
.clearer {
	display: block;
	clear: both;
	height: 1px;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0;
}
H2 {
	color:  #0A294D;
	font-size: 20px;
}
H3 {
	font-size: 16px;
}
p {
	margin-top: 15px;
	color: #666666;
	margin-bottom: 20px;
}
.bodytext {
	width: 400px;
}
#CONTENT-MAIN A {
	color:  #0A294D;
	text-decoration: none;
	font-weight: bold;
}
#CONTENT-MAIN a:hover {
	text-decoration: underline;
}
.bodytext A {
	color:  #0A294D;
	text-decoration: none;
	font-weight: bold;
}
.bodytext a:hover {
	text-decoration: underline;
}
UL {
	margin-top: 0;
	padding-top: 0;
	padding-left: 0;
	margin-left: 0;
	list-style-type: square;
	list-style-position: inside;
}
LI {
	color: #666666;
	padding-left: 0;
	margin-left: 0;
}
#CONTENT-MAIN table.contenttable {
    width: 500px;
}
#CONTENT-MAIN table.contenttable p {
    margin: 0;
    padding: 0;
    width: auto;
}
#CONTENT-MAIN table.contenttable th {

}
#CONTENT-MAIN table.contenttable td {
    vertical-align: top;
}

/* SECTION FRAME */
.csc-frame-rulerBefore {
	border-top: 1px solid #0A294D;
	/*padding-top: 20px;*/
}

/* MAILFORM CSS SETTING */
.csc-mailform-field label {
	width: 65px;
	color: #4C4C4C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-align: right;
	padding-top: 2px;
	margin-right: 10px;
	font-weight: bold;
	display: block;
	float: left;
}
.csc-mailform-field INPUT, .csc-mailform-field TEXTAREA, .csc-mailform-field SELECT {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.csc-mailform-field TEXTAREA {
	width: 280px;
	margin-bottom: 5px;
}
.csc-mailform-field INPUT {
	margin-bottom: 5px;
	width: 280px;
}
.csc-mailform-field SELECT {
	margin-bottom: 5px;
}
.csc-mailform-submit {
	border: 1px solid #666;
	width: 30px;
	margin-left: 77px;
	margin-top: 10px;
	padding: 0px;
}
.csc-mailform {
	border: 0px;
	margin-left: 12px;
	padding: 0px;
	padding-top: 0px;
}
.csc-mailform-check {
	float: left;
	text-align: left !important;
	margin-left: 65px !important;
	width: 10px !important;
	margin-top: 0;
	padding-top: 0;
}
/* SITEMAP */
ul, .sitmap_level1 {
	margin-top: 0;
	padding-top: 0;
}
.sitemap_level1 {
	/*list-style-image: url(/media/bullets/bullet1_h.gif); 
	list-style-position: outside; */
	list-style-type: square; 
}
.sitemap_level1 a:link, .sitemap_level1 a:active, .sitemap_level1 a:visited, .sitemap_level1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold !important;
	font-size: 12px !important;
	text-decoration: none !important;
	color: #333333;;
	padding-bottom: 5px;
}
.sitemap_level1 a:hover {
	color: #666;
}
.sitemap_level2 {
	list-style-type: disc;
}
.sitemap_level2 a:link, .sitemap_level2 a:active, .sitemap_level2 a:visited, .sitemap_level2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	font-size: 12px;
	text-decoration: none !important;
	color: #333333;
	padding-bottom: 5px;
}
.sitemap_level2 a:hover {
	color: #666;
}

/* File-List */
.filecount {
	display: none;
	visibility: hidden;
	background: #333;
}
.filelinks {
	color: #666666;
}
