* {
	margin:0px;
	 padding:0px;}   

body {
	background-color: #151515;
	margin: 0px;
	font: 11px Arial; 
	line-height: 140%;
	color: #A3A3A3;
	}

.header {
	background: url('/images/header.jpg') no-repeat;
	width: 1000px;
	height: 500px;
	}

h1 {	
	color: #b0bfbe;
	font: 18px Arial, Helvetica; 
	letter-spacing:-1px; 
	line-height:1.4em; 
	text-decoration:none;}   

p {
	font: 12px Tahoma;
	color: #A3A3A3;
	margin: 1em 0;}   

div.content {
	position: absolute; 
	top:400px; 
	left: 50px;
	width: 800px;}     

strong {
	color: #63ba6c;
	} 

em {
	color: #256895;
	}

a {
	color: #ce3b34; 
	text-decoration: underline;}     
                                                
a:hover {
	color: #c5a337;
	}  

h2  { 
	font:bold 11px arial,helvatica;
	color:#bbb;
	text-transform:uppercase;
	line-height:1.4em; 
	margin: 0px;
	}     

.error {color: #ce3b34;
	font: 12px Tahoma;
	font-weight: bold;
	display: block;
	width: 350px;
	text-align: center;}

.success {color: #256895;
	font: 12px Tahoma;
	font-weight: bold;
	display: block;
	width: 350px;
	text-align: center;}

h6 {	
	font: 12px Tahoma;
	color: #A3A3A3;
	margin: 0px;}

ul	 { 
margin: 0px 0px; 
padding: 0px; 
color: #e3e3e3;
list-style-image:url("/images/bullet.jpg");
}

li {margin: 0px 15px;}

.benefitsmodule {
	width: 355px;
	float: right;}
/*                 	*
 *    Login Script	*
 *			*/

.loginmodule {
	float: left;
	margin: 0px 30px;
	padding: 0px 15px;
	border-right: 1px solid #222;
	}

ul.clientnav	 { 
margin: 0px 15px; 
padding: 0px; 
color: #e3e3e3;
list-style: none;
height: 100%;
}

ul.clientnav li {
margin: 0px;
}

ul.clientnav a { 
display: block;
background: #1b1b1b;
border: 2px solid #222;
text-decoration: none;
padding: 0px 0px 0px 15px;
width: 150px; 
height: 20px;
font: 12pt Tahoma; 
} 

.sidebar {
	float: left;
	margin: 0px 30px 0px 0px;
	padding: 0px 15px;
	border-right: 1px solid #222;
        height: 100%;
	}

.stuff { 
       width: 540px;
       float: right;
}

label {
	color:#555;
	font-family:arial; 
	font-size: 14px;
	display: block;
	margin-bottom: 3px;
	}

th {
	text-align: left;
	font-family: arial;
	font-size: 14px;
	line-height: 18px;
	padding: 3px;
	color: #ce3b34; ;
	background-color: #010101;
}

input.text, select, textarea {
	width:330px;
	font:1.2em Georgia;
	background:#111; 
	border:1px solid #222;
	color:#666; 
	padding:8px;
	margin-bottom: 10px;}      

input.button {              
 	background: #447815; 
	color: #e4f6ba; 
	padding: 4px 0; 
	width: 6em; 
	border: none;
	font:
	bold 12px arial; 
	margin-right: 5px;}                                    

