@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}

}
.content section p a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FC9;
}
.content section section p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}


/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 1000px;
	background-color: #333333;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 0px;
	height: auto;
}

.sidebar1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: left;
}

.content section #PicBox2 {
	float: left;
	width: 90%;
	padding: 10px;
}


.sidebar1 #apDiv1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #FFF;
}

/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	height: 260px;
	background-repeat: no-repeat;
	text-align: right;
	background-position: left;
	background-image: url(images/CatholicTruthBanner.png);

}
/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the block elements. The elements within these blocks have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the block itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the block element and place a second block element within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a block set to float right). Many times, padding can be used instead. For blocks where this rule must be broken, you should add a "display:inline" declaration to the block element's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar blocks could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the blocks around in the HTML source.

*/
.sidebar1 {
	float: right;
	width: 350px;
	background-color: #333333;
	margin-bottom: 0px;
	margin-top: 20px;
	height: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-left-width: thin;
	border-left-style: ridge;
	border-left-color: #FC0;
	text-align: center;
}
.sidebar1 h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
.sidebar1 #apDiv1 h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
}


.content {
	width: 625px;
	float: left;
	background-color: #333333;
	text-align: center;
	height: auto;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
.content section h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: left;
	font-style: italic;
}

.content section h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00FFFF;
	font-style: italic;
}
.content section p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-left: 10px;
	text-align: left;
	font-size: 100%;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
}
.content section table tr td {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}





/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
.sidebar1 table tr td {
	width: 75%;
	height: auto;
}

ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-color: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #ADB96E;
	color: #FFF;
}

/* ~~ The footer ~~ */
footer {
	background-color: #333333;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	background-repeat: no-repeat;
	height: auto;
	padding: 0px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.content section #PicBox {
	float: left;
	width: 160px;
	padding: 10px;
}
.content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFCC66;
	text-align: center;
}
.sidebar1 h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
}
.content section h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
}
