@charset "utf-8";
/* CSS Document */


* {
  margin: 0;
  padding: 0;
}

#outwrapper {
	width: 1024px;
	height: auto;
	margin: 0 auto; /*Center wrapper on page*/
	margin-top: 0px;
	text-align: left;
	padding: 0px;
	

}

/*headers */
#header{
	width: 1024px;
	height: 112px;
	margin-top: 0px;
	text-align: left;
	padding: 0px;	
	background-color: #FFFFFF;
	float: left;
}

/*containers */
#maincont{
	width: 1024px;
	height: auto;
	margin-top: 0px;
	text-align: left;
	padding: 0px;	
    background-color: #ffffff;
	
}
#centcont{
	width: 760px;
	height: auto;
	margin-top: 0px;
	text-align: left;
	padding: 0px;
	margin-bottom: 20px;	
	float: left;
    background-color: #ffffff;
	
}

/*content */

#menu{
	width: 231px;
	height: auto;
	margin-top: 0px;
	text-align: left;
	padding: 0px;	
    background-color: #ffffff;
	float: left;
	
}
#flasharea{
	width: 750px;
	height: 470px;
	margin-left: 2px;
	margin-top: 0px;
	text-align: left;
	padding: 0px;	
    background-color: #ffffff;
	float: left;
	
}
#contentleft{
	width: 410px;
	height: auto;
	margin-left: 2px;
	margin-top: 2px;
	text-align: left;
	padding: 15px;
	background-color: #ffffff;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
}
#contentright{
	width: 307px;
	height: auto;
	margin-left: 2px;
	margin-top: 2px;
	text-align: left;
	padding: 0px;	
    background-color: #ffffff;
	float: left;
}

#footerhome{
	width: 530px;
	height: 90px;
	margin-left: 2px;
	margin-top: 2px;
	text-align: left;
	background-color: #ffffff;
	float: left;
	background-image: url(../images/footerbg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 220px;
}
#footerchome{
	width: 505px;
	height: 90px;
	margin-left: 2px;
	margin-top: 2px;
	text-align: left;
	background-color: #ffffff;
	float: left;
	background-image: url(../images/footercbg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 245px;
}
.clearer {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}
/*text styles */
.bodtx{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
}
.spacebodtx{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
}
.boldgrtx{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
}
.smbodtx{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #666666;
	padding: 5px;
}
.smbodtx a:link, .smbodtx a:visited, .smbodtx a:active {
	color: #666666;
	text-decoration: none;
}
.smbodtx a:hover {
    color: #ffffff;
	text-decoration: none;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}
.greenlink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #a9d201;
	width: 400px;
	display: block;
}
.hilight{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #777777;
	padding: 10px;
	width: 372px;
	border: 4px solid #a9d201;
}
.contacttx{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
}		
.contacttx a:link, .contacttx a:visited, .contacttx a:active {
color: #000000;
text-decoration: none;
}
.contacttx a:hover {
    color: #ffffff;
text-decoration: none;
}