/* CSS Document */
html {
	background: #fff;
	background: url(images/background.jpg) repeat-y center top;
}
body {
	margin: 0;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: url(images/background.jpg) repeat-y center top;
}
img.head {
	margin: 28px auto 7px auto;
}
a {
	color: #00256C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table.content {
	margin: 0 auto;
}

td.navigation {
	width: 136px;
	padding-top: 42px;
	padding-bottom: 200px;
	vertical-align: top;
}
td.navigation a.level1 {
	font-size: 11px;
	color: #00256C;
	text-decoration: none;
	display: block;
	margin: 5px 0 5px 5px;
}
td.navigation a.level1:hover {
	text-decoration: underline;
}
td.navigation a.level2 {
	font-size: 11px;
	color: #00256C;
	text-decoration: none;
	display: block;
	padding: 3px 0 3px 21px;
}
td.navigation a.level2:hover {
	background-color: #e4e4e4;
}
td.navigation a.level2active {
	font-size: 11px;
	color: #00256C;
	text-decoration: none;
	display: block;
	padding: 3px 0 3px 21px;
	background-color: #e4e4e4;
}
td.content-left a.level3 {
	font-size: 10px;
	color: #0099FF;
	text-decoration: none;
	display: block;
	float: left;
	margin: 2px 0 0 10px;
	white-space: nowrap;
}
td.content-left a.level3:hover {
	text-decoration: underline;
}

td.content-left {
	width: 376px;
	border-left: 1px solid #ccc;
	vertical-align: top;
}
td.content-left h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 11px 0 18px 11px;
	padding-left: 22px;
	background: url(images/arrow.jpg) no-repeat 0 2px;
}
td.content-left .csc-header-date {
	font-size: 11px;
	background: #fff;
}
td.content-left .csc-header h1 {
	font-size: 12px;
	font-weight: bold;
	background: #fff;
	margin: 11px 0 18px 11px;
	padding-left: 0;
}
.csc-header h1 {
	font-size: 12px;
	font-weight: bold;
}
td.content-left p, li {
	font-size: 11px;
	line-height: 17px;
	margin: 11px;
	text-align: justify;
}
td.content-right {
	width: 208px;
	vertical-align: top;
	text-align: right;
	font-size: 11px;
	padding-top: 53px;
}
td.content-right p.bodytext {
	font-size: 11px;
	line-height: 17px;
	text-align: justify;
	/*margin-left: 11px;*/
	padding-left: 24px;
}
td.content-right img {
	margin: 0 0 11px 0;
}
ul li {
	list-style-image: url(images/dot.gif);
}	
ul li.pdf {
	list-style-image: url(images/ico_pdf.gif);
}	
#footer {
	width: 720px;
	margin: 9px auto;
	padding: 2px 0 0 5px;
	border-top: 1px solid #ccc;
	font-size: 9px;
	color: #ccc;
}
#footer a {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	color: #00256C;
}
.contenttable {
	font-size: 11px;
	line-height: 15px;
	margin: 11px;
	width: 344px;
}
.contenttable td {
	vertical-align: top;
}
.csc-mailform {
        border: 0px;
}
#mailform {
        margin-top: 30px;
}

.csc-mailform-field label {
	width: 11em;
	float: left;
	text-align: left;
	/*margin-right: 0.1em;*/
	display: block;
	font-size: 11px;
	padding-left: 11px;
}

.csc-mailform-submit {
	margin-left: 11em;
	margin-top: 4em;
} 

.csc-mailform-submit input {
	background-color: #999999;
}
#mailform input, textarea, select {
	border:1px solid;
	padding:1px 2px 1px 2px;
	background-color: #FFF;
	border-color: #728AAE;
	margin-bottom: 2px;
	font-size: 11px;
} 