/* GLOBAL
----------------------------------------------- */

body {
	background-color: #ffffff;
	background-image: url(../images/background.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}

td,th {
	font-size: 10px;
	color: #999999;
}

form{
	padding:0px;
	margin:0px;

}
img{
	border:none;

}

#container{
	width:100%;
	padding:0px;
	margin:0px;
}


#main{
	width:1024px;
	margin:0px auto;
	padding:61px 0px 0px 0px;
}

#content{
	float:left;
	clear:both;
	width:1024px;
	height:800px;
}

#nav {
	width:230px;
	float:left;
	z-index:1;
}

#subnav{
	padding:100px 0 0 28px;
	width:202px;
	float:left;
}

#contentwell{
	width:1024px;
	display:block;
	float:right;
	background-image:url(../images/home.jpg);
	background-repeat:no-repeat;
	height: 800px;
}


#leftwell{
	width:230px;
	float:left;
}

#topcontent{
	float:left;
	width:794px;
	height:350px;
}

#bottomcontent,{
	float:left;
	width:794px;
}

#centerwell{
	width:494px;
	height:350px;
	float:left;
}
#rightwell{
	width:300px;
	float:right;
}
a:link {
	color: #CCFF66;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCFF99;
}
a:hover {
	text-decoration: none;
	color: #CC9900;
}
a:active {
	text-decoration: none;
}

#mailingcont{
	float:left;
	width:210px;
	padding-left:90px;
	padding-top:160px;
	color: #666666;
}

input#mailingText{
	height:18px;
}

#mailingcont h2{
	font-size:12px;
	padding:0px 0 6px 0;
	margin:0px;
	
}

#mailingInput{
	float:left;
	clear:both;
	
	
}

#mailingBtn{
	float:left;
	clear:both;
	padding-top:4px;

}
