
* { padding: 0; margin: 0; }

body {
	font-family: "lucida sans unicode", "lucida grande", sans-serif;
	font-size: 12px;
	background-image: url(images/bgbody.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: scroll;
	background-color: #017cc2;
	color: #11014A;
}

a{
	color: #11014A;
}
a:hover{}

#wrapperbg {
	margin: 0 auto;
	width: 950px;
	background-image: url(images/bgwrap.jpg);
}
#wrapper {
	margin: 0 auto;
	width: 950px;
	background-image: url(images/bghead.jpg);
	background-repeat: no-repeat;
}
#header {
	width: 950px;
	height: 147px;
}
#navigation {
	width: 950px;
	padding: 0px;
	margin: 0px;
	height: 23px;
	overflow: hidden;
}
#content {
	width: 890px;
	margin: 0px;
	min-height:350px;
    height:auto !important;
    height:350px;

	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#footer {
	width: 920px;
	background-image: url(images/bgfoot.jpg);
	height: 70px;
	padding-top: 35px;
	padding-left: 30px;
	color: #FFFFFF;
	clear: both;
	margin-bottom: 40px;
	font-weight: bold;
}
#navlist{
	float: right;
	text-align: right;
	overflow: hidden;
	background-image: url(images/cnrleft.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	margin-right: 40px;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding-left: 30px;
}
#navlist li a
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#navlist li a:hover
{
	color: #FFC221;
}
#welcomeheader{
	float: left;
	display: inline;
	overflow: hidden;
	color: #2A1771;
	font-weight: bold;
	height: 85px;
	padding-left: 300px;
	padding-top: 20px;
	margin-bottom: 20px;
	width: 600px;
}
#welcomeheader h1{
	font-size: 18px;
	font-weight: bold;
}
.main3{
	min-height:250px;
	height:auto !important;
	height:250px;
	width: 285px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
	font-weight: bold;
}
.main3 p{
	min-height:190px;
	height:auto !important;
	height:190px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.main3 h1{
	background-color: #291670;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-image: url(images/header.jpg);
}
.main3 img{
	float: right;
}
.main3 a{
	display: block;
	text-align: right;
	background-color: #28146D;
	color: #FFFFFF;
	padding: 5px;
}
.main3 a:hover{
	color: #28146D;
	background-color: #007DC0;
}
ul{
	padding-left: 10px;
	list-style-position: inside;
}
li{
	font-weight: bold;
}
.imgfloatright{
	float: right;
}
label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}
input
{
	color: #FFFFFF;
	border: 1px solid #fff;
	background-color: #017cc2;
	width: 200px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}
.formb 
{
	color: #FFFFFF;
	border: 1px solid #fff;
	background-color: #017cc2;
	width: 100px;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}
textarea
{
	color: #FFFFFF;
	border: 1px solid #fff;
	background-color: #017cc2;
	width: 200px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}

.submit input
{
	color: #000000;
	border: 2px none #fff;
	height: 20px;
	width: 100px;
	background-color: #FFFFFF;
}
fieldset
{
	border: 1px solid #fff;
	width: 20em
}

legend
{
	color: #fff;
	border: 1px solid #fff;
	padding: 2px 6px;
	background-color: #017cc2;
}