body,html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	background: url('bg.gif') repeat-x;
	height: 100%;
}

/*html>body #bodyid {
	background-position: -2px;
}*/

.wrapper {
	width: 800px;
	height: 100%;
}

.leftshadow {
	background: url('shadow_l.gif') repeat-y;
}

.rightshadow {
	background: url('shadow_r.gif') repeat-y;
}

.leftmenu {
	padding: 0px 10px;
	height: auto;
}

.leftmenu a {
	border: solid 0px #acacac;
	border-bottom: solid 1px #acacac;
	display: block;
	font-size: 14px;
	color: #8d8d8d;
	text-decoration: none;
	font-weight: 600;
	padding: 5px 5px 5px 30px;
	/*height: 100%;*/
}

.leftmenu a:hover, .leftmenu a.leftactive {
	color: #ed0707;
	background: #fcd7d7;
}

.leftmenu a.leftsub {
	color: #8d8d8d;
	font-weight: 100;
	padding-left: 45px;
	background: url('list2.gif') no-repeat 30px 2px;
}

.leftmenu a.leftsub:hover, .leftmenu a.leftsubactive {
	color: #ed0707;
	padding-left: 45px;
	background: url('list.gif') #ffe6e5 no-repeat 30px 2px;
}

.content {
	padding: 0px 10px 30px 10px;
	color: #666666;
	font-size: 12px;
	height: 100%;
}

.content table {
	color: #666666;
	font-size: 12px;
}

.content a {
	color: #666666;
	text-decoration: underline;
}

.content a:hover {
	color: #ed0707;
	background: #fcd7d7;
}

.content h3 {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	padding: 4px 0px 5px 0px;
	border-bottom: dotted 1px #acacac;
}

.content ul {
	list-style-image: url('list.gif');
}

.content ul ul {
	list-style-image: url('list2.gif');
}

.footer {
	height: 30px;
	background: url('footer.gif') no-repeat;
	font-size: 11px;
	color: #8d8d8d;
	text-align: center;
	margin-bottom: 20px:
}

.footer a, .footer a:hover {
	font-size: 11px;
	color: #8d8d8d;
	text-decoration: none;
}

.header {
	height: 150px;
	background: #fff;
}

.header_left {
	height: 150px;
}

.header_left_border {
	background: url('shadow_l.gif') #fff left repeat-y;
}

.header_right {
	height: 150px;
}

.header_right_border {
	background: url('shadow_r.gif') #fff left repeat-y;
}

.header div {
	padding: 0;
	margin: 0;
}

.header div.csc-textpic-clear, .header dt {
	display: none;
}

.topmenu {
	text-align: right;
	padding-right: 20px;
	height: 30px;
}

.csc-mailform {
	border: 0px;
}

.csc-mailform-field label {
	font-size: 10pt;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

.csc-mailform-field #captchaResponse {
	margin-left: 6em;
}

.csc-mailform-submit {
	margin-left: 6em;
}

.content .csc-textpic-imagewrap img {
	border: solid 1px #ff0000;
}
