html, body {
	margin: 0;
	padding: 0;
	text-align:center;
	font: 100%/120% Arial, Helvetica, sans-serif;
	background:#000000;
}

/* Apply left margin:
   Only to the few elements that need it: */
/*ul {
	margin-left: -15px;
	position: relative;
	display: block;
	}*/

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
	}

fieldset {
	border: none;
	}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
	}

body, td, p {
	font-family: Arial;
	font-size: 11px;
	color: #363636;
	}	

a, a:visited {
	font-family: Arial;
	color:#1b455c;
	text-decoration:underline;
	}
	
a.bold12, a.bold12:visited {
	font-family: Arial;
	color:#1b455c;
	text-decoration:underline;
	font-size:12px;
	}	
	
a.bold11, a.bold11:visited {
	font-family: Arial;
	color:#1b455c;
	text-decoration:underline;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	}		
	
a.head12, a.head12:visited {
	font-family: Arial;
	color:#d78516;
	text-decoration:underline;
	font-size:12px;
	}		
	
a:hover {
	text-decoration:none;
	}	
	
a.bold11:hover {
	text-decoration:underline;
	}		

/* home */

#home {
    background: #ffffff;
    padding: 21px 30px 30px 30px;
    }
    
#home .intro {
    font-family: Arial;
    font-size: 13px;
    color: #365f6f;
    line-height:16px;
    /*letter-spacing: .20;*/
    }
		
#home .introlarge {
    font-family: Arial;
    font-size: 18px;
    color: #365f6f;
    line-height:20px;
    }	
    
#home .copy {
    font-family: Arial;
    font-size: 11px;
    color: #363636;
    line-height:13px;
    }
    
#home .subhead {
    font-size: 15px;
    }    
    

/* content */    

#content {
    background: #ffffff;
    
    }
   
#content #copy  {
    padding: 27px 25px 30px 18px;
    font-family:Arial;
    font-size:12px;
    color:#666666;
    } 
    
#content #right {
    padding: 27px 10px 0 10px;
    background:#ffffff url(../images/bg_right.gif) top left repeat-y;
    font-family: Arial;
    font-size: 11px;
    color: #363636;
    line-height:14px;
    }   
    
#copy .intro {
    font-family:Arial;
    font-size:14px;
    color:#365f6f;
    font-weight:bold;
    letter-spacing: 0.01em
    }    
    


#right .subhead {
    font-size: 15px;
    }    
    
/* lists */    

#home ul {
	margin-left: 0px;
	margin-top: 8px;
	position: relative;
	} 	
	
#home[id] ul {
	margin-left: -40px;
	margin-top: 8px;
	position: relative;
    }		

ul li { 
	list-style-type: none;
	background-image: url(../images/list.gif);
	background-position: left top; 
	background-repeat: no-repeat; 
	padding: 0 15px 0 10px;
	}	    
	
#header {
	/*padding: 35px 12px 0 11px;*/
	color:#363636;
	font-size:11px;
	width: 800px;
	height: 89px;
	}	
	
#header #clientlogin 	{
    padding: 0 30px 5px 14px;
    }
	

#footer {
	padding-left: 9px;
	font-family: Arial;
	color: #ffffff;
	font-size:10px;
	background:url(../images/footer.gif) no-repeat;
	font-weight:normal;
	}		
	
#footer a, #footer a:visited {
	color: #ffffff;
	font-size:10px;
	text-decoration: none;
	}	
	
#footer a:hover {
	color: #ffffff;
	font-size:10px;
	text-decoration: underline;
	}		
	

.rightJustify {
	font-size: 40px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 50px;
	color: #838383;
}
.contactFields {
	border: 1px solid #EFA41F;
}
.sendButton {
	border: 1px solid #EFA41F;
	color: #666666;
	font-weight: bold;
}
