body {
	margin: 10px 10%;
	font-family: Verdana;
	font-size: 11pt;
	background-color: #f1f2b7;
	background-image:url(../../fileadmin/templates/images/filler.gif);
}


#outerBox
{
	display: block;
	width: 774px;
	margin: auto;
	padding: auto; 
	height: 100%;
	border-top: #006400 2px solid;
	border-left: #006400 2px solid;
	border-right: #006400 2px solid;
	border-bottom: #006400 2px solid;
}

#logoTop
{
	display: block;
	height: 95px;
	background-image: url(../../fileadmin/templates/images/logo.jpg);
	border-bottom: #006400 2px solid;
}

#menuBox
{
	display: block;
	font-weight: bold;
	text-transform: lowercase;
	height: 20px;
	font-family: Verdana;
	background-color: #f5fbd7;
	border-bottom: #006400 2px solid;
}

#workArea
{	padding-left: 10px;
	padding-right: 50px;
	display: block;
	padding-left: 20px;
	padding-bottom: 100px;
	overflow: auto;
	padding-top: 20px;
	height: 350px;
	background-color: #FDFBEE;
}

#bottomBox
{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: #006400 2px solid;
	font-size: 70%;
	color: #006400;
	height: 14px;
	background-color: #f5fbd7;
	text-align: right;
	background-image: url(../../fileadmin/templates/images/logo.jpg);
	background-position: center bottom;
}

.bottomBox_left 
{ 
	float: left;
	width: 200px;
	height: 14px;
	text-align: left;
}

.bottomBox_right 
{ 
	float: right;
	height: 14px;
	width: 107px;
	text-align: left;
}


div.menuButtonFirstActive a.mainMenu
{
	height: 20px;
	width: 110px;
	float: left;
	display: block;
	text-align: center;
	color: gray;
}


div.menuButtonLastActive a.mainMenu
{
	width: 110px;
	float: left;
	display: block;
	text-align: center;
	color: gray;
}

div.menuButtonActive a.mainMenu
{
	width: 110px;
	float: left;
	display: block;
	text-align: center;
	color: gray;
}

div.menuButton a.mainMenu
{
	height: 20px;
	width: 110px;
	float: left;
	display: block;
	text-align: center;
}

A
{
	color: darkgreen;
	text-decoration: none;
}

A:hover
{
	color: gray;
}

h3 
{ 
	font-size: 120.1%;
	padding-top: 0px; 
	margin-top: 0px; 
}

h4 
{ 
	font-size: 120.1%;
	padding-top: 0px; 
	margin-top: 0px; 
}

fieldset.csc-mailform  {
	display: block;
	font-family: Verdana;
	clear: both;
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	padding-left: 50px;
	width: 550px;
	border-color: #000;
	border-width: 0px;
	border-style: solid;
    	padding: 10px;        /* padding in fieldset support spotty in IE */
    	margin: 0px 0px 0px 20px;
}

div.csc-mailform-field span.csc-mailform-label 
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 120.1%;
	padding-bottom: 0px;
	margin: 20px 0px;
	color: #006400;
	padding-top: 0px;	
}

div.csc-mailform-field input.csc-mailform-submit
{
	border-left: #006400 1px solid;
	border-right: #006400 1px solid;
	border-top: #006400 1px solid;
	border-bottom: #006400 1px solid;
	margin-top: 20px;
	display: block;
	width: 70px;
	margin-right: 242px;
	background-color: #ffffff;
}

div.csc-mailform-field label { 
	display: block;
	width: 250px;
	float: left;
	margin: 5px 0 0;
}

div.csc-mailform-field select{ 
	margin: 5px 0 0;
}

div.csc-mailform-field textarea{ 
	border-left: #006400 1px solid;
	border-right: #006400 1px solid;
	border-top: #006400 1px solid;
	border-bottom: #006400 1px solid;
	margin: 5px 0 0;
}

div.csc-mailform-field input{ 
	border-left: #006400 1px solid;
	border-right: #006400 1px solid;
	border-top: #006400 1px solid;
	border-bottom: #006400 1px solid;
	margin: 5px 0 0;
}

textarea { overflow: auto; }
