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

html {
	background-color:#7b7160;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}

a img {
	border:0;
}

h1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	line-height: 32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 95824d;
}

.clear{
	clear:both;
}

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr {
	margin: auto;
	width:80%;
}

/* Layout CSS */

#Main {
	width: 948px;
	margin:auto;
}

#Container {
	width: 948px;
	background-color:#b0a089;
	border:thin solid #8a7f6d;
	margin:20px 20px 0 0;
}

#Header {
	width: 940px;
	height: 273px;
	float:left;
	margin-left:4px;
}

#whycatholic {
	width: 952px;
	height: 98px;
	padding:0;
	margin: 0 0 0  0px;
}

#ContentContainer {
	width: 848px;
	float: left;
	margin:20px;
	padding:20px 30px 0 30px;
	background-color: #e8decd;
	border: 1px solid #4b453a;
}

#ContentContainerLeft2 {
	width: 404px;
	float: left;
	margin: auto;
	text-align:center;
	padding:10px;
}

#ContentContainerRight2 {
	width: 404px;
	float: left;
	margin: auto;
	text-align:center;
	padding:10px;
}

#Footer {
	clear: both;
	width: 948px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e9e7dd;
	font-size: 9pt;
	line-height: 18px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.afooter {
	color:#2d547e;
  font-size:9pt;
  text-decoration:underline;
}

/**
 * This is the typography section
*/

.typography * {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	margin: auto;
	width:80%;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#675f50;
	line-height:normal;
	font-size:10pt;
}
.typography p {
	margin-bottom:20px;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
}
	.typography ul li,
	.typography ol li {
		margin:4px 10px;
		line-height:1.4em;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom:15px;
}
.typography h1,
.typography h4 {
	font-weight:normal;
	color:#413c31;
}
.typography h2,
.typography h3 {
	font-weight:normal;
	color:#413c31;
}
	.typography h1 {
	font-size:14pt;
	}
	.typography h2 {
	font-size:11pt;
	}
	.typography h3 {
	font-size:12pt;
	font-weight:bold;
	color:#CC6600;
	}
	.typography h4 {
	font-size:12px;
	font-weight:bold;
	color:#660000;
	}

/* LINK STYLES */
.typography a {
	color:#2d547e;
  font-size:10pt;
  text-decoration:underline;
}
	.typography a:hover {
	color:#000033;
	text-decoration:underline;
	}
	
	
.typography table {
	font-size:1.1em;
}
	.typography table tr td {
		padding:3px 5px;
	}

	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}