body {margin: 0px;
	text-align:center;
	font-size: 12px; 
	color: #000000; 
	font-family: arial, helvetica, sans-serif, verdana, times;
	background-color: #393939;
	z-index: 0;}

/*Links*/

a.splash{color: #ffffff;
	text-decoration: none;
	text-size: 12px;}
a.splash:hover{color: #979392;
	text-decoration: underline;}

#footer a{color: #ffffff;
	text-decoration: none;
	text-size: 12px;}
#footer a:hover{color: #979392;
	text-decoration: underline;}
	
	
/*Page Layout*/

#main {width: 750px; 
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;}
	
#header{position: absolute;
	z-index: 5; 
	top: 0px;
	width: 750px;	 
	height: 49px;
	background-color: #393939;}
#logo{position: absolute;
	top: 0px;
	left: 182px;}	
	
#contentbox{width: 750px; 
	position: absolute; 
	top: 70px;
	font-size: 12px;}


/*Page Layout - Columns - Splash Page*/

#cols{margin-left: 0px;
	width: 750px;
	z-index: 2;}	

#col1{float:left;
	width: 375px;
	height: 340px;}
#col2{float: left;
	width: 375px;
	height: 340px;}
	
/*Page Layout*/


.linkdisclaimer{color: #A4A4A7; /*Colour*/
	text-align: center;
	font-size: 11px;}


	
/*Page Layout - Footer*/


	
#footer{z-index: 1; 
	width: 750px; 
	bottom: 0px; 
	position: relative;  	
	clear : both;
	height: 150px;
	text-align: center;
	color: #1A1A1A;
	background-color: #393939;
	}
	
#footermenu{position: absolute;
	top: 72px;
	color: #D5922B; /*Colour*/
	text-align: left;
	width: 750px;
	font-size: 11px;
	}
#footermenu span{position: relative;
	top: 5px;}
	

	
#disclaimer{position: absolute;
	top: 92px;
	left: 11px;
	color: #747384; /*Colour*/
	text-align: center;
	width: 730px;
	font-size: 11px;}	
					
/*Design Elements*/



/*Design Elements - Text*/

.title{color: #9D7B16;
	font-size: 14px;
	font-weight: bold;}

.center{text-align: center;}

.right{text-align: right;}
	
.small{font-size: 10px;
	font-style: normal;}
		
.bold{font-weight: bold;}
	
.rightalign{position: absolute;
	right: 0px;}
	

textarea{width: 480px;}


