﻿body 
{	
	background-color: #f7f0e4;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.78em;
}

body /* Internet Explorer */ 
{ 
text-align: center; 
} 

body /* Mozilla Firefox alignment */ 
{ 
text-align: -moz-center; 
} 

/*Bulleted Text fix*/
li

{

margin-left:20px;

}

* html li

{

margin-left:0px;

}

#wrapper{
	width:761px;
	margin-left:auto;
	margin-right:auto;	
	text-align:left;	
	background-color:#ffffff;
	
	
}

* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 761px;
}

#header
{	
	text-align:left;	
	width: 761px;	
	background: url(images/headerbackground.gif) no-repeat;
	height: 147px;	
	position: relative;
	margin-left:auto;
	margin-right:auto;
}

#Footer
{				
	padding-left:5px;	
	margin-left:auto;
	margin-right:auto;
	background: #f7f0e4 url(images/footerbackground.gif) no-repeat 0 0;
	height: 30px;
	width: 721px;
	position: relative;	
	padding: 25px 20px 0;
}

#PoweredBy
{
	text-align:left;
	padding-left:5px;
	font-size:10px;
	font-family:Arial;
	color:#6e4e3e;
}
#PoweredBy
{
	text-align: -moz-left;
}
#PoweredBy a
{
	font-size:10px;
	font-family:Arial;
	color:#6e4e3e;
}

#footer {
	background: #f7f0e4 url(images/footerbackground.gif) no-repeat 0 0;
	height: 30px;
	width: 721px;
	position: relative;
	margin: 0;
	padding: 25px 20px 0;
}
#header h1 {
padding:0;
margin:0;
display:block;
	height: 147px;
	width: 350px;
	position: absolute;
	top:0;
	left:0;
	font-size:10px;
}
#header h1 a {
display:block;
text-indent:-9999px;
	height: 100%;
	width: 100%;
	padding:0;
margin:0;
}
#header h2 {
	padding:0;
	margin:0;
	display:block;
	height: 81px;
	width: 250px;
	position: absolute;
	top:0;
	right:35px;
	font-size:10px;
	background: url(images/genesislogo.gif) no-repeat 0 0;
}

#header h2 a {
display:block;
text-indent:-9999px;
	height: 100%;
	width: 100%;
		margin: 0;
	padding: 0;
}

#header ul 
{
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#header ul li a {
text-indent:-9999px;
	padding:0;
	margin:0;
	display:block;
	height: 35px;
	width: 68px;
	position: absolute;
	bottom:12px;
	left:474px;
	font-size:5px;
	background: url(images/navigation.gif) no-repeat;
	background-position: -13px 0;
	}
#header ul li#searchlink a {
	width: 131px;
	left:542px;
	background-position: -80px 0;
	}
	#header ul li#helplink a {
	width: 60px;
	left:673px;
	background-position: -210px 0;
	}
	#header ul li a:hover {
	background-position: -13px -35px;
	}
	#header ul li#searchlink a:hover {
	background-position: -80px -35px;
	}
	#header ul li#helplink a:hover {
	background-position: -210px -35px;
	}
	#Footer p {
	text-align:center;
	font: 10px Arial ;
	color: #FFFFFF;
	padding:0;
	margin:0;
	}
	#Footer p a {
	color: #6e4e3e;
	margin: 0 3px;
	}
	#Footer p a:hover {
	color: #ff6600;
	}
	
	.FooterLabel
	{
	text-align:center;
	font: 10px Arial ;
	color: #6e4e3e;
	margin: 0 3px;
	}
	
	
.message-info
{
	margin-bottom:10px;
	padding:5px;
	font-size:80%;
	border:1px solid #c3ced2;
	/*background-color:#e5f3ff;*/
}
.message-warn 
{
	margin-bottom:10px;
	padding:5px;
	font-size:80%;
	border:1px solid #f0c000;
	background-color:#ffffce;
}
.message-error 
{
	color:Red;
	margin-bottom:10px;
	padding:3px;
	font-size:12px;
	/*border:1px solid #cc0000;
	background-color:#ffdddc;*/
}
