/*Begin Typography and Colors*/

body {
	margin:0px;
	padding:0px;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #595959;
	line-height: 17pt;
	background-color: #ffffff;
}

a:link {
	color: #680e28;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #680e28;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #680e28;
}

h1,h2,h3,h4,h5,h6,h7,h8 {
	color:#680e28;
}

.title {
	margin-bottom: 10px;
	}

/*Begin main container formatting and backgrounds*/

#banner {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.center_container {
	padding: 0px;
	width: 968px;
	margin-top: 20px;
}

.header_bg {
	background-image: url(new_images/top_bg.jpg);
	background-repeat: repeat-x;
	height: 400px;
}

/* Begin Body sizing and positioning*/

#body_left {
	width:249px;
	text-align: right;
	float:left;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 22px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#body_middle {
	width:402px;
	text-align: left;
	float:left;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 16px;
}
#body_middle_large {
	width:655px;
	text-align: left;
	float:left;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 16px;
}
#body_middle_full {
	width:900px;
	text-align: left;
	clear:both
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 16px;
}
#body_right {
	width:247px;
	text-align: right;
	float:right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 22px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#divider {
	text-align: center;
	clear: both;
}


/*Begin Footer Styling and Positioning*/
#footer {
	font-size: 10px;
	background-color: #eeeeee;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	clear:both;
}

#footer_left {
	width:249px;
	text-align: right;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 22px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-top-color: #bfbfbf;
	border-right-color: #bfbfbf;
	border-bottom-color: #bfbfbf;
	border-left-color: #bfbfbf;
	border-top-width: 0px;
	border-right-width: 1pt;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#footer_middle {
	width:402px;
	text-align: left;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 16px;
}
#footer_right {
	width:247px;
	text-align: left;
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 22px;
	border-top-color: #bfbfbf;
	border-right-color: #bfbfbf;
	border-bottom-color: #bfbfbf;
	border-left-color: #bfbfbf;
	border-top-width: 0px;
	border-right-width: 0pt;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
}
