body
{
	position: absolute;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-image: url('images/page_background.jpg');
	background-repeat: repeat-x;
	background-color:#000000;
	width:100%;
	height:100%;
	text-align:center;
	font-family: sans-serif;
}
a:link
{
	text-decoration:underline;
	color:orange;
	font-weight: bold;
}
a:visited
{
	text-decoration:underline;
	color:purple;
	font-weight: bold;
}
a:active
{
	text-decoration:underline;
	color:purple;
}
a:hover {
	text-decoration:underline;
	color:red;
}
.contentwrapper
{
	min-height:600px;
	height:auto !important; 
	height:600px; 
	background-image:url('images/content_background.jpg');
	background-repeat:no-repeat;
	background-color:#EAEAEA;
}
.content
{
	font-family: sans-serif;
	font-weight: normal;
	font-size: 10pt;
	padding-left:11px;
	padding-right:11px;
	padding-bottom:11px;
}
.barlinks
{
	padding:0px 0px 0px 6px;
	vertical-align:middle;
	margin-bottom:8px;
	height:31px; 
	width:100%; 
	background-color:#BC5D00;
} 
.barlinks a
{ 
	display:block;
	float:left;
	text-align:center;
	margin-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	font: bold 14px sans-serif;;
	text-decoration: none;
	color:Black;
} 
.barlinks a:hover { 
	background-color:#E99544;
	text-decoration:none;
	color:Black;
}
.barlinks a:visited, .barlinks a:active{ 
	text-decoration:none;
	color:Black;
} 
.copyright
{
	color:White;
	text-align:center;
	font-size:10pt;
	margin-top:5px;
	margin-bottom:10px;
}
.splashimage
{
	text-align:center;
	padding-top:5px;
}
.leftcolumn
{
	width:100%;
	height:550px;
	background-image:url('images/logo_left_bg.jpg');
	background-repeat:no-repeat;
	background-position:top right;
}
.rightcolumn
{
	width:100%;
	height:550px;
	background-image:url('images/logo_right_bg.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}
.thumb
{
	border:solid 1px black;
	padding:3px 3px 3px 3px;
	background-color:White;
}

/* The following are for highslide image previewer */

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	
}
.highslide:hover img {
	border: 1px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.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;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}