/****************************Native Classes********************************/


body, html {
	background-color :       #FFFFFF;
	color :       #000000;
	font-family :       Arial, Verdana, Helvetica, sans-serif;
	font-size :       11px;
	margin :       0px;
	text-align :       justify;
}
a:link {
	color :       #333333;
	text-decoration :       none;
}
a:visited {
	color :       #000000;
	text-decoration :       none;
}
a:hover {
	color :       #000000;
	text-decoration :       none;
}

img {
	
	border:0;
	margin:0
	padding:0;
	
}
/****************************ID Classes********************************/


#background_page {
	background-image :       url('../images/background_page.gif');
	background-repeat :       repeat-y;
	text-align :       justify;
	width :       770px;
}
#header_bmi {
	float :       left;
}
/*** Navigation Area ***/


#nav {
	/*height :       31px;*/
	padding :       33px 0px 0px 24px;
}
#nav_1 {
	float :       left;
}
#nav_2 {
	float :       left;
}
#nav_3 {
	float :       left;
}
#nav_4 {
	float :       left;
}
/****************************ID Classes********************************/


#background_address_bar {
	background-image :       url('../images/background_address_bar.gif');
	background-repeat :       repeat-x;
	color :       #FFFFFF;
	height :       21px;
	padding :       3px 0px 0px 28px;
	width :       742px;
}
/*** Content Area ***/


#contentplaceholder {
	width :       770px;
}
#contentAreaLeft {
	width :       345px;
	margin :       20px;
	float :       left;
	margin-left :       10px;
}
#contentAreaRight {
	width :       335px;
	margin :       20px 20px 31px 20px;
	float :       right;
}
/*** Bottom Navigation Area ***/


#bottom_navigation {
	background-image :       url('../images/background_bottom_nav.gif');
	background-repeat :       repeat-x;
	height :       37px;
	padding :       8px 0px 0px 0px;
	text-align :       center;
	width :       770px;
}
/*** Footer Navigation Area ***/


#footer {
	background-color :       #000000;
	color :       #FFFFFF;
	height :       18px;
	width :       770px;
	font-size :       10px;
}
#footer a:link {
	color :       #FFFFFF;
	text-decoration :       none;
}
#footer a:visited {
	color :       #FFFFFF;
	text-decoration :       none;
}
#footer a:hover {
	color :       #EEEEEE;
	text-decoration :       none;
}

