/* Family Support Ministry Default Cascading Style Sheet */

body {
	background-color: #e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#header {
	margin: 0 auto;
	width: 802px;
	height: 117px;
	background-image: url(../images/fsm_header.png);
	background-repeat: no-repeat;
	background-position:center;
}
#tagline {
	width: 802px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapper {
	margin: 0 auto;
	width: 802px;
}
#left_column {
	float: left;
	margin-top: 25px;
}
#content_column {
	float: left;
	margin: 5px 0 5px 50px;
	width: 450px;
	text-align: center;
	padding: 5px;
	color: #036;
}
#right_column {
	float: right;
	border: 1px red dotted;
	width: 150px;
}
#footer {
	clear: both;
	width: 802px;
	margin: 0 auto;
}
/* Index Links */
td img {display: block;}
/* End Index Links */

/* Article Pages */
#article_content_column_home {
	float: left;
	width: 800px;
	text-align: center;
	color: #036;
	margin: 10px 0 25px 0;
}
#article_content_column {
	float: left;
	width: 800px;
	text-align: center;
	color: #036;
	margin: 10px 0 25px 0;
	border: 1px solid #69c;
	border-bottom: 5px solid #69c;
}
#article_header {
	margin: 0 auto;
	width: 802px;
	height: 117px;
	background-image: url(../images/fsm_header.png);
	background-repeat: no-repeat;
	background-position:center;
}
#article_sub_tagline {
	margin: 0 auto;
	text-align: center;
	margin: 20px 0 20px 0;
}
#article_sub_tagline ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

#article_sub_tagline ul li {
	font-size: 12px;
	display: inline;
}
#article_sub_tagline ul li a:link, #article_sub_tagline ul li a:visited  {
	padding: 5px 5px 5px 0.5em;
	background-color: #e5e5e5;
	color: #004000;
}
#article_sub_tagline ul li a:hover {
	background-color: #696;
	color: #cfc;
}
/* contact us */
#contact_content_column {
	float: left;
	width: 800px;
	text-align: center;
	color: #036;
	margin: 10px 0 25px 0;
}
