body {
	background:#308A2B;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif; font-size:11px;
}
img {
	border:none;
}
p, h1, h2, ul, li, a, td {
	font-size:12px; color:#333333; text-align:left; text-decoration:none; font-weight:normal;
	padding:5px; margin:0;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:24px; color:#64A2E1;
}
ul {
	padding:0; line-height:1;
	vertical-align:baseline;
	padding:10px 0 10px 25px;
}
ul li {
	font-weight:bold;
	padding:6px 0 5px 15px; 
	list-style:none; background:url(../images/layout/bullet.jpg) no-repeat left center;
}
a {
	padding:0; color:#308A2B; font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
td {
	font-size:11px;
	padding:0 0 5px 0;
}
#outercontainer {
	width:808px;
	background:url(../images/layout/bodybg.png) repeat-y; overflow:hidden;
}
#innercontainer {
	width:790px;
	padding:0 9px 0 9px;
}
#header {
	width:790px; height:123px;
	position:relative;
}
#logo {
	width:496px; height:108px;
	position:absolute; top:9px; left:0;
}
#contact {
	width:201px; height:46px;
	position:absolute; left:567px; top:40px;
}
#flash {
	width:790px; height:191px;
}
#navleft {
	width:10px; height:39px;
	background:url(../images/layout/navleft.jpg) no-repeat;
	float:left;
}
#nav {
	width:770px; height:39px;
	background:url(../images/layout/navbg.jpg) repeat-x;
	float:left;
}
#nav a {
	font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-weight:normal;
	padding:10px 9px 0 9px;
	float:left; position:relative; display:block;
}
#nav a:hover {
	height:39px;
	text-decoration:none;
	background:url(../images/layout/navhover.jpg) repeat-x;
}
#navright {
	width:10px; height:39px;
	background:url(../images/layout/navright.jpg) no-repeat;
	float:left;
}
#content {
	width:790px;
	padding:15px 0 10px 0;
}
#contentleft {
	width:550px;
	padding-right:10px;
	float:left;
}
#formcontainer {
	width:350px;
	padding:10px 0 0 0;
	float:right; display:block; position:relative;
}
#contentright {
	width:230px;
	float:left;
}
#bodybottom {
	width:808px; height:5px;
	background:url(../images/layout/bodybottom.png) no-repeat;
}
#footer {
	width:790px; height:30px;
	padding:5px 9px 10px 9px;
	color:#FFFFFF;
}
#footer a {
	color:#FFFFFF; font-size:11px;
}

/*------CLASSES------*/

.clearboth {
	clear:both;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.navseperator {
	width:1px; height:16px;
	background:url(../images/layout/navseperator.jpg) no-repeat;
	margin-top:9px;
	float:left;
}
.padding {
	padding:5px 0 5px 0;
}
