body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	/*background:#fff url(img/bgm.jpg) no-repeat center top;*/
	background:#fff url(img/background.jpg) repeat-x left top;
}
.background_lines{ background:url(img/background_lines.jpg) no-repeat center top; width:100%; height:264px; position:absolute; top:0; left:0; z-index:-1; margin:0 auto}
.clear {
	clear:both;
}
#mainWrapper {
	width:800px;
	height:auto;
	margin: 0px auto;
	padding: 0;
}
#headerWrapper {
	width:800px;
	height:101px;
	padding:0;
	margin:0;
	border-top:8px solid #6070a7;
}
.headerLogoleft {
	width:183px;
	height:10px;
	float:left;
	padding:28px 0 0 0;
	margin:0;
}
.langswitchWrapper {
	width:150px;
	height:0px;
	float:right;
	margin:47px 0 0 0;
	padding:0;
	display:inline;
}
#lang {
	padding:0;
	margin:0;
	list-style:none;
	height:20px;
	float:right;
	font-family:Arial, Helvetica, sans-serif
}
#lang li {
	float:left
}
#lang li a {
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	color:#304272;
	text-decoration:underline;
	font-size:12px;
	font-weight:normal;
	padding:0 5px;
	/*background:url(img/sep.gif) no-repeat right center;*/
}
#lang li a.padright{ padding:0 0 0 5px;}
#lang li a:hover {
	color:#304272;
}
#lang li.current a {
	color:#666;
	text-decoration:none;
	background-image:none
}
#lang li.bb a {
	color:#304272;
	
	background:url(img/sep.gif) no-repeat right center;
}

#lang li.last a {
	color:#304272;
	text-decoration:none;
	background-image:none
}

#contentWrapper {
	width:800px;
	height:auto;
	padding:0 0 40px 0;
	margin:0;
}
#leftColumn {
	width:200px;
	height:auto;
	float:left;
	padding:0 0 0 1px;
	margin:0;
	
}
#midColumn {
	width:557px;
	height:auto;
	float:right;
	padding:12px 0 0 0;
	margin:0;

}
.midColumncontent {
	width:557px;
	height:auto;
	float:left;
	padding:12px 0 ;
	margin:0;
}
#midColumn  h1 {
	color:#000;
	font-size:14px;
	margin:0;
	padding:0 0 22px 0;
	font-weight:bold;
	line-height: 11px;
}
#midColumn  h2 {
	color:#000;
	font-size:12px;
	margin:0;
	padding:0;
	font-weight:bold;
	line-height:16px;
}
#midColumn  p {
	color:#000;
	font-size:12px;
	margin:0;
	padding:0 0 6px 0;
	font-weight:normal;
	line-height:16px;
	
}



.contentpageList {
	width:540px;
	float:left;
	margin:0 ;
	padding:0;
	clear:both
}
.contentpageList ul {
	list-style:none;
	margin:0;
	padding: 0;
}
.contentpageList li {
	background: url(img/dotN.gif) no-repeat 6px 4px;
	padding:0 0 0 19px;
	margin:0 0 4px 0;
	text-align:left;
	text-decoration:none;
	color:#000;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	
}

/*.contentpageList li a {
	font-size:12px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
}*/


.leftbottomNav {width:198px; height:auto; padding:0 0 0 0px; margin:0; float:left; border-top:5px solid #6070a7; border-bottom:5px solid #6070a7; }
.leftbottomNav h1 {color:#000; font-size:13px; font-weight:bold; line-height:26px; border-bottom:1px solid #6070a7; padding:0 0 0 3px; margin:0 0 12px 0}
.leftbottomNav p {
	color:#000;
	font-size:12px;
	margin:0;
	padding:0 0 22px 3px;
	font-weight:normal;
	line-height:16px;
}

.linkArea {background:url(img/arrowleft.gif) no-repeat 3px 6px;padding:0 0 4px 3px;float:left; width:150px;margin:0 ;height:22px;} 
.linkArea a{ margin:0;padding:0 0 0 9px;float:left;font-weight:normal;color:#304272;text-decoration:underline; z-index:9999; font-size:12px;}



/* A few IE bug fixes */
	#theMenu * {
	margin: 0;
	padding: 0;
}
* html  ul#theMenu ul li a {
	height: 100%;
}
* html ul#theMenu li a {
	height: 100%;
}
* html ul#theMenu ul li {
	margin-bottom: -1px;
}

ul#theMenu {
	width: 200px;
	height: auto;
	margin:0;
	padding: 0 0 2px 0;
	border-top: 4px solid #6070a7;
	border-bottom: 5px solid #6070a7;
}
/* Some list and link styling */




ul#theMenu li {
	width: 200px;border-top:1px solid #6070a7
}
ul#theMenu ul li {
	padding: 0;
	width: 200px;
	margin-bottom: 0;
	border:0
	
}
ul#theMenu ul li a {
	display:block;
	color: #000;
	padding: 3px 6px;
	font-size: 12px;
	text-decoration:none;
}
ul#theMenu ul li a:hover {
	display:block;
	color: #369;
	background-color: #eee;
	padding: 3px 6px;
	font-size: 12px;
}
/* For the xtra menu */
ul#theMenu ul ul li {
	border: 0px solid #eee;
	padding: 0;
	width: 200px;
	margin-bottom: 0;
}
ul#theMenu ul ul li a {
	display:block;
	color: #000;
	padding: 3px 6px;
	font-size: 12px; border:none
}


ul#theMenu ul ul li a:hover {
	display:block;
	background-color: #eee;
	padding: 3px 6px;
	font-size: 12px;
}
ul#theMenu li {
	list-style-type: none;
}

/* Header links styling */
ul#theMenu h3.head a {
	color: #000;
	display:block;
	border-bottom: 0px solid #6070a7;
	padding: 3px 6px  3px 3px ;
	text-decoration:none;
	font-size:13px; background-image:none
}
ul#theMenu h3.head a:hover {
	color: #000;
}
ul#theMenu h3.selected a {
	color: #4d4d4d;
	padding: 3px 6px  3px 3px ;
}
#theMenu h3.selected a:hover {
	color: #4d4d4d;
}
/* Xtra Header links styling */
ul#theMenu h4.head a {
	color: #4d4d4d;
	display:block;
	border-bottom: 0px solid #6070a7;
	padding: 3px  0 3px 14px;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
     line-height:16px;
	
	
}
ul#theMenu h4.head a:hover {
	color: #4d4d4d; 
	padding: 3px  0 3px 14px;background:url(img/dotN.gif) no-repeat 3px 7px;
}
ul#theMenu h4.selected a {
	color: #4d4d4d;
padding: 3px  0 3px 14px;
	line-height:16px;background:url(img/dotN.gif) no-repeat 3px 7px;
}
ul#theMenu h4.selected a:hover {
	color: #4d4d4d;
	padding: 3px  0 3px 14px;
	line-height:16px;
	background:url(img/dotN.gif) no-repeat 3px 7px;
}
#leftNav{ float:left; width:200px; clear:both; margin:0 0 82px 0; padding:0;}


#midColumn a{ color:#304272; text-decoration:underline; }
#midColumn a:hover{ color:#000; text-decoration:underline; }


.csc-mailform { border:0px;}

.download1{background:url("img/arrowleft.gif") no-repeat scroll 3px 7px transparent;padding:0 0 4px 15px;float:left; margin:0 ;height:20px;color:#304272} 
a .download1 { margin:0;padding:0 0 0 9px;float:left;font-weight:normal;color:#304272;text-decoration:underline; z-index:9999; font-size:12px;}



/* form */
.csc-mailform { margin:0; padding:0; float:left; font-family:Verdana, Geneva, sans-serif;font-size:12px;}
.csc-mailform label,.csc-mailform center { float:left; width:150px; line-height:20px; text-align:left}
.csc-mailform input{ float:left; width:350px; border:1px solid #6070a7;}
.csc-mailform .csc-mailform-field{ clear:left; margin:0 0 10px 0; float:left; width:100%;}
.csc-mailform .csc-mailform-submit{ float:left;background-color:#6070a7; border:1px solid #6070a7; color:#fff; width:100px; cursor:pointer; margin-left:150px;}
.csc-mailform textarea{float:left; width:350px; border:1px solid #6070a7; font-family:Verdana, Geneva, sans-serif;font-size:12px; }





