/* general */

body {
	background: #c3cf21 url(../images/bg.gif) repeat-x top left;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 800px;
}

body, a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	line-height: 16px;
	color: #98989b;
	text-decoration: none;
	letter-spacing: 0px;
}

a:link, a:visited {
	text-decoration: none;
	color: #98989b;
}
	
a:hover, a:active {
	color: #98989b;
	text-decoration: underline;
}

h1, h1 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00456a;
	line-height: 16px;
	font-size: 12pt;
	padding-bottom: 4px;
	margin-bottom: 0px;	
	margin-top: 0px;
}

h1 a:hover, h1 a:active {
	color: #98989b;
	text-decoration: underline;
}


p {
	text-align: left;
	margin-top: 2px;
	margin-bottom: 10px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}	

ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

li {
	padding: 0px;
}

td {
	padding: 5px 5px 5px 0px;
}




/* layout divs */



#container {
	width: 812px;
	margin: 25px 0px 0px 0px;
	background: none;
}

#containerWrap {
	position: relative;
	margin-left: -20px;
}

#header {
	width: 800px;
	background: #c3cf21 url(../images/bg_header.jpg) no-repeat bottom left;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	text-align: right;
	color: #fff;
	line-height: 12px;
	text-decoration: none;
	padding: 0px 6px 5px 6px;
}

#canvas {
	width: 812px;
	background: url(../images/bg_main.jpg) repeat-y top left;
	text-align: left;
	clear:both;
}

#form {
	padding: 30px 36px;
}

#underConstructionLogo {
	width: 500px;
	padding: 100px 100px 0px 100px;
	float: left;
}

#underConstructionText {
	width: 350px;
	clear: both;
	padding: 10px 20px 110px 260px;
}

#footer {
	width: 800px;
	height: 59px;
	background: url(../images/bg_footer.jpg) no-repeat top left;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	text-align: left;
	color: #fff;
	line-height: 12px;
	text-decoration: none;
	padding: 5px 6px 0px 6px;
}


/*  --------  classes ----------- */


.bold {
	font-weight: bold;
}

.logo {
	padding-bottom: 30px;
}

