
div.break { clear: both; }

/*-- =Core Elements--*/
body	{
	color:#000; 
	float:center; 
	font: xx-small Verdana, Arial;
	margin:0px; 
	padding: 0px; 
	text-align: left; 
		}

		h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, p, img, form, fieldset,
.account, .about, .content, #header, #footer {
	border: 0; 
	margin: 0; 
	padding: 0; 
	text-decoration: none;
		}

.break {
	clear:both;
		}
		

h1, h2, h3, h4, h5, h6		{
	color:#4175A5;
		}
		
h1		{
	font-weight:bold;
	font:115%
	}
		
h2		{
	font-weight:bold;
	font-size:110%
	}
			
h3		{
	font-weight:bold;
	font-size:105%
	}
		
h4		{
	font-weight:bold;
	font-size:80%
	}
	
h5		{
	color:#fff;
	font-weight:bold;
	font-size:80%;
	margin-left:5px;
	}
	
p {
	font:70%;
	margin:10px;
	}
		
/* ---[ =Links ]-----*/
		
a, a:visited 		{
	color: #0082B0;
	text-decoration: none;
		}
		
a:hover	{
	text-decoration: underline;
		}
	
/* ---[ =Nav ]-----*/

#subNav {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	
	}

#subNav li {
	background: url(../img/subnav_aro_1.gif) no-repeat 0 50%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0px;
	}

#subNav a {
	color: #000;
	float: left;
	font:60%;
	padding: 5px 0px 5px 16px;
	text-decoration: none;
	}

#subNav a:hover, #subNav a.active {
	background: url(../img/subnav_aro_2.gif) no-repeat 0 50%;
	color: #4788E3;
	text-decoration: none;
	}


/*----- =contentArea -----*/

	
.pageHome	{
	font: 73%;
	margin:0px;
	padding:10px 10px 7px 10px ;
	text-align:left;
	}

#hpSearch {
	margin:12px 15px -8px 0px;
	}

/*----- =Float Left & Rignt-----*/
.imgright {
	float:right;
	margin:  5px 0px 5px 10px;
	}
	
.imgleft {
	float:left;
	margin:  5px 10px 5px 0px;
	}
	
.contentArea_imgright {
	float:right;
	margin: 10px 0px 20px 20px;
	}
	
.contentArea_imgleft {
	float:left;
	margin: 10px 20px 20px 0px;
	}
	
.left {
	float:left;
	margin:0px;
	padding:0px;
	}
	
.right	{
	float:right;
	margin:0px;
	padding:0px;
	}
	

/*----- =Forms-----*/

.calc_input					{background: #EDE1CD; border: 1px solid #513F22; color:#000000; font: 8pt arial; width: 80px;}


.bg3 {
	font:75%;
	}
	
#news { 
	width:80%;
	}