html, body { padding: 0px; margin: 0px; }

html{
	/*background-image:url(images/img_117.gif);
	background-repeat: repeat;*/
	/*margin:-15px;
	padding:0px;*/
	background-color: #ABC9D6;
}

a:link { 
	text-decoration:underline;
	font-weight: normal;
	color:#000;
	font-size: 12px;
}
a:visited { 
	text-decoration:underline;
	font-weight: normal;
	color:#000;
	font-size: 12px;
}
a:hover {  
	text-decoration:underline;
	font-weight: normal;
	color:#6290AA;
	/*background-color:#738FE6;*/
	font-size: 12px;
}
a {outline:none;} /* Fix for IE on Mac */

body #left_body a:link { 
	text-decoration:underline;
	font-weight: normal;
	color:#403E38;
	font-size: 12px;
}
body #left_body a:visited { 
	text-decoration:underline;
	font-weight: normal;
	color:#403E38;
	font-size: 12px;
}
body #left_body a:hover {  
	text-decoration:underline;
	font-weight: normal;
	color:#6290AA;
	/*background-color:#738FE6;*/
	font-size: 12px;
}
body #left_body a {outline:none;} /* Fix for IE on Mac */

#container{
	/*Code taught to me by Eric Willis*/
	width:780px;
	margin:0 auto;
	
	/*border-left: 3px #035E05 solid;
	border-right: 3px #035E05 solid;
	border-bottom: 3px #035E05 solid;*/
	/*end the code that Eric Willis taught me*/
	
	/*background-color: #ccc;
	border-left: solid 2px #000;
	border-bottom: solid 2px #000;
	border-right: solid 2px #000;
	border-top: solid 2px #000;*/
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        line-height: 150%;

	overflow: visible;
	background-color:#FEFEFD;
	background-image: url('../images/background.jpg');
	/*border-left: solid 5px #ddd;*/

}

#header {
	background-image: url('../images/headerBackground.jpg');
	background-repeat:no-repeat;
	height:105px;
}

/*Added content for the archive pages*/
#full_body {
	/*position: relative;
	float: left;
	width: 725px;
	width:739px;*/
	/*padding: 10px 10px 10px 10px;*/
	/*margin:0 auto;*/

}
#wrapper {
	background: #ABC9D6 url('../images/backgroundBorder.jpg') repeat-y center top;
}

#text_body {
		clear:both;
		padding-top:20px;
		margin:0 auto;
		width:759px;	
		background-image: url('../images/bodyBackground.jpg');
}

#left_body {
	background-image: url('../images/sideBackground.jpg');
	background-repeat:repeat;
	width: 111px;
	float:left;
}

#main_body {
	background-color:#FEFEFD;
	background-image: url('../images/bodyBackground.jpg');
	background-position:right top;
	background-repeat:no-repeat;
	width:669px;
	float:left;
}

#main_body_left {
	width:300px;
	float:left;
	padding:left:20px;
	padding: 0px 10px 0px 20px;
	border-right:1px solid #ccc;
}

#main_body_right {
	width:300px;
	float:left;
	padding: 0px 10px 0px 20px;
}

.section_header {
	font-size:14px;
	font-weight:bold;
	color: #6290AA;
}

.section_header_link a:link { 
	text-decoration:underline;
	font-weight: normal;
	color:#6290AA;
	font-size: 14px;
}
.section_header_link a:visited { 
	text-decoration:underline;
	font-weight: normal;
	color:#6290AA;
	font-size: 14px;
}
.section_header_link a:hover {  
	text-decoration:underline;
	font-weight: normal;
	color:#000;
	/*background-color:#738FE6;*/
	font-size: 14px;
}
.section_header_link a {outline:none;} /* Fix for IE on Mac */
	