/* CSS Document */

/* ------------- Tag Styles  ------------------------ */

body, table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body{ background:url(images/body_bg.jpg) repeat-x #F2F2E6; }

div,p,ul,li,img,h1,h2,h3,h4,h5,h6{ margin:0; padding:0; }
a:link, a: visited{}
a:hover, a:active{}
/* -------------- End of Tag Styles ------------------ */
/* -------------- Containing Tables Styles ----------- */

#main_table{ background-color:#FFFFFF;}

/* for Articles.html */
#ControlTemplate{}

/* -------------- End of Containing Tables Styles ---- */
/* -------------- Header Styles ---------------------- */

#header{ background-color:#E6E4CB; }

#home_top{ height:285px; background:url(images/A104_top.jpg) no-repeat; }
#home_top a{
	display:block;
	width:250px; height:143px;
	margin:20px 0 0 57px;
	text-decoration:none;
} 

/* -------------- End of Header Styles -------------- */
/* -------------- Side Styles ----------------------- */

#home_side{}
#home_side ul, #side ul{ margin:3px 0 0 10px; list-style-type:none; }
#home_side ul{ width:175px; }
#side ul{ width:158px; }
#home_side li, #side li{
	height:20px;
	border-bottom:1px solid #800000;
	color:#800000;
	padding:3px 0 3px 3px;
}
#home_side #li_top, #side #li_top{ border-top:1px solid #800000; }
#home_side a:link, #home_side a:visited,
#side a:link, #side a:visited{ color:#800000; text-decoration:none; }
#home_side a:hover, #home_side a:active,
#side a:hover, #side a:active{ text-decoration:underline; }

#side{}

/* -------------- End of Side Styles ---------------- */
/* -------------- Main Content Styles --------------- */

#home_content{}

/* Content.html and Library.html Styles */
#content{ padding:10px;}

/* Articles.html content Styles */
#formCell{ padding:5px;}
#formCell ul{ margin:5px 0 0 20px; }

/* -------------- End of Main Content Styles -------- */
/* -------------- Footer Style ---------------------- */

#footer,#footer_home{ height:72px; }
#footer{ background:url(images/A104_bottom.jpg) no-repeat; }
#footer_home { background:url(images/A104_bottom_home.jpg) no-repeat; }

#footer #phone_number,#footer_home #phone_number {
	height:50px;
	padding:10px 20px 0 0;
	font-size:24px;
	color:#800000;
}
#footer #copyright, #footer_home #copyright{ font-size:10px; color:#FFFFFF; }

#cm_links{ background-color:#F2F2E6; }
#cm_links ul{ list-style-type:none; }
#cm_links ul li{ display:inline; padding:5px; }
#cm_links a:link, #cm_links a:visited{ color:#800000; text-decoration:none; }
#cm_links a:hover, #cm_links a:active{ text-decoration:underline; }

/* -------------- End of Footer Style --------------- */
