/******** WYSIWYG FIX!!!********/
#textSize, #fontSelect, #formatFont, #colourPalette {
	margin-top:-227px;
	margin-left:-390px;
}
/******** WYSIWYG FIX!!!********/
/*---------- ### ----------*/
* {
	margin:0;
	padding:0;
}
.hideme {
   position:fixed;
	top:-3000px;
	z-index:0;
}
body {
	font:16px Arial;
	background-image:url(../img/bg.jpg);
}
.clear {
	clear:both;
}
#mainWrapper{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/mainWrapperBG.jpg);
	background-repeat:repeat-y; 
}
#header{
	width:960px;
	height:171px;
	background-image:url(../img/header2.jpg);
}
#headerRight {
	position:relative;
	float:right;
	right:50px;
	top:10px;
	width:300px;
	height:140px;
}
#searchbox {
	position:relative;
	
	left:20px;
	top:10px;
}
#footer{
	position:relative;
	bottom:0px;
	width:960px;
	height:113px;
	background-image:url(../img/footer.jpg);
}
#footer p {
	position:relative;
	left:30px;
	top:30px;
	text-align:center;
	width:900px;
}
#content{
	position:relative;
	background-image:url(../img/contentBG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	left:32px;
	width:900px;	
}

#headerNav ul li{
	position:relative;
	display:inline;
	list-style:none;
}
#headerNav ul li a{
	position:relative;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:20px;
}

#leftMain{
	position:relative;
	float:left;
	width:180px;
	top:-100px;
}
#leftMain ul li{
	position:relative;
	left:5px;
	list-style:none;
	list-style-image: url(../img/bigList.gif);
	list-style-position: inside;
}

#leftMain ul li a{
	position:relative;
	top:-7px;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#right{
	position:relative;
	top:0;
	float:right;
	width:720px;
}
#big{
	position:relative;
	margin-left:220px;
	margin-bottom:10px;
	height:90px;
}
#big ul.bigButtons{
	position:relative;
	margin-left:20px;
	height:90px;
}
#big ul.bigButtons li{
	list-style:none;
	display:inline;
}
#big ul.bigButtons li a{
	text-align:center;
	display:block;
	line-height:90px;
	width:200px;
	height:90px;
	background-image:url(../img/bigButton2.jpg);
	background-repeat:no-repeat;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
}
#leftCol {
	position:relative;
	float:left;
	left:20px;
	top:5px;
	width:450px;
	border:1px solid #009966;
	background-color:#FFFFFF;
	padding:10px;
	margin-bottom:20px;
}
#rightCol {
	position:relative;
	float:right;
	width:220px;
	margin:3px;
}
#fullCol {
	position:relative;
	float:right;
	top:10px;
	margin-right:10px;
	margin-bottom:40px;
	width:680px;
	border:1px solid #009966;
	background-color:#FFFFFF;
	padding:10px;
}
/*---------- TEXT ----------*/
#cloud {
	font-size:66%;
	font-weight:bold;
	border:1px solid green;
	margin:5px;
	padding:7px;
}
a.cloudLink {
	text-decoration:none;
	margin-right:10px;
	line-height:20px;
}
a.cloudLink:hover {
	text-decoration:underline;
}
p {
	margin-bottom:10px;
}
h2.admin0_0 {
	font-size:90%;
	text-decoration:underline;
	margin:5px;
	color:#ff9900;
}
h2.admin0_1 {
	font-size:90%;
	text-decoration:underline;
	margin:5px;
	color:#cc0000;
}
h2.admin0_2 {
	font-size:90%;
	text-decoration:underline;
	margin:5px;
	color:#006600;
}
h2.admin0_3 {
	font-size:90%;
	text-decoration:underline;
	margin:5px;
	color:#000066;
}
h2.admin0_4 {
	font-size:90%;
	text-decoration:underline;
	margin:5px;
	color:#006666;
}

fieldset {
	padding:5px;
	margin-bottom:10px;
}
legend {
	font-weight:bolder;
}
.attention {
	color:#cc0000;
	font-weight:bolder;
}
.formField {
	width:259px;
}
.reqformField {
	border:1px solid red;
	width:259px;
}
.formField2 {
	width:40px;
}
.reqformField2 {
	border:1px solid red;
	width:42px;
}
.searchBTN {
	background-color:#FFFFFF;
	color:#009966;
	border:1px solid #009966;
}
