/****************************Native Classes********************************/


body, html {
    background-color    :       #FFFFFF;
    color               :       #02699E;
    font-family         :       Arial, Verdana, Helvetica, sans-serif;
    font-size           :       11px;
    margin              :       0px;
    text-align          :       justify;
}


a:link {
    color               :       #02699E;
	text-decoration     :       none;
}


a:visited {
    color               :       #02699E;
	text-decoration     :       none;
}


a:hover {
    color               :       #678EAA;
	text-decoration     :       none;
}


/****************************ID Classes********************************/


#container {
    background-color    :       #FFFFFF;
	text-align          :       justify;
	margin              :       0px;
	width               :       770px;
}


/*** Header Area ***/


#header {
	text-align          :       left;
	margin              :       0px;
	padding             :       0px;
	width               :       770px;
}


#header_logo_area {
	float               :       left;
	padding             :       0px;
	vertical-align      :       top;
}


#header_nav {
	float               :       left;
	margin              :       0px 0px 0px 0px;
	padding             :       90px 0px 2px 0px;
	text-align          :       right;
	width               :       400px;
}

/*** Building Pic Area ***/


#div_building_pic {
	border-bottom       :       solid 1px #D7CE42;
	border-top          :       solid 1px #D7CE42;
	height              :       166px;
	padding             :       1px 0px 1px 0px;
}


/*** Content Area ***/


#contentplaceholder {
	margin              :       0px 0px 50px 0px;
	vertical-align      :       top;
	width               :       770px;
}


#content {
	margin              :       0px;
	vertical-align      :       top;
	width               :       770px;
}


/*** Address Area ***/


#address_area{
	margin              :       0px 0px 3px 0px;
	padding             :       0px;
	text-align          :       center;
	vertical-align      :       top;
	width               :       770px;
}


/*** Footer Navigation Area ***/


#footer {
	background-color    :       #FFFFFF;
	border-top          :       solid 1px #D7CE42;
	color               :       #FFFFFF;
	padding             :       1px 0px 0px 0px;
	width               :       770px;
}


#footer a:link {
    color               :       #FFFFFF;
	text-decoration     :       none;
}


#footer a:visited {
    color               :       #FFFFFF;
	text-decoration     :       none;
}


#footer a:hover {
    color               :       #EEEEEE;
	text-decoration     :       none;
}


#footer_candm {
	background-color    :       #02699E;
	float               :       left;
	height              :       16px;
	padding             :       2px 0px 0px 6px;
	vertical-align      :       top;
	width               :       343px;
}


#footer_xfxstudio {
	background-color    :       #02699E;
	float               :       left;
	height              :       16px;
	padding             :       2px 6px 0px 0px;
	text-align          :       right;
	vertical-align      :       top;
	width               :       415px;
}

/*** Bottom Navigation Area ***/


#bottom_navigation{
	margin              :       6px 0px 0px 0px;
	padding             :       0px;
	text-align          :       center;
	vertical-align      :       top;
	width               :       770px;
}

#bottom_navigation a:link {
    color               :       #02699E;
	text-decoration     :       none;
}


#bottom_navigation a:visited {
    color               :       #02699E;
	text-decoration     :       none;
}


#bottom_navigation a:hover {
    color               :       #678EAA;
	text-decoration     :       none;
}





