body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
.content {
	padding: 15px 5px 15px 10px;
	text-align: left;
	vertical-align: top;
}
ul.content {
	list-style-position: inside;
	list-style-image: none;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
}
li.content {
	list-style-image: none;
}
.content ol, .content li{
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	color: #333333;
}
p {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.content right {
	text-align: right;
}
h1 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
a			{ color: #333333; text-decoration:underline; }
a:link 		{ color: #333333; text-decoration:underline; }
a:visited 	{ color: #333333; text-decoration:underline; }
a:active 	{ color: #333333; text-decoration:underline; }
a:hover 	{ color: #333333; text-decoration:underline; }

#joinnewsbox {
	margin: 0px;
	padding: 0px;
	width: 252px;
	height: 92px;
}
#joinnewsbxlt {
	background: url(../images/jn_lt.jpg);
	background-repeat: repeat-y;
	width:24px;
	height:68px;
}
#joinnewsbxrt {
	background: url(../images/jn_rt.jpg);
	background-repeat: repeat-y;
	width:24px;
	height:68px;
}
#contactbox {
	margin: 0px;
	padding: 0px;
	width: 400px;
/*	height: 92px;*/
}
#contactbxlt {
	background: url(../images/jn_lt.jpg);
	background-repeat: repeat-y;
	width:24px;
/*	height:68px;*/
}
#contactbxrt {
	background: url(../images/jn_rt.jpg);
	background-repeat: repeat-y;
	width:24px;
/*	height:68px;*/
}
.topnavbox {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	
}
.form {
	font-size: 10px;
	font-style: normal;
	text-align: left;
	color: #333333;
}
a.form			{ color: #333333; text-decoration:none; }
a.form:link 	{ color: #333333; text-decoration:none; }
a.form:visited 	{ color: #333333; text-decoration:none; }
a.form:active 	{ color: #333333; text-decoration:underline; }
a.form:hover 	{ color: #333333; text-decoration:underline; }

.foot {
	font-size: 10px;
	font-style: normal;
	text-align: left;
	color: #333333;
}
a.foot			{ color: #333333; text-decoration:none; }
a.foot:link 	{ color: #333333; text-decoration:none; }
a.foot:visited 	{ color: #333333; text-decoration:none; }
a.foot:active 	{ color: #333333; text-decoration:underline; }
a.foot:hover 	{ color: #333333; text-decoration:underline; }

.btn {
	padding: 2px 3px 2px 15px;
	border:0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	vertical-align: top;
}
p.btn {
	padding:0px 3px 2px 0px;
}
.imgsleft {
	align: left;
	float: left;
	padding:1px 7px 1px 0px;
}
.imgsright {
	align: right;
	float: right;
	padding:1px 0px 1px 7px;
}
