body {
	background-color: #ffffff;
	color: #111111;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin: 0px;
}

.header, .page{
	background-color: #ffffff;
	color: #111111;
	margin: 0px;
	width: 100%;
}

.page{
	border-top: 3px solid #000000;
	background-attachment: scroll;
	background-image: url(../images/menubackground.gif);
	background-position: left;
	background-repeat:repeat-y;
}

.headerLeft{
	width: 375px;
}

.headerRight{
	background-image:  url(../images/headerbachground.gif);
	background-attachment: fixed;
	background-repeat: repeat-y;
	vertical-align: top;
	min-width: 425px;
	padding-right: 10px;
	padding-top: 10px;
}

.logoRight{
	margin-top: 10px;
}

.menu1{
	font-size: 12px;
	display: inline;
}

.menu1 span a{
	color: #000000;
	text-decoration: none;
	padding: 5px;
}

.menu1 span a:hover{
  color: #ff0000;
}

.menu1_no {
  font-weight: normal;
}

.menu1_act {
  font-weight: bold;
}

.menu2{
	vertical-align: top;
	font-size: 16px;
	width: 200px;
	padding: 5px;
	text-align: center;
}

.menu2 div a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.menu2 div a:hover{
  color: #ff0000;
}

.menu2_level1_no, .menu2_level1_act, .menu2_level2_no, .menu2_level2_act, .menu2_level3_no, .menu2_level3_act {
	background-position: center;
	background-repeat: no-repeat;
	width: 150px;
	padding: 10px;
}

.menu2_level1_no, .menu2_level2_no, .menu2_level3_no {
	background-image: url(../images/button_no.gif);
}

.menu2_level1_act, .menu2_level2_act, .menu2_level3_act {
	background-image: url(../images/button_act.gif);
}

.menu2_level2_no, .menu2_level2_act {
	margin-left: 20px;
	font-size: 14px;
}

.menu2_level3_no, .menu2_level3_act {
	margin-left: 30px;
	font-size: 14px;
}

.content{
	border: 1px solid #888888;
	vertical-align: top;
	padding: 10px;
/*	background-color: #eeeeee;*/
}

.bodytext, li, .csc-form-label, .csc-form-label-req {
  font-size: 14px;
}
.bodytext { margin:2px;padding:0px;}

.csc-firstHeader {
	border-bottom: 1px solid #000000;
}

.imgtext-table {
}