@charset "utf-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #898989;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 130%;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 880px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#Logo {
	position: relative;
	height: 64px;
	width: 229px;
	left: 20px;
	top: 30px;
}
#topNav {
	border: thin none #000000;
	position: relative;
	height: 15px;
	width: 246px;
	left: 710px;
	top: -3px;
}
#main_photo {
	position: relative;
	height: 605px;
	width: 605px;
	left: 78px;
	top: 128px;
}
#accomplish_box {
	position: relative;
	height: 605px;
	width: 605px;
	left: 78px;
	top: 128px;
	background-color: #eeefd9;
}
.process_nav {
	height: 100px;
	width: 67px;
	position: relative;
	top: -477px;
	left: 782px;
}
.spaces_nav {
	height: 605px;
	width: 113px;
	position: relative;
	top: -477px;
	left: 692px;
}
.spaces_navBlock {
	height: 53px;
	width: 79px;
	position: relative;
	top: -1730px;
	left: 78px;
}
.spaces_text {
	height: 605px;
	width: 67px;
	position: relative;
	top: -1082px;
	left: 815px;
}
.spaces_IndexText {
	height: 605px;
	width: 98px;
	position: relative;
	top: -477px;
	left: 835px;
}
.spaces_IndexnavBlock {
	height: 53px;
	width: 79px;
	position: relative;
	top: -1125px;
	left: 98px;
}
.spaces_IndexTitleBlock {
	height: 53px;
	width: 79px;
	position: relative;
	top: -1030px;
	left: 735px;
}
.trans_navBlock {
	height: 53px;
	width: 79px;
	position: relative;
	top: -1125px;
	left: 78px;
}
.trans_text {
	height: 605px;
	width: 67px;
	position: relative;
	top: -477px;
	left: 815px;
}
h3  {
	color : #898989;
	font-size : 8pt;
	line-height : 130%;
	font-weight :bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	text-transform: uppercase;
}
.pageLink  {
	color : #898989;
	font-size : 10pt;
	line-height : 140%;
	font-weight :normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.pageLinkOn  {
	color : #000000;
	font-size : 10pt;
	line-height : 140%;
	font-weight :normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.pageLink:Hover  {
	color : #000000;
	font-size : 10pt;
	line-height : 140%;
	font-weight :normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.accompLink  {
	color : #898989;
	font-size : 8pt;
	line-height : 130%;
	font-weight :normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.accompLink:Hover  {
	color : #000000;
	font-size : 8pt;
	line-height : 130%;
	font-weight :normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.accompLinkStatic  {
	color : #898989;
	font-size : 8pt;
	line-height : 130%;
	font-weight :normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.processIntro  {
	color : #898989;
	font-size : 13pt;
	line-height : 130%;
	font-weight :normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.processHead  {
	color : #898989;
	font-size : 11pt;
	line-height : 130%;
	font-weight :normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.processText  {
	color : #000000;
	font-size : 7pt;
	line-height : 130%;
	font-weight :normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.processLink  {
	color : #754C24;
	font-size : 8pt;
	line-height : 130%;
	font-weight :bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.processLink:Hover  {
	color : #898989;
	font-size : 8pt;
	line-height : 130%;
	font-weight :bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.processLinkStatic  {
	color : #898989;
	font-size : 8pt;
	line-height : 130%;
	font-weight :normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

