/* TWO COLUMN LAYOUT */

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	}
#main_wrapper {
	width:1024px; /* widths of columns will change proportionately as this width is changed */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left;
}
#main_window {
	width:1024px;
	float: left;
	clear: both;
	background-color: #FFF;
	position: relative;
	left: 0px;
	top: 30px;
}
#header {
	width: 1038px;
	float: left;
	}
#header img {
	float: left;
}
#navbar {
	float: left;
	width: 734px;
	background-image: url(images/navbar_bkgnd.jpg);
	height: 47px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navbar_inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-top: 8px;
	margin-left: 40px;
}
#navbar_inner a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-right: 17px;
	padding-left: 17px;
}
#navbar_inner a:hover {
	color: #969268;
	text-decoration: none;
}
#navbar_inner a:visited {
	color: #FFF;
	text-decoration: none;
	padding-right: 17px;
	padding-left: 17px;
}

#mainarea {
	clear: both;
	float: left;
	width: 1024px;
	background-color: #FFF;
	background-position: bottom;
	background-image: url(images/main_window_bkgnd.jpg);
	background-repeat: no-repeat;
}
#sidebar {
	width:290px; /* this width + content width must total 100% */
	float:left;
	}
	#sidebar a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #969268;
	text-decoration: none;
}
#sidebar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #969268;
	text-decoration: underline;
}
#sidebar a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #969268;
	text-decoration: none;
}
#sidebar_box {
	width: 249px;
	background-image: url(images/purple_sidebar_box_bkgnd.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-left: 20px;
	clear: both;
	background-color: #734B96;
}
#sidebar_box img {
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#sidebar_box_inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#sidebar_box_inner li {
	font-size: 13px;
	line-height: 15px;
	padding-top: 5px;
}
#address_box {
	width: 249px;
	background-image: url(images/address_box_bkgnd.gif);
	background-repeat: repeat-y;
	margin-top: 15px;
	margin-left: 20px;
	clear: both;
	background-color: #FFF;
	margin-bottom: 15px;
	margin-right: 0px;
}
#address_box img {
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#address_box_inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #734B96;
	text-decoration: none;
	padding-left: 20px;
}	
#content {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:650px;
	}
	#content_inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-weight: normal;
	text-align: left;
}
#content_inner img {
	border: 3px solid #ECA925;
}
#content_inner a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #47276E;
	text-decoration: none;
}
#content_inner a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8764A4;
	text-decoration: underline;
}
#content_inner a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#footer {
	clear:both;
	background-image: url(images/footer_bkgnd.jpg);
	width: 1024px;
	height: 31px;
	}
#footer_inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	float: left;
	width: 964px;
	line-height: 14px;
	text-align: left;
}
#footer_inner a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#footer_inner a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
#footer_inner a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#sidebar_depth {
	float: left;
	height: 450px;
	width: 10px;
}
#column_depth {
	float: left;
	height: 450px;
	width: 10px;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #333;
	text-decoration: none;
}
.intro_text_4box {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-style: normal;
}
.intro_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #462770;
	line-height: 22px;
}
.intro_text2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	font-style: italic;
	line-height: 20px;
	text-decoration: none;
}
.footer_copyright {
	padding-right: 40px;
	padding-left: 50px;
}

