html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	background-color: #ffffff;
	margin:0;
	padding:0;
	background-image: url(global/background.jpg);
}
a:link {
	color: #CCC9C2;
}
a:visited {
	color: #CCC9C2;
}
body, td, th {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #C7A697;
}
.hd1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #C7A697;
	text-decoration: none;
}
.hd2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	text-decoration: none;
}
/* ^^^^^^^^ BELOW IS THE CODE FOR THE MAIN MENU ^^^^^^^^^^ */
#styletwo {
	position:relative;
	display:block;
	height:24px;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Verdana, Helvitica, sans-serif;
}
#styletwo ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
#styletwo ul li {
	display:block;
	float:left;
	margin:0 1px 0 0;
}
#styletwo ul li a {
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding:6px 20px 0 20px;
	height:24px;
}
#styletwo ul li a:hover, #styletwo ul li a.current {
	color:#fff;
}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MAIN MENU ^^^^^^^^^^ */
/* ^^^^^^^^ BELOW IS THE CODE FOR THE PORTFOLIO MENU ^^^^^^^^^^ */
#styleone {
	position:relative;
	display:block;
	height:24px;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Verdana, Helvitica, sans-serif;
}
#styleone ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
#styleone ul li {
	display:block;
	float:left;
	margin:0 1px 0 0;
}
#styleone ul li a {
	display:block;
	float:left;
	color:#CECCC4;
	text-decoration:none;
	padding:6px 20px 0 20px;
	height:24px;
}
#styleone ul li a:hover, #styleone ul li a.current {
	color:#fff;
}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE PORTFOLIO MENU ^^^^^^^^^^ */
#wrap {
	float:left;
	width:995px;
}
#header {
	float:left;
	width:995px;
	height:70px;
}
#leftcol {
	float:left;
	width:200px;
	height:450px;
}
#maincol {
	float:left;
	width:660px;
	height:450px;
}
#maincolgb {
	float:left;
	width:660px;
	height:450px;
	overflow: auto;
}
#exp_scroll {
	float:left;
	width:660px;
	height:365px;
	overflow:auto;
}
#rightcol {
	float:left;
	width:135px;
	height:450px;
}
#linkcol {
	float: left;
	width: 220px;

}
#newscol {
	float: left;
	width: 660px;
	height:450px;
	overflow:auto;
}
#footer {
	clear:both;
	float:left;
	font-size: 12px;
	width:995px;
	height:70px;
}
.highslide-move {
	cursor: move;
}
.highslide-wrapper {
	background-color: black;
}
.highslide-wrapper .highslide-html-content {
	width: 455px;
	padding: 5px;
	background-color: white;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-maincontent {
	display:none;
	background-color: #000000;
	color: #ffffff;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-html-content {
	position: absolute;
	display: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.control {
	float: right;
	display: block;
	/*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.control:hover {
	color: black !important;
}
.highslide-move {
	cursor: move;
}
.highslide-resize {
	cursor: nw-resize;
}
/* These must be the last of the Highslide rules */
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}
