/****************************Native Classes********************************/


body, html {
    background-color        :       #FCD70C;
    color                   :       #666666;
    font-family             :       Arial, Verdana, Helvetica, sans-serif;
    font-size               :       11px;
    margin                  :       0px;
    padding                 :       0px;
}


a:link {
    color                   :       #0E2B89;
	text-decoration         :       none;
}


a:visited {
    color                   :       #0E2B89;
	text-decoration         :       none;
}


a:hover {
    color                   :       #7B7B7C;
	text-decoration         :       none;
}


/****************************ID Classes********************************/


#background_fade {
    background-color        :       #FFFFFF;
	background-image        :       url('../images/background_fade.gif');
	background-repeat       :       repeat-y;
	width                   :       770px;
}


#container {
    background-color        :       #FFFFFF;
	width                   :       736px;
}


/*** Header Area ***/


#header_logoarea {
	height                  :       105px;
}


/*** Navigation Area ***/


.panel_nav {
	height                  :       18px;
	width                   :       736px;
}


/*** Content Area ***/


#content_area {
	background-color        :       #FFFFFF;
	width                   :       736px;
}


/*** Resources Area ***/


#div_left_container {
	background-color        :       #FFFFFF;
	float                   :       left;
	text-align              :       left;
	width                   :       171px;
}


#div_login {
	margin                  :       0px;
	padding                 :       6px 0px 0px 9px;
}


#div_account {
	margin                  :       0px;
	padding                 :       6px 0px 0px 9px;
}


#account_opt {
	margin                  :       0px;
	padding                 :       0px 0px 3px 20px;
}


.account_options {
    border                  :       0px;
	margin                  :       0px;
	padding                 :       0px 0px 5px 0px;
}

#div_resources {
	background-color        :       #FFFFFF;
	background-image        :       url('../images/background_resources.gif');
	background-repeat       :       no-repeat; 
	float                   :       left;
	height                  :       498px;
	width                   :       171px;
}


/*** Content Area ***/


#contentplaceholder {
	background-color        :       #FFFFFF;
	float                   :       left;
	width                   :       565px;
}


/*** Bottom Navigation Area ***/


#bottom_navigation_divs{
	background-color        :       #FFFFFF;
	float                   :       left;
	height                  :       20px;
	text-align              :       center;
	width                   :       736px;
}


#bottom_navigation_popups{
	background-color        :       #FFFFFF;
	float                   :       left;
	height                  :       20px;
	text-align              :       center;
	width                   :       736px;
}


/*** Footer Navigation Area ***/


#footer{
	background-color        :       #FE7014;
	float                   :       left;	
	color                   :       #FFFFFF;
	font-size               :       10px;
	height                  :       15px;
	text-align              :       left;
	vertical-align          :       middle;
	width                   :       736px;
}


/* * * Popup Divs * * */


#div_disclaimers {
	background-color    :       #FFFFFF;
	border              :       1px solid #CECECE;
	font-size           :       11px;
	height              :       250px;	
    padding             :       10px;
	position            :       absolute;
	text-align          :       justify;
	visibility          :       hidden;
	width               :       400px;
}


.div_close {
	float               :       right;
}






