* {
	margin: 0; 
	padding: 0;
	font-family: Verdana,Helvetica,Arial,sans-serif;
}

html,body {
  font-size: 12px; 
	font-style: normal;
	color: #44827A;
	background-color: #FFFFFF;
	background-image: url('../images/bg/bg_border_lr.jpg');
	background-position: top center;
	background-repeat: repeat-y;
}

p,input,button {
	font: normal 12px;
}

h1 { 
  font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
h2 { 
	font: normal 24px;
	font-weight: bold;
}
h3 { 
	font: normal 18px;
	font-weight: bold;
}
h4 { 
  font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
h5 { 
  font-size: 12px; 
	font-style: normal;
	font-weight: bold;
}
h6 { 
  font-size: 10px; 
	font-style: normal;
	font-weight: bold;
}

td {
  font-size: 12px; 
	font-style: normal;
	color: #44827A;
}

img.block {
	display:block;
}

div, img {
	border: 0;
}

div#container {
	width: 1024px;
	height: auto;
}

div#header {
	width: 100%;
	height: 178px;
}

span#head_left {
	width: 226px;
}

span#head_center {
	width: 363px;
	height: 100%;
	background-color: #E9E4C7;
}

span#head_v-slot {
	width: 5px;
	height: 100%;
	background-color: #FF0103;
}

span#head_right {
	width: 430px;
	height: 100%;
}

div#headerslot {
	font: normal 0pt;
	width: 100%;
	height: 5px;
}

span#head_h-slot_left {
	width: 226px;
	height: 100%;
}

span#head_h-slot_right {
	width: 798px;
	height: 100%;
	background-color: #DFD8A4;
}

div#headermenu {
	width: 100%;
	height: 46px;
}

span#head_m_left {
	width: 594px;
	height: 100%;
}

span#head_m_right {
	width: 430px;
	height: 100%;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #9F890F;
}
	span#head_m_right a {text-decoration: none}		/* unvisited link */
	span#head_m_right a:link {color: #9F890F}		/* unvisited link */
	span#head_m_right a:visited {color: #9F890F}	/* visited link */
	span#head_m_right a:hover {color: #64827A}	/* mouse over link */
	span#head_m_right a:active {color: #64827A}	/* selected link */

div#body {
  position: relative;
	width: 100%;
	height: 536px;
	background-color: white;
}

div#menu {
  position: absolute;
  top: 0px;
  left: 0px;
	width: 200px;
	height: 100%;
	margin-left: 10px;
	margin-right: 16px;
	background-image: url('../images/bg/bg_menu.jpg');
}

div#content {
  position: relative;
  top: 0px;
  left: 226px;
	width: 556px;
	height: 100%;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	color: #44827A;
}

div#content a {text-decoration: none; font-size: 12px; font-weight: bold;}		/* unvisited link */
div#content a:link {color: #FF0103;}		/* unvisited link */
div#content a:visited {color: #FF0103;}	/* visited link */
div#content a:hover {color: #64827A;}	/* mouse over link */
div#content a:active {color: #64827A;}	/* selected link */

div#news {
  position: absolute;
  top: 0px;
  right: 0px;
	width: 200px;
	height: 100%;
/*	background-color: #FBF7E1; */
/*	background-color: CFCEB9; */
}

.csc-firstHeader {
  font-size: 16px; 
	font-style: normal;
	font-weight: bold;
}
.csc-mailform {
  font-size: 12px; 
  border: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
	background-image: url('../images/bg/bg_jobso_body.jpg');
}
 
.csc-mailform-field label {
  font-size: 12px; 
  width: 130px;
  float: left;
  text-align: right;
  margin-right: 10px;
  display: block;
}
 
.csc-mailform-field input, textarea {
  font-size: 12px; 
}
 
.csc-mailform-submit {
  margin-left: 140px;
} 

.float-left { 
	float:left; 
}
