@charset "UTF-8";
/* CSS Color Document */

body  {
	background: #005ead url(../images/backgrd_body.jpg) repeat-x left top;
	color: #222;
}


/* Links */

a:link, a:active {
	color: #245c97;
}

a:visited {
	color: #245c97;
}

a:hover{
	color: #245c97;
}


/* Head and Subheads */

h1, h3 {
	color: #943f33;
}

h2, h4 {
	color: #245c97;
}


/* Paragraphs and Lists */


em.letort {
	color: #245c97;
}



/* Header */

#masthead { 
	background: #000; 
	color: #fff;
} 
#page_header {
	background: #000;
	color: #fff;
}


/* 2 Column Layout */

#left_2col {
	color: #fff;
}
#center_2col {
	background: #f8f1e6 url(../images/backgrd_column_content.jpg) repeat-y left top;
	color: #222;
	border-top: 3px solid #fbc444;
	border-right: 3px solid #fbc444;
	border-left: 3px solid #fbc444;
}

#contact_info {
	background: #fbc444 url(../images/calltoaction.jpg) repeat-x left top; 
	color: #222;
}



/* Footer */

#footer {
	color: #000;
}



