body {
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	text-align: center;
	width: 1000px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	/*background-color: #e9f4ff;*/
	background-position:center;
	background-image:url('images/back_tint.jpg');
	background-repeat:repeat-y;
	background-color:#ffffff;
	height:auto;
}

#content {
	text-align:center;
	width: 800px;
	height: auto;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background-image:url('images/header1.jpg');
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
	border-style: none;
	height: 209px;
	width: 800px;
	line-height: 12px;
	color: #666666;
	border-color:#666666;
	border-style:solid;
	border-width: 1px;
	border-top: none;
	border-bottom: none;
}

#header2 {
	background-image:url('images/header2.jpg');
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
	border-color:#666666;
	border-style:solid;
	border-width: 1px;
	border-top: none;
	border-bottom: none;
	height: 52px;
	width: 800px;
}

#header3 {
	background-image:url('images/header3.jpg');
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
	border-color:#666666;
	border-style:solid;
	border-width: 1px;
	border-top: none;
	height: 20px;
	width: 800px;
}

#small_main {
	width: 800px;
	height: 400px;
	margin-top: 0px;
	text-align: left;
	background-color:#ffffff;
	border-color:#666666;
	border-style:solid;
	border-width: 1px;
	border-top: none;
	border-bottom: none;
}

#med_main {
	width: 800px;
	height: 490px;
	margin-top: 0px;
	text-align: left;
	background-color:#ffffff;
	border-color:#666666;
	border-style:solid;
	border-width: 1px;
	border-top: none;
	border-bottom: none;
}

#large_main {
	width: 800px;
	height: 870px;
	margin-top: 0px;
	text-align: left;
	background-color:#ffffff;
	border-color:#666666;
	border-style:solid;
	border-width: 1px;
	border-top: none;
	border-bottom: none;
}

#left_content {
	float: left;
	height: 380px;
	width: 510px;
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
	text-align:justify;
}

#left_content_med {
	float: left;
	height: 470px;
	width: 510px;
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
	text-align:justify;
}

#left_bar{
	float: left;
	height: 400px;
	width: 20px;
	background-color:#94b2d1;
}

#left_bar_med{
	float: left;
	height: 490px;
	width: 20px;
	background-color:#94b2d1;
}

#left_bar_long{
	float: left;
	height: 870px;
	width: 20px;
	background-color:#94b2d1;
}

#right_content {
	float: right;
	height: 400px;
	width: 250px;
	margin-left: 0px;
	margin-right: 0px;
	text-align:justify;
}

#wide_content{
	float: left;
	height: 850px;
	width: 760px;
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
	text-align:justify;
}

#footer {
	font-size:10px;
	height: 30px;
	width: 800px;
	background-color: #ffffff;
	border-color:#666666;
	border-style:solid;
	border-width: 1px;
	margin-left:auto;
	margin-right:auto;
}

h3 {
	font-family: Arial;
	font-size: 18px;
	color: #94b2d1;
	line-height:18px;
}

h4 {
	font-family: Arial;
	font-size: 14px;
	color: #94b2d1;
	line-height:10px;
}

h5 {
	font-style:italic;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	line-height: 12px;
}

hr {
	color: #94b2d1;
}

A:link {text-decoration: none; color:#577491;}
A:visited {text-decoration: none; color:#577491;}
A:active {text-decoration: none; color:#577491;}
A:hover {color:#577491; font-weight:bold;}
