body {
	background-color:#000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
}
/* -------- portal page only --------- */
#container {
	width: 800px;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 5%;
}
#container3 {
	width: 850px;
	height: 650px;
	text-align: left;
}
#portal {
	background-image: url(images/vitruvian_man.jpg);
	width: 541px;
	height: 582px;
}	
#co_name {
	background-image: url(images/banner.gif);
	width: 430px;
	height: 51px;
	position: relative;
	top: 12px;
	left: 53px;
}
#enter_bttn {
	background-image: url(images/enter_button.gif);
	width: 138px;
	height: 47px;
	position: relative;
	top: 488px;
	left: 200px;
}

/* ------------------------- */

#container2 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 5%;
	background-color: #FFFFFF;
	position: relative;
}
#banner {
	background-image: url(images/inside_banner.jpg);
	width: 800px;
	height: 131px;
	background-repeat: no-repeat;
	position: relative;
}
#nav_bar {
	background-image: url(images/nav_bar.gif);
	width: 800px;
	height: 29px;
	position: relative;
	top: 102px;
	background-repeat: no-repeat;
}
#side_bar {
	background-repeat: repeat-y;
	width: 800px;
	background-image: url(images/side_bar.gif)
}
#side_img {
	background-image: url(images/side_bar.jpg);
	background-repeat: no-repeat;
	width: 158px;
	height: 515px;
	position: absolute;
}
	
#nav_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	position: relative;
	width: 650px;
	top: 8px;
	left: 220px;
}
#nav_links a:link, #nav_links a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#nav_links a:hover {
	color: #9C8651;
}
#main_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	width: 800px;
	position: relative;
	top: 12px;
	height: 516px;

}
#main_text {
	position: relative;
	width: 400px;
}
.header {
	font-size: 16px;
	font-weight: bold;
	margin-left: 60px;
	margin-top: 30px;
}
.subheader {
	font-size: 14px;
	font-weight: bold;
	margin-left: 60px;
}
.subheader a:link, .subheader a:visited {
	color: #9C8651;
	text-decoration: underline;
}
.copy {
	font-size: 12px;
	margin-left: 60px;
	padding-top: 5px;
	width: 520px;
}
.copy a:link, .copy a:visited {
	color: #9C8651;
	text-decoration: none;
}
.copy a:hover {
	text-decoration: underline;
}
#bar_img {
	position: absolute;
}
.printer {
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	line-height: 26px;
}
.printer a:link, .printer a:visited {
	color: #9C8651;
	text-decoration: underline;
}

.highlight {
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.portal_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.slideshow {
	padding-top: 20px;
}


.slideshowButtonContainer{
	width:100%;
	text-align:center;
	margin-top:8px;
}

.slideshowButton{
	cursor:hand;
	cursor:pointer;
}

#slideshowCaption{
	text-align:center;
	font-weight:bold;
	font-style:italic;
	font-family:verdana,arial;
	font-size:13px;
	margin:5px;
}