/* CSS Document */
body{
	background-image:url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color:#FFFFFF;
	font-family:"Trebuchet MS", "Tahoma", "Verdana", sans-serif;
	font-size:12px;
	color: #333333;
	line-height:20px;
	margin:0;
	padding:0;
	text-align:center;
}
a{
/*	text-decoration:none;*/
	color: #66CC33;
	font-weight:bold;
}

#main{
	width: 733px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	}
#logo{
	margin-top: 0;
	width:360px;
	float: left;
	}
#secondarynav{
	color: #333333;
	width:350px;
	margin-top:0;
	margin-left: 375px;
	text-align:right;
	font-weight:bold;
}
/* Navigation*/
#menu{
	margin-top: 70px;
	height:22px;
	background-image:url(images/navbg.jpg);
	text-align:right;
	background-repeat: no-repeat;

	}

#content{
	margin:0;
	background-image: url(images/bg_dot_16.jpg);
}
*html #content{
	margin-top: -17px;
	
	
}
.left{
	width: 500px;
	float:left;
}
.right{
	float:right;
	width:225px;
	
	
}
#footer{
	clear:both;
	background-image:url(images/footerbg.jpg);
	height:30px;
	margin-bottom: 20px;
	}
#footertext{
	padding-top: 8px;
	color:#6699FF;
	font-weight: bolder;
	text-align: center;
}
p{
	margin:0px 0px 10px 0px;
	padding: 2px 10px;
}

h1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 2px;	
	padding-left: 10px;

}
h2 {
	font-size: 12px;
	text-transform: uppercase;
/*	color: #66cc33;*/
	margin-top: 10px;
	margin-bottom: 2px;	
	padding-left: 10px;
}
a:visited{
/*text-decoration: none;*/
}
a:hover {
	color: #669933;
	background:#DCDCDC;
}
#navlist a{
	font-size: 15px;
	text-decoration: none;
	text-transform:uppercase;
	color:#66CC33;
	}
#navlist a:hover {
	color: #000000;
	background:white;
	}

 ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navlist li{
	display: inline;
	list-style-type: none;
	padding-left: 20px;
	
}

.head2{
	font-size: 13px;
	font-weight: bold;
	color: #66cc33;
	margin: 0px;
}
.portleft{
width:249px;
float:left;
text-align:center;
}
.portright{
width: 250px;
float:right;
text-align:center;
}
.featured{
width:470px;
float:left;
}
.greentext{
color:#66CC33;
}
.orangetext{
color:#ff9900;
}
.sidetext{
font-size:10px;
}.newsletter {
	text-align: center;
	border: 1px solid #666666;
}
