/****************************Native Classes********************************/


body, html {
    background-color    :       #FFFFFF;
    background-image    :       url('../images/background_page.png');
    background-repeat   :       repeat-x;
    color               :       #7B7B7C;
    font-family         :       Tahoma, Verdana, Helvetica, sans-serif;
    font-size           :       11px;
    margin              :       0px;
    text-align          :       justify;
}


a:link {
    color               :       #5E9BB7;
	text-decoration     :       none;
}


a:visited {
    color               :       #5E9BB7;
	text-decoration     :       none;
}


a:hover {
    color               :       #7B7B7C;
	text-decoration     :       none;
}


/****************************ID Classes********************************/


#container {
	margin              :       0px 0px 0px 0px;
	width               :       730px;
}


/*** Header Area ***/


#header {
	height              :       85px;
	margin              :       0px 0px 0px 0px;
	padding-top         :       10px;
	vertical-align      :       top;
	width               :       730px;
}


#header_contactinfo {
	text-align          :       right;
	margin              :       0px 0px 0px 0px;
	vertical-align      :       top;
	width               :       730px;
}


/*** Navigation Area ***/


#navigation {
	height              :       30px;
	margin              :       0px 0px 0px 0px;
	padding             :       0px 0px 0px 0px;
	width               :       730px;
}


/*** Content Area ***/


#contentplaceholder {
	margin              :       0px 0px 0px 0px;
	padding             :       9px 0px 1px 0px;
	width               :       730px;
}


/*** Footer Navigation Area ***/


#footer{
	background-color    :       #FFFFFF;
    background-image    :       url('../images/footer_bar.gif');
    background-repeat   :       no-repeat;	
	color               :       #FFFFFF;
	font-size           :       11px;
	height              :       31px;
	text-align          :       left;
	vertical-align      :       text-bottom;
	width               :       730px;
}




