body {
	margin: 0 0 0 0;
	text-align:center;
	background: #54C147 url(../images/jpegs/bg_body.jpg) repeat-x;
}
html {
	overflow: -moz-scrollbars-vertical;
}
.floatleft{ float:left;}
.floatright{ float:right;}
.clearboth{ clear:both;}
.spacer{ height: 10px; width: 100%;}

#mainbg {
	width: 100%;
	background: url(../images/jpegs/bg_main.jpg) center top no-repeat;
	overflow: hidden;
}

#container {
	width: 980px;
	height: 100%;
	margin-left:auto;
	margin-right: auto;
	background: url(../images/jpegs/bg_main.jpg) center top no-repeat;
	position:relative;
	display:block;
}

#header {
	width: 700px;
	height: 180px;
	margin-left:auto;
	margin-right: auto;
	float:left;
}
.headercellone {
	width: 685px;
	height: 99px;
	float: left;
	text-align: right;
	margin: 0px;
	padding: 10px 15px 0px 0px;
}
.headercelltwo {
	width: 700px;
	height: 40px;
	margin: 0px;
	float: left;
}
.contentcellone {
	width: 480px;
	margin: 0px;
	float: left;
}
.contentcelloneb {
	width: 660px;
	margin: 0px 20px 20px 20px;
	float: left;
}
.contentcelloneinside {
	width: 460px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 13px;
	color: #FFFFFF;
}
.contentcellformbg {
	width: 460px;
	margin-left: 20px;
	text-align:left;
	float: left;
	background: url(../images/gifs/bg_form1top.gif) no-repeat;
}
.contentcellformbgcentre{
	width: 360px;  //width: 380px;
	margin-top: 25px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 13px;
	padding-left: 20px;
	color:	#006699;
	background: #FFFFFF;
}
.contentcellformbottom{
	width: 380px;
	height: 25px;
	float: left;
	background: url(../images/gifs/bg_form1bottom.png) no-repeat;
}
.contentcellformbottom2{
	width: 380px;
	height: 205px; //height: 210px;
	float: left;
	background: url(../images/gifs/bg_form1bottom2.gif) no-repeat;
}
.contentcelltwo {
	width: 220px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	float: right;
}

.whatsnewbg {
	width: 210px;
	height: auto;
	min-height: 173px;
	background: url(../images/jpegs/whatsnewbottombg1.jpg) center bottom no-repeat #00A5DD;
	margin: 0;
	padding: 0;
	float: left;
}

/* START OF CELLS */

#cellone {
	width: 275px;
	margin-left:auto;
	margin-right: auto;
	float:left;
} 
#celltwo {
	width: 700px;
	margin-left:auto;
	margin-right: auto;
	float: right;
}

/* END OF CELLS */

/* MENUS */

#navlist {
	width: 250px; 
}
#navlist ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 30px;
}
#navlist a {
	display: block;
	padding: 4px;
	width: 180px;
	border-bottom: 1px solid #eee;
	padding-left: 50px;
	background: #D6D6C0;
}
#navlist a:link, #navlist a:visited {
	color: #000000;
	text-decoration: none;
}

#navlist a:hover {
	color: #fff;
	background: #FF0099;
}

.mainnavlist {
	margin: 0;
	padding: 0;
}
.mainnavlist ul{
	width: auto;
	clear: both;
	margin: 0;
	padding: 0;
}
.mainnavlist li {
	width: auto; 
	height: auto;
	list-style-type: none; 
	float:left;
	text-align: center;
	margin: 0;
	padding: 0px 6px 0px 7px;
	display: inline;
}

#footer {
	width: 980px;
	height: auto;
	margin: 0;
	float:left;
	padding-top: 50px;
	padding-bottom: 20px;
	background: url(../images/gifs/bg_box_bottom.gif) no-repeat;
}
#footernav{
	width: 980px;
	height: 20px;
}
#footernav ul{
	margin: 0;
	padding: 0;
}
#footernav li{
	display: inline;
	list-style-type: none;
}
#footernav a, #footernav a:link, #footernav a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 20px;
	padding: 3px 20px;
	color:	#006600;
	text-decoration: none;
	background: #47B53C;
}
#footernav a:hover{
	color:	#006699;
	background-color:	#FFFFFF;
	text-decoration: none;
}

/* END OF MENUS */

/* LISTS */

.listone {
	margin: 0;
	padding: 0;
}
.listone ul{
	width: auto;
	height: auto;
	clear: both;
	margin: 0;
	padding: 0;
}
.listone li {
	width: auto; 
	height: auto;
	list-style-type: none; 
	float: left;
	text-align: left;
	margin: 0;
	padding: 0px 15px 5px 15px;
	display: table;
	color: #EDE9E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.listone li a, .listone li a:link, .listone li a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #FFFF00;
}
.listone li a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.listone li.floatright {
	float: right;
	text-align: right;
	margin: 0;
	padding: 5px 15px 5px 15px;
}

.listtwo {
	margin: 0;
	padding: 0;
}
.listtwo ul{
	width: 460px;
	height: auto;
	clear: both;
	margin: 0;
	padding: 0;
}
.listtwo li {
	width: 440px;
	height: auto;
	list-style-type: none; 
	float: left;
	text-align: left;
	margin: 0;
	padding: 10px;
	display: table;
	border-bottom: #FFFFFF dashed 1px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.listtwo li a, .listtwo li a:link, .listtwo li a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #FFFF00;
}
.listtwo li a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.listthree {
	margin: 0;
	padding: 0;
}
.listthree ul{
	width: 460px;
	height: auto;
	clear: both;
	margin: 0;
	padding: 0;
}
.listthree li {
	width: 440px;
	height: auto;
	list-style-type: none; 
	float: left;
	text-align: left;
	margin: 0;
	padding: 10px;
	display: table;
	border-bottom: #FFFFFF dashed 1px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.listthree li span {
	color: #FFFF00;
	font-weight: bold;
}

.webgallery ul {
    width: 680px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	clear: both;
}
.webgallery li {
    float: left;
	background-color: #E61994;
	border: #FFFFFF solid 1px;
	text-align: center;
	width: 208px;
	height: 190px;
	display: inline;
	padding: 5px 0px 0px 0px;
	margin: 15px 5px 15px 5px;
	overflow: hidden;
}
.webgallery li.category {
    float: left;
	background-color: #E61994;
	border: #FFFFFF solid 1px;
	text-align: center;
	width: 208px;
	height: 200px;
	display: inline;
	padding: 5px 0px 5px 0px;
	margin: 15px 5px 15px 5px;
	overflow: hidden;
}
.webgallery li div{
	width: 208px; 
	height: 140px;
	list-style-type: none; 
	float: left;
	text-align: center;
	margin: 0;
	padding: 5px 0px 5px 0px;
	display: inline;
	font-family: Tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	overflow: hidden;
}
.webgallery li p{
	width: 208px; 
	height: auto;
	list-style-type: none; 
	float: left;
	text-align: center;
	margin: 0;
	padding: 5px 0px 5px 0px;
	display: inline;
	font-family: Tahoma;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	overflow: hidden;
}
.webgallery li span{
	width: 208px;
	height: 20px;
	list-style-type: none; 
	float: left;
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 5px 0px 0px 0px;
}

/* END OF LISTS */

input.submit , a.submit , a.submit:link, a.submit:visited{ color: #fff; background:#003366; border: none; text-transform:uppercase;font-size: 10px; font-weight:bold; padding: 2px; cursor: pointer; text-decoration:none; width:auto; margin:1px;} 
a.submit:hover, input.submit:hover{ color: #fff; background:#006699; border: none; text-transform:uppercase;font-size: 10px; font-weight:bold; padding: 2px; cursor: pointer; text-decoration:none; width:auto;}

h1 {font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}
.h2news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}

a, a:link, a:visited, a:active {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}

.footertext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color:	#336600;
}
a.footertext:link, a.footertext:visited, a.footertext:active  {
	text-decoration: none;
	font-weight: normal;	
	color: #336600;
}
a.footertext:hover {
	text-decoration: none;
	font-weight: normal;	
	color:	#FFFFFF;
}

.sitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
a.sitetext:link, a.sitetext:visited, a.sitetext:active  {
	text-decoration: underline;
	font-weight: normal;	
	color: #FFFFFF;
}
a.sitetext:hover {
	text-decoration: underline;
	font-weight: normal;	
	color: #990000;	
}
.sitetext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:	#006699;
}
.sitetext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.sitetext3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.sitetext4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #006699;
}
