@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-attachment: fixed;
	background-color: #CCC;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 20px;
}
a {
	color: #415D93;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ACCAEA;
}
a:active {
	text-decoration: none;
	color: #930;
}
#wrapper {
	width: 100%;
	background-image: url(images/stripe.png);
	background-position:0 77px;
	background-repeat: repeat-x;
}
#wrapper2 {
	width:1000px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 0;
	text-align: center;
	background-attachment: fixed;
	background-color: #CCC;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#wrapper2 #header #header-text p {
	font-size: 14px;
}
h1 {
	font-size: 24px;
	color: #FFF;
}
h2 {
	font-size: 16px;
	color: #FFF;
}
#header {
	margin-top: 10px;
	height: 350px;
	width: 100%;
	background-image: url(images/logo.png);
}
#menu {
	padding-left: 205px;
}
#content {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align: center;
	width: 1000px;
}
#sidebar {
	height:200px;
	width:200px;
	float: left;
	margin-left: 150px;
}
#copy {
	float:right;
	width:550px;
	margin-bottom: 50px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	line-height: 20px;
}
#copy a {
	color: #FF6;
	font-weight: bold;
	text-decoration: none;
}
#copy a:hover {
	text-decoration: none;
	color: #fff;
}
#boxtop {
	background-image: url(images/boxtop.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 550px;
}
#boxcenter
{
	background-image: url(images/boxcenter.png);
	background-repeat: repeat-y;
	text-align: left;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	padding-top: 1px;
	padding-right: 30px;
	padding-bottom: 1px;
	padding-left: 25px;
}
.style1 #frmReg table
{
	text-align: left;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	padding-top: 1px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#boxbottom {
	background-image: url(images/boxbottom.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 550px;
	margin-bottom: 50px;
}
#header-text {
	width:500px;
	height:115px;
	z-index:1;
	float: right;
	margin-top: 125px;
	text-align: left;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
}
#boxcenter img.center {
	text-align:center;
	margin-left:170px;
}
#footer {
	height: 50px;
	width:100%;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style3 {	font-size: 13px;
	font-weight: bold;
}


