@charset "UTF-8";
/* -------- basic styling ------ */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9AC1EA;

}
h1 {
	font-size: 18px;
	font-weight: bold;
}

#wrapper {
	position:relative;
	width: 800px;
	margin: 0 auto;
	text-align:left;
	background-color:#FFFFFF;
	border: thin solid #FFCC66;
}
#wrapper-index {
	position:relative;
	width: 800px;
	margin: 0 auto;
	text-align:left;
	background-color:#FFFFFF;
}

#clear {
	clear:both;
}
#header1/* ------ position container elements ----- */
 {
	position:relative;
	height:152px;
	width: 800px;
}
#content {
	float: right;
	width:600px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#content-header {
	width:600px;
}
#content-margins {
	width:560px;
	background-color: #FFFFFF;
	text-align: left;
	margin-left: 20px;
}
#content-photo-left {
	width:185px;
	float: left;
}
#content-data-right {
	width:374px;
	float: right;
}


.BodyText40 {
	margin-left: 40px;
}
.BodyText20 {
	margin-left: 20px;
}




#sidebar {
	float:left;
	width: 200px;
	font-size: 12px;
	background-color: #FFFFFF;
}
#sidebar-menu {
	width: 200px;
}

#footer {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFCC66;
}
#spacer1 {
	background: #3e4d54;
	width:678px;
	position: relative;
	height: 5px;
}
#line-divider-long {
	background: #61727a;
	width:1px;
	height: 400px;
	float: left;
}
