body {
	background-attachment: fixed;
	background-image: url(images/grid.gif);
	background-repeat: repeat;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: 0px;
}
#main {
	background-image: url(images/main-print.gif);
	height: 598px;
	width: 895px;
}
#logo {
	position: absolute;
	top: 81px;
	left: 728px;
}
#image {
	height: 217px;
	width: 420px;
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	top:56px;
	left: 0px;
	overflow: hidden;
}
#slogan {
	position: absolute;
	top: 204px;
	left: 400px;
	width: 401px;
	height: 40px;
	background-image: url(images/slogan.gif);
}
#slogan span {
	display: none;
}
#nav ul {
	position: absolute;
	top: 277px;
	list-style: none;
	margin: 0px;
}
#nav ul li {
	float: left;
	text-align: center;
}
#nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: 600;
	display: block;
	background-color: #F68F43;
	padding:6px 13px 7px 13px;
}
#nav ul li .alt {
	background-color: #F58533;
}
#nav ul li .last {
	background-image: url(images/nav-round.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#login {
	position: absolute;
	top: 285px;
	left: 805px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
	font-style: italic;
	width: 80px;
}
#subnav ul {
	position: absolute;
	top: 311px;
	left: 132px;
	list-style: none;
	margin: 0px;
}
#subnav ul li {
	float: left;
	text-align: center;
}
#subnav ul li a {
	text-decoration: none;
	color: #F68F43;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0px 8px 0px 8px;
	border-left: 1px solid #F47820;
}
#subnav ul li #current {
	color: #E26007;
}
#subnav ul li .first {
	border-left: none;
}
#sidenav {
	position: absolute;
	top: 337px;
	width: 140px;
	text-align: right;
}
#sidenav ul {
	list-style: none;
	margin:0px;
}
#sidenav ul li a {
	color: #F68F43;
	font-size: 8pt;
	text-decoration: none;
}
#sidenav ul li #current {
	color: #E26007;
}
#content {
	position: absolute;
	top: 351px;
	left: 171px;
	height: 232px;
	width:649px;
	color: #33297B;
	font-size: 8pt;
	text-align: justify;
/*	overflow: auto;*/
	padding-right: 25px;
}
#content p {
	margin-bottom: 15px;
}
#content ul {
	list-style: none;
	margin: 0px 20px 0px 20px;
	float: left;
}
#contenttitle {
	border-bottom: 2px solid #494189;
	padding-bottom: 5px;
}
#contenttitle h5 {
	display: none;
}
#contenttitle #screen {
	display: none;
}
#content a {
	color: #33297B;
	text-decoration: none;
}
#content .article {
	padding-bottom: 15px;
	text-align: center;
}
#content .article h5 {
	margin-bottom: 5px;
	text-align: left;
	font-weight: normal;
	color: #F47820;
}
#content .article p {
	margin-top: 0px;
	text-align: justify;
	font-size: 10px;
}
#content .article p img {
	float: right;
	padding-left: 15px;
}
#content #left {
	float: left;
	width: 300px;
	border-right: 2px solid #494189;
	padding-right: 25px;
}
#content #right {
	float:right;
	width: 300px;
}
label {
	width: 7em;
}
#sitemap {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#sitemap a {
	text-decoration: none;
	color: #33297B;
	font-family: Arial, Helvetica, sans-serif;
}
#sitemap th a {
	font-size: 10pt;
	font-weight: 600;
	font-style: italic;
}
#sitemap th {
	width: 16.5%;
	border-bottom: 2px solid #494189;
	padding-bottom: 4px;
}
#sitemap td {
	vertical-align: top;
	padding-top: 4px;
}
#sitemap ul {
	margin: 0px;
}
#sitemap ul li {
	padding-bottom: 8px;
}
#projimage {
	position: absolute;
	top: 38px;
	width: 361px;
	height: 235px;
	overflow: hidden;
}
#projinfo {
	position: absolute;
	top: 81px;
	left: 381px;
	color: #F47820;
	font-size: 8pt;
}
#projinfo #projtitle {
	font-size: 10pt;
}
#projthumbs {
	position: absolute;
	top: 181px;
	left: 381px;
	height: 72px;
	width: 430px;
	overflow: hidden;
}
#projthumbs ul {
	list-style: none;
	margin: 0px;
}
#projthumbs ul li {
	float: left;
	padding: 0px 10px 0px 0px;
	width: 72px;
	height: 72px;
	overflow: hidden;
}
#footer {
	font-size: 9px;
	color: #7D7D7D;
	position: absolute;
	top: 500px;
	left: 902px;
	width: 101px;
}
#footer ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
}
#footer a {
	color: #7D7D7D;
	text-decoration: none;
}
#footer #current {
	color: #E26007;
}