html,body{
	margin:0px;
	padding:0px;
	font-family:Times,Verdana;
	font-size: 15px;
	color: #424242;
	background-color:#003300;
}

html { overflow-y: scroll;}
html { overflow: -moz-scrollbars-vertical; }
body{
	background-color:#003300;
}
table,tr,td{
	border-collapse:collapse;
	border-style:none;
	padding:0px;
	margin:0px;
}
h1{
	padding:0px;
	margin:0px;
	padding-bottom:8px;
}
h1.pagetitle{
	padding-bottom:25px;
}
h2{
	padding:0px;
	margin:0px;
	padding-bottom:8px;
	font-weight:bold;
	font-size:16px;
}
/*LINKs*/
a{
	text-decoration:underline;
	color:#003300;
}

a:hover{
	color:#000000;
}

a.email{
	/*background-image:url(images/icon_email.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:19px;
	*/
	text-decoration:underline;
	color:#003300;
}
a.email:hover{
	color:#000000;
}

a.file{
	background-image:url(images/icon_pdf.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:20px;
	text-decoration:underline;
	color:#003300;
}
a.file:hover{
	color:#000000;
}
a.external{
	/*
	background-image:url(images/icon_ext.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:14px;
	text-decoration:none;
	color:#003300;
	*/
}
a.external:hover{
	color:#000000;
}
a.internal{
/*
	background-image:url(images/icon_int.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:14px;
	text-decoration:none;
	color:#003300;
*/
}
a.internal:hover{
	color:#000000;
}

#menu a{
	line-height:19px;
	font-size:14px;
	color:#003300;
	font-weight:normal;
}
#menu a:hover{
	color:#000000;
}
#menu a.act{
	color:#000000;
}
#menu .submenu{
	padding-left:15px;
	padding-bottom:8px;
}
#menu .submenu a{
	color:#000000;
	text-decoration:none;
}
#menu .submenu a:hover,
#menu .submenu a.act{
	color:#005300;
	text-decoration:none;
}

.line{
	clear:both;
	height:1px;
	background-color:#003300;
}

#content .line{
	margin-top:15px;
	margin-bottom:25px;
	margin-right:20px;
}

.line_footer{
	clear:both;
	height:1px;
	background-color:#e5e5e5;
	margin-top:50px;
}
ul{
	margin-bottom:18px;
	padding-left:15px;
	line-height: 19px;
	color:#424242;
}
hr{
	background-color:#999999;
	color:#999999;
	border-top:1px solid #999999;
}

p.bodytext{
	margin:0px;
	margin-bottom:18px;
	padding:0px;
	line-height: 19px;
	color:#424242;
}
p.bodytext br{
	line-height: 7px;
}

p.bigText{
	margin:0px;
	margin-bottom:18px;
	padding:0px;
	line-height: 19px;
	color:#424242;
	font-size:15px;
	font-weight:normal;
}

img {
	border-style:none;
}

#main{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:30px;
}

#header{
	height:169px;
	background-color:#d2c990;
}
#logo{
	float:left;
	width:225px;
	height:169px;
}
#headerpics{
	float:left;
}
#center{
	/*width:966px;
	float:left;
	height:auto;*/
	background-color:#FFFFFF;
}
#menu{
	background-color:#FFFFFF;
}
#left{
	float:left;
	width:190px;
	padding-left:25px;
	padding-top:35px;

}
#partner{
	width:120px;
	text-align:center;
	margin-top:150px;
	margin-bottom:20px;
	font-size:11px;
}
#content{
	width:630px;
	height:auto;
	min-height:470px;
	float:left;
	padding-right:30px;
	padding-left:15px;
	padding-top:35px;
	padding-bottom:20px;
	background-color:#FFFFFF;
}
#footer{
	display:block;
	padding-top:14px;
	padding-bottom:19px;
	font-size:11px;
	color:#CCCCCC;

}
#meta{
	float:left;
	padding-left:0px;
	padding-top:39px;
	font-size:11px;
	color:#a6a6a6;
}

#meta span{
	margin-left:2px;
	margin-right:2px;
}



/*DROPABLE*/
 h2.droptitle{
	border-top:1px solid #003300;
	border-bottom:1px solid #003300;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:14px;
	background-image:url(images/icon_right.gif);
	background-repeat:no-repeat;
	background-position:0px 12px;
	margin-top:-1px;
	margin-right:20px;
}
 h2.droptitle a{
	color:#003300;
	text-decoration:none;
}
 h2.droptitle_act{
	border-top:1px solid #003300;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:14px;
	background-image:url(images/icon_down.gif);
	background-repeat:no-repeat;
	background-position:0px 12px;
	margin-top:-1px;
	margin-right:20px;
}
 h2.droptitle_act a{
	color:#000000;
	text-decoration:none;
}
 div.dropbody{
	/*border-top:1px solid #003300;*/
	display:none;
	padding-top:10px;
}

/*MAILFORM*/
#mailform{
	padding-top:0px;
	margin-bottom:17px;
}
.csc-mailform .csc-mailform-field{
	margin-bottom:5px;
	margin-bottom:5px;
	clear:both;
	display:block;
}
.csc-mailform .csc-mailform-field label{
	/*float:left;*/
	display:block;
	width:200px;
}
.csc-mailform .csc-mailform-field select,
.csc-mailform .csc-mailform-field textarea,
.csc-mailform .csc-mailform-field input{
	width:290px;
	margin:0px;
	clear:both;
}
.csc-mailform .csc-mailform-field .csc-mailform-check{
	width:auto;
	float:left;
}
.csc-mailform .check label{
	float:left;
	width:270px;
	margin-bottom:5px;
}
.csc-mailform-field .csc-mailform-radio .csc-mailform-radio{
		width:auto;
		height:15px;
		float:left;
}
.csc-mailform-field .csc-mailform-radio label{
		height:15px;
		float:left;
}
.csc-mailform-field .csc-mailform-radio legend{
		display:none;
		
}
.csc-mailform-field .csc-mailform-radio fieldset{
		border-style:none;
		width:290px;
}

.csc-mailform {
	padding:0px;
	margin:0px;
	border-style:none;
}
.csc-mailform .csc-mailform-field .csc-mailform-submit{
	width:auto;
}
.csc-mailform-submit{
	font-size:13px;
	border:1px solid #003300;
	background-color:white;
	color:#003300;
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	line-height:16px;
	margin-top:20px;
	font-family:Times,Arial;
	clear:both;
}

.csc-mailform-field .csc-mailform-label{
	clear:both;
	margin-top:10px;
	margin-bottom:20px;
	display:block;
}

.csc-textpic-clear{
	height:17px;
}

/*textpic*/
.csc-textpic{
	padding-right:20px;
}
.csc-textpic-imagewrap{
	margin-bottom:17px;
}
/*contentcols*/
.contentcol_0{
	clear:both;
	display:block;
}
.contentcol_1{
	clear:both;
	float:left;
	width:313px;
}
.contentcol_2{
	float:left;
	width:313px;
}

