@charset "utf-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	line-height:18px;
}

p, h1, h2, h3, h4, h5, h6, form {
	padding:0px;
	margin:0px;
}

div#mainwrapper {
	margin:auto;
	width:900px;
	margin-top:50px;
}
div#contentcontainer, div#menucontainer {
	margin:auto;
	width:800px;
	background-color:#FFFFFF;
}
div#contentcontainer {
	padding:10px;
	width:780px;
	padding-top:30px;
}
div#footercontainer {
	margin:auto;
	width:800px;
	margin-top:10px;
	color:#999999;
	font-size:11px;
}
div#logocontainer {
	margin-left:50px;
}
div.navigation {
	width:130px;
	height:40px;
	margin-right:4px;
	float:left;
	background-image:url(../images/button.jpg);
	color:#666666
}
div.navigation:hover {
	width:130px;
	height:40px;
	margin-right:4px;
	float:left;
	background-image:url(../images/button.jpg);
	background-position:0px -40px;
	color:#FFFFFF;
	cursor:pointer;
}
div.navigation-last {
	width:130px;
	height:40px;
	float:left;
	background-image:url(../images/button.jpg);
	color:#666666
}
div.navigation-last:hover {
	width:130px;
	height:40px;
	float:left;
	background-image:url(../images/button.jpg);
	background-position:0px -40px;
	color:#FFFFFF;
	cursor:pointer;
}
div.navtext {
	font-weight:bold;
	margin-top:13px;
	margin-left:5px;
}
div#logoleft {
	width:294px;
	height:116px;
	margin-top:78px;
	float:left;
	background-color:#FFFFFF;
}
div#logoright {
	float:left;
	width:556px;
	height:194px;
	background-image:url(../images/bg-white.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
div.logoposition {
	margin-top:25px;
	margin-left:10px;
}
div.footer {
	float:left;
}
div.copyright {
	float:right;
}
a.footer:link, a.footer:visited, a.footer:active {
	color:#999999;
	text-decoration:none;
	font-weight:bold;
}
a.footer:hover {
	color:#262262;
	text-decoration:none;
	font-weight:bold;
}
div#contentleft {
	float:left;
	width:390px;
}
div#contentright {
	float:left;
	width:390px;
}
h1.welcomemessage {
	color:#252364;
	font-size:34px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	line-height:40px;
}
h2.h2headers {
	color:#252364;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}
p.question {
	color:#252364;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
a:link, a:visited, a:active {
	color:#252364;
	text-decoration:none;
}
a:hover {
	color:#ec1d25;
	text-decoration:none;
}