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

	body {
		margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
		text-align:center; /* Hack for IE5/Win */
		font-family:'Lucida Sans', Verdana, Helvetica;
		background:#ffffff;
	}
	#navbar_background {
		width:100%;
		height:53px;
		background:#000000;
	}
	#Index {
		margin-bottom:10;
	}
	#Content {
		width:916px;
		margin:12px auto; /* Right and left margin widths set to "auto" */
		text-align:left; /* Counteract to IE5/Win Hack */
		padding:0px;
		border:0;
	}
	#main_content {
		background:#ffffff;
		float:left;
		height:400px;
		width:916px;
	}
	#nav {
		margin:0;
		padding:0;
		float:left;
		width:916px;
	}
	#nav li {
		display:inline;
		padding:0;
		margin:0;
	}
	#nav a:link,
	#nav a:visited
	{
		color:#FFFFFF;
		background:#ac0808;
		padding:6px 69px 4px 69px;
		float:left;
		width:auto;
		text-decoration:none;
		font:10px 'Lucida Sans', Helvetica;
	}
	#nav a:hover,
	#nav a:active {
		color:#FFFFFF;
		background:#e10505;
	}
	#top_banner {
		background:1a1a1a;
		float:left;
		padding:0px;
		width:916px;
	}
	#column_one {
		float:left;
		padding:25px 23px 20px 14px;
		width:222px;
	}
	#column_one h2 {
		background-image:url(../img/bg_sidemenu.gif);
		font-size:11px;
		font-weight:normal;
		color:#ffffff;
		margin:0px;
		padding:6px 0px 4px 10px;
	}
	#column_one ul {
		background-color:#ffffff;
		list-style-type:none;
		float:left;
		font-size:11px;
		font-weight:bold;
		margin:0px 0px 0px 0px;
		padding:2px 0px 5px 0px;
		width:220px;
		border-right:thin solid #dddddd;
		border-left:thin solid #dddddd;
		border-bottom:thin solid #dddddd;
	}
	#column_one li {
		display:block;
		margin:3px 0px 0px 0px;
		padding:5px 0px 5px 7px;
	}
	#column_one a:link,
	#column_one a:visited {
/*		background-image:url(../img/grey.gif); */
		margin:0px 0px 3px 0px;
		padding:5px 50px 3px 7px;
		text-decoration:none;
		color:#555555;
	}
	#column_one a:hover {
		color:#000000;
		text-decoration:none;
	}
	#column_two {
		float:left;
		padding:25px 0px 50px 0px;
		width:635px;
		font-size:11px;
		color:#000000;
	}
	#column_two h2 {
		font-size:13px;
		font-weight:bold;
		color:#000000;
		margin:0px;
		padding:0px 0px 0px 1px;
		border-bottom:thin solid #444444;
	}
	#column_two h3 {
		font-size:12px;
		font-weight:bold;
		padding:0px;
		margin:0px;
	}
	#column_two a:link,
	#column_two a:visited {
		font-size:11px;
		color:#dd1717;
		text-decoration:none;
	}
	#column_two a:hover {
		text-decoration:underline;
	}
	#statementoffaithol {
		position:relative;
		left:-10px;
		margin:0px 25px 0px 0px;
	}
	#statementoffaithol li {
		padding:8px;
	}
	link_text {
	/*make the link text transparent*/
	visibility: hidden; 
	}
	.link_href {
	/*Display this image in the link area*/
	background: url(imagepath/mouseout_button.gif) no-repeat;
	}
	.link_href:hover {
	/*Display this image in the link area when you mouseover*/
	background: url(imagepath/mouseover_button.gif) no-repeat;
	}
	#footer {
		font:9px Lucida Sans;
		text-align:center;
	}
	
