html {overflow: scroll;}

body{
	margin: 0px 0px 20px 0px;
	background: url("../images/body_background.jpg") repeat-x #e7eff2;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #2a2a2a;
}

/* GENERAL */

/* image borders */
a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img, img { color: inherit;/* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }                           /* code from W3C - www.w3.org */
}

/* links */
A, A:link, A:visited {
    color: #878585; /* link_color */
    text-decoration: none;
}
A:hover {
    color: #878585;
    text-decoration: underline;
}

#main{
	width: 691px;
	margin: 21px auto 12px;
	text-align: left;
	background-color: #ffffff;
	padding:8px;
}

#header{
	width:100%;
	height: 86px;
}
	#logoImg{float: left; margin: 0px; vertical-align: top;}
	
	#headerMenu{
		width: 375px;
		height: 21px;
		float: right;
		margin: 0px;
		padding: 2px 4px 0px 0px;
		text-align: right;
		background-color: #a4a4a4;
		color: #ffffff;
		font-size: 9px;
	}
	#headerMenu a{
		color: #ffffff;
		text-decoration: none;
	}
	#headerMenu a:hover{
		color: #ffffff;
		text-decoration: underline;
	}

	#headerRightOrganeBase{
		height: 12px;
		float: right;
		width: 379px;
		margin: 0px;
		background-color: #ffa040;
	}
		
			

#menus{
	width: 100%;
	height: 47px;
	background: url("../images/menu_background.gif") repeat-y;
	font-size: 14px;
	float: left;
}
#menus a{
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
	

#mainBody{
	width:100%;
	margin-top: 5px;
}

#footer{
	width: 691px;
	margin: 0px auto;
	text-align: left;
	color: #878585;
	font-size: 9px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#partitionLine{
	background-color: #3e699b;
	width: 2px;
	height: 252px;
	margin-top: 40px;
}

p.contentParagraph{
	padding: 4px;
	background-color: #f4f3f3;
	color: #626262;
	margin: 5px 0;
}

p.tableHeading{
	width: 80%;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
	margin: 0px;
	background: url("../images/table_heading_background.gif") repeat-x;
}
ul.benefits{
}

ul.benefits li{
	color: #ffa040;
	padding-top: 2px;
	font-weight: bold;
}
/*GENERAL*/

h1{
	color: #3e699b;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

INPUT.checkbox{
	border: none;
	padding: 4px;
	margin: 0px;
	background: none;
}
INPUT.nobackground{
	background: none;
}
INPUT.noBorder{
	border: none;
}
INPUT.submitButton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 4px;
	margin: 0px;
	border: 1px solid #ccc;
	background: #e6e6f4;
}

TABLE.formTable{
   background-color: #d1d1d1;
   color: #043591;
}
TABLE.formTable TR TD{
	padding-left: 15px;
}
TABLE.formTable .inputField{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 3px;
	margin: 0px;
	border: 1px solid #455f82;
	background: #ffffff;
}

.button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 4px;
	margin: 0px;
	border: 1px solid #ccc;
	background: #e6e6f4;
}

TABLE.error_table{
	border: 1px solid #747474;
	background-color: #fafcc2;
	margin-bottom: 4px;
}
.error_heading{
	color: red;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

