/* Place articles in the contentContainer */
.contentContainer {
	width: 450px;
	padding-right:100px;
	margin-left:200px;
	float:left;	
}
/*Included in the footer.php*/
.footerContainer {
	padding-top: 50px;
	clear:both;
	width:760px;
	margin-left: auto;
	margin-right: auto;
	
}

/*Use on index page for featured articles*/
.featured {
	width: 210px;
	height: auto;
	float: left;
	position: relative;
	margin-top: 40px;
}


/*Menu Classes includes width for header*/
.menu_LogoContainer {
	width: 900px;
	height: 145px;
}
.menu_logo {
	float: right;
}

.menu_Container {
	width: 900px;
	clear: both;
	height: auto;
	padding-bottom:15px;
}
.menu_Button {
	float: left;
	display: block;
}
.menu_Hidden_Button {
	display:none;
}

/*Search bar*/
.searchContainer {
	float: left;
	width: 250px;
	/*position: absolute;*/
	padding-top: 10px;
	height: 30px;
}
.text {
	width: 150px;
	position: relative;
	float: left;
	clear: left;
}
.search {
	width: 70px;
	float: left;
	position: relative;
	padding-left: 10px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: #842B3F;
	text-decoration: none;
	
}

.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	color: #842B3F;
	text-decoration: none;
	border:none	
}

.content {
	font-family: "Arial Narrow", Arial;
	font-size: 12pt;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1.5px;
}


.content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	color: #842B3F;
}

.content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #842B3F;
	text-decoration: underline;
}
.content a {
	font-family: "Arial Narrow", Arial;
	font-size: 16pt;
	color: #F9195A;
	font-weight: bold;
	text-decoration: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.homepage {
	font-family: "Arial Narrow", Arial;
	font-size: 12pt;
	color: #000000;
	
}

.homepage a {
	text-decoration: none;
	font-family: "Arial Narrow", Arial;
	font-size: 12pt;
	color: #F9195A;
	font-weight: normal;
}

.linkarticle {
	color: #F9195A;
	font-family: "Arial Narrow", Arial;
	font-size: 10pt;
}

.linkarticle a{
	color: #F9195A;
	font-family: "Arial Narrow", Arial;
	font-size: 10pt;
	text-decoration:none;
	font-weight: normal;
}
.back {
	font-family:"Arial Narrow", Arial;
	font-size: 12pt;
	padding-top: 20px;
}

.back a {
	color:#0000FF;
	text-decoration:underline;
	text-align:center;
}
.footerAd {
	text-align: center;
	padding-bottom: 40px;
}

.footerAd img {
	border-color:#000000;
	border-style:solid;
	border-width:thin;
}
body {
	width: 905px;
	margin-left: auto;
	margin-right: auto;
}
/*Ads on Right of Screen*/
.adRightContainer {
	width: 140px;
	height:auto;
	float:left;
	padding-left:5px;	
}
.ad {
	margin-top: 20px;
	margin-bottom: 20px;
	border:thin groove #CCCCCC;
}
	

	