/* SECTIONS */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:23px;
	background-color:#E5DBD2;
	text-align:left;
	margin-top:0px;
}

#containter {
	width:820px;
	margin:auto;
	background-image:url(../Graphics/elements/page_background.png);
	background-repeat:repeat;
	}

#header {
	width:770px;
	margin:auto;
	}

#body_container {
	width:770px;
	margin:auto;
	}

#body {
	width:770px;
	background-color:#414656;
	background-image:url(../Graphics/elements/content_background.gif);
	background-repeat:repeat-x;
	margin:auto;
}

#page_header {
	padding:10px 0px 5px 10px;
	}

#left_column {
	width:486px;
	margin-left:10px;
	margin-bottom:15px;
	float:left;
	}

#right_column {
	width:235px;
	margin-left:10px;
	margin-bottom:15px;
	float:left;
	}

#footer {
	width:770px;
	margin:auto;
	font-size:10px;
	color:#FFF;
	}

/* TEXT FORMATTING */

.boldheader {
	color:#464C5D;
	font-weight:bold;
	font-size:15px;
}

.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

.RegularLineHeight {
	font-family: Arial, Helvetica, sans-serif;
	line-height:17px;
}

.HigherLineHeight {
	font-family: Arial, Helvetica, sans-serif;
	line-height:30px;
}

a:link { color: #6C3637; text-decoration: none }
a:active { color: #6C3637; text-decoration: none }
a:visited { color: #6C3637; text-decoration: none }
a:hover { color: #6C3637; text-decoration:underline; }
