* {
	
}

html {
	background-image: url(images/bg-html.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
}

body {
	width: 834px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 261px;
	background-image: url(images/bg-header2.jpg);
	background-repeat: no-repeat;
	background-position: left 68px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#menu {
	display: block;
	position: absolute;
	z-index: 10;
	top: 46px;
	left: 50%;
	margin-left: -417px;
	width: 834px;
	height: 28px;
	overflow: hidden;
	text-align: left;
}
#menu a {
	display: block;
	float: left;
	width: 150px;
	height: 22px;
	padding-top: 6px;
	margin-right: 8px;
	background-image: url(images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	background-position: center top;
}
#menu a.hit {
	background-position: left top;
	color: #000000;
}

#mainbody {
	display: table;
	width: 834px;
	background-image: url(images/bg-main.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom: 25px;
}
#col1 {
	display: block;
	width: 245px;
	padding-left: 15px;
	float: left;
	background-image: url(images/bg-col1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #666666;
}
#col2 {
	display: block;
	width: 540px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 4px;
	float: left;
	background-image: url(images/bg-col2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#col1 b, #col2 b {
	display: block;
	font-size: 14pt;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 4px;
	margin-bottom: 5px;
}
.imgleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
.imgright {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}
h1 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 14pt;
	font-weight: normal;
	color: #333333;
}
h2 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 14pt;
	font-weight: normal;
	color: #333333;
}
h3 {
	margin-top: 25px;
	font-size: 14pt;
	font-weight: normal;
	color: #333333;
}
h4 {
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 0px;
	color: #333333;
}
ul {
	margin-top: 0px;
	list-style-type: square;
	line-height: 1.3em;
}
li {
	line-height: 1.5em;
}
p {
	line-height: 1.5em;
	color: #333333;
}
.nomargin {
	margin-top: 0px;
}

form {
	background-color: #E1F5FF;
	background-image: url(images/bg-form.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 25px;
	padding-bottom: 70px;
	border: 1px solid #CCCCCC;
}
label {
	display: block;
	font-weight: bold;
	width: 100px;
	margin-left: 10px;
	font-size: 10pt;
	color: #333333;
	float: left;
}
.floatleft {
}
.setwidth2 {
	width: 75%;
}
#footer {
	display: block;
	clear: both;
	width: 834px;
	padding-top: 157px;
	background-image: url(images/bg-footer2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
}
#footer a {
	text-decoration: none;
	color: #999999;
	margin-bottom: 15px;
}
#footer a:hover {
	text-decoration: underline;
	color: #333333;
}
.nomargin {
	margin: 0px;
}
.required {
	color: #FF0000;
}

