body {
	background-attachment: scroll;
	background-color: #e4e4e4;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#474747;
	padding:0px;
	margin:0px;
	text-align:center;
}
#header {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	text-align:left;
}
#logo {
	background-image: url(../images/top-header.png);
	height: 140px;
	width: 960px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#logo img {
	padding-left: 25px;
}


#menu {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	text-align:center;
	font-size:20px;
	font-family:Georgia, Times New Roman, Times, serif;
	color:#FFFFFF;
	padding-top:11px;
	margin-top: 0px;
	background-repeat: repeat-x;
} 
#menu a:link, #menu a:visited, #menu a:active {
	text-decoration:none;
	color:#FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
#menu a:hover {
	text-decoration:none;
	color:#fba400;
	padding-left: 10px;
	padding-right: 10px;
}
#content {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	min-height:400px;
	text-align:left;
	margin-top: 15px;
	background-image: url(../images/main-back.png);
	overflow: auto;
}
#leftcontent {
	float: left;
	width: 580px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 45px;
} 
#rightcontent {
	float: right;
	width: 260px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
} 

.contentleft {
	padding-right:10px;
}
.contentnleft h1 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:26px;
	color:#ffb100;
	}
.contentright {
	padding-left:10px;
}
#footer {
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/footer.png);
	width:960px;
	height:19px;
	text-align:center;
	font-size:10px;
	clear: both;
}

#bottommenu {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:70px;
	text-align:center;	
}
#bottommenu a:link, #bottommenu a:visited, #bottommenu a:active {
	text-decoration:none;
	color:#474747;
}
#bottommenu a:hover {
	text-decoration:underline;
	color:#474747;
}
.button {
	margin-bottom:15px;
	vertical-align:top;
	background-image: url(../images/button.jpg);
	height: 54px;
	width: 204px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#associations {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
}
#associations img {
	padding: 6px;
}

.button h1 {
	color:#FCA61A;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:26px;
	padding:0px;
	margin:0px;
	padding-bottom: 6px;
}
.button p {
	padding:0px;
	margin:0px;
}
.button a:link, .button a:visited, .button a:active {
	text-decoration:none;
	color:#474747;
}
.button a:hover {
	text-decoration:none;
	color:#517699;
} 
.smallprint {
	font-size: 12px;
}
.errormsg
{
	color:#F00;
	font-weight:bold;
	background-color: #FFD;
	margin: 6px;
	padding: 6px;
	border: 1px solid #474747;
}
.makeitblue {
	color: #5F83A2;
}

