body {
	text-align: center;
	background-color: #666666;
}

div#wrapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 784px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#pagecontent {
	position:relative;
	width: 774px;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

div#menu{
	position: absolute;
	width: 200px;
	left: 10px;
	top: 10px;
	margin:0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

div#content {
	margin-left: 250px;
	padding-left: 10px;
	padding-right: 15px;
	text-align: justify;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dbdbdb;
	min-height: 600px;
	_height: 600px;
}

div#title {
	background-color: #006978;
	width: 97%;
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 16pt;
	padding-left: 3%;
	height: 40px;
}

div#menu a {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
div#menu a:link {
	color: #999999;
	text-decoration: none;
}
div#menu a:visited {
	color: #999999;
	text-decoration: none;
}
div#menu a:hover {
	color: #9e0404;
	text-decoration: none;
}
div#menu a:active {
	color: #999999;
	text-decoration: none;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #666666;
	list-style-image: url(images/bullet.gif);
}

.bullet {
	color: #0066CC;
}


.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border: 2px solid #999999;
}

.highslide-image {
	border: 10px solid white;
    cursor: pointer; /* opera */
	cursor: url(highslide/graphics/zoomout.cur), pointer;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.imgborder {
	border: 1px solid #999999;
}
.imgpad {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.bodytextorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #d06e23;
	list-style-type: square;
	font-style: italic;
	font-weight: bold;
}
.bodytext a:link {
	color: #333333;
	text-decoration: underline;
}
.bodytext a:visited {
	color: #333333;
	text-decoration: underline;
}
.bodytext a:hover {
	color: #d06e23;
	text-decoration: underline;
}

.bodytext a:active {
	color: #999999;
	text-decoration: none;
}
.photos {
	border: 1px solid #999999;
}
.projectlinks {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 10pt;
	color: #666666;
	list-style-image: url(images/bullet.gif);
}
.projectlinks a:link {

	color: #445f2c;
	text-decoration: underline;
}
.projectlinks a:visited {

	color: #445f2c;
	text-decoration: underline;
}
.projectlinks a:hover {

	color: #d06e23;
	text-decoration: underline;
}
.projectlinks a:active {

	color: #445f2c;
	text-decoration: underline;
}

