/****************************Native Classes********************************/


body, html {
    background-color        :       #FFFFFF;
    border                  :       none;
    color                   :       #414C76;
    font-family             :       Arial, Verdana, Helvetica, sans-serif;
    font-size               :       11px;
    height                  :       100%;
    margin                  :       0px;
    padding                 :       0px;
    text-align              :       center;
}


a:link {
    color                   :       #414C76;
	text-decoration         :       none;
}


a:visited {
    color                   :       #414C76;
	text-decoration         :       none;
}


a:hover {
    color                   :       #999999;
	text-decoration         :       none;
}


/****************************ID Classes********************************/


#container {
    border                  :       none;	
	height                  :       100%;
	text-align              :       left;
    margin                  :       0px;
    padding                 :       0px;
	width                   :       770px;
}


/*** Header Area ***/


#header {
	background-image        :       url('../images/background_header.gif');
	background-repeat       :       no-repeat;
    border                  :       none;	
    height                  :       119px;
	text-align              :       left;
	margin                  :       0px;
	padding                 :       0px;
	width                   :       770px;
}


/*** Navigation Area ***/


#navigation {
    border                  :       none;	
	float                   :       right;
	height                  :       23px;
	padding-top             :       96px;
    padding-bottom          :       0px;	                    
    margin-bottom           :       0px;
}


/*** Blue Bar Area ***/


#background_bluebar {
	background-image        :       url('../images/background_bluebar.gif');
	background-repeat       :       repeat-x;
    border                  :       none;	
	height                  :       22px;
	text-align              :       left;
	margin                  :       0px;
	padding                 :       0px;
	width                   :       770px;
}


/*** Content Area ***/


#contentplaceholder {
	border                  :       none;
	margin                  :       0px;
	padding                 :       0px;
	width                   :       770px;
}


/*** Navigation Bottom Area ***/


#navigation_bottom {
	height                  :       57px;
	margin                  :       0px;
	padding                 :       0px;
	width                   :       770px;
}


#background_navigation_bottom {
	background-image        :       url('../images/background_navbottom.gif');
	background-repeat       :       no-repeat;
	float                   :       right;
	height                  :       60px;
	margin                  :       0px;
	padding                 :       0px;
	width                   :       383px;
}


/*** Footer Navigation Area ***/


#footer {
	background-image        :       url('../images/background_footer.gif');
	background-repeat       :       repeat-x;
	color                   :       #414C76;
	float                   :       left;
	font-size               :       11px;
	height                  :       43px;
	margin                  :       0px;
	vertical-align          :       middle;
	width                   :       770px;
}


#footer_left {
	float                   :       left;
	margin                  :       0px;
	padding                 :       15px 10px 0px 10px;
	text-align              :       left;
}


#footer_right {
	float                   :       right;
	margin                  :       0px;
	padding                 :       15px 10px 0px 10px;
	text-align              :       left;
}





