html { overflow-y: scroll; }
body {
	margin: 0;
	padding: 0;
	background:url(../gfx/bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color: #FFF;
	color: #000;
	text-align: center;
}
body, td { font-family: Verdana, sans-serif; font-size: 12px; line-height: 150%; }
input, select, textarea { font-family: Verdana, sans-serif; font-size: 12px; border: 1px solid #333; padding: 1px 2px; }
img { border: 0; }
p { margin: 5px 2px; padding: 0; }
a:link, a:visited { text-decoration: none; color: #BD7B3D; }
form { display: inline; }
h1, .form_title { 
	font-size: 18px;
	font-weight: normal;
	font-family:Tahoma;
	color:#07cbdf;
	padding:0;
	margin:0;
	text-transform:uppercase;
}


div.success, div.error, div.info, div.notice { margin: 10px; padding: 8px 10px 10px 28px; }
div.success { background: #CDEFA6 url(/gfx/icon_success.gif) no-repeat 5px 10px; border: 1px solid #9BCC54; color: #648434; }
div.error { background: #FFD5D5 url(/gfx/icon_error.gif) no-repeat 5px 10px; border: 1px solid #FFACAD; color: #CF3738; }
div.info { background: #A8CDE3 url(/gfx/icon_info.gif) no-repeat 5px 10px; border: 1px solid #6ABCE2; color: #1C6B8B; }
div.notice { background: #FFF3A3 url(/gfx/icon_notice.gif) no-repeat 5px 10px; border: 1px solid #E7BD72; color: #B79000; }
span.error { color: #CF3738; }
.required { font-weight: bold; }
.clear { clear: both; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
img.left { float: left; }
img.right { float: right; }

#container{
	width:980px;
	margin:0 auto;
	min-height:500px;
}

#logo{
	width:980px;
	height:129px;
	background:url(../gfx/logo.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#logolink{
	display:block;
	width:400px;
	height:120px;
	margin-left:20px;
}

#logolink p{
	display:none;
}

#menu{
	font-family:Tahoma;
	font-size:16px;
	text-transform:uppercase;
	color:white;
	font-weight:bold;
	text-align:left;
	padding:15px 0 0 40px;
	
}

#menu a{
	color:white;
	margin-right:20px;
}

#content{
	min-height:398px;
	background:url(../gfx/content_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:40px;
	padding-left:50px;
	padding-right:50px;
	text-align:left;
}

#footer{
	width:645px;
	height:121px;
	background:url(../gfx/footer.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin: 0 auto;
	padding-top:100px;
}

#footer .links, #footer .copy{
	display:block;
}

#footer .links a{
	font-family:Tahoma;
	text-transform:uppercase;
	color:#606060;
	font-size:11px;
	font-weight:bold;
}

#footer .copy{
	font-size:10px;
	text-transform:uppercase;
	margin-top:5px;
}

#footer .sevenfooter{
	font-size:9px;
	margin-top:10px;
	display:block;
}

#footer .sevenfooter p{
	padding:0;
	margin:0;
}
#footer .sevenfooter a{
	color:#606060;
}

.form td{
	text-align:left;
}

input[type=checkbox]{
	border:0;
}
