.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.8em;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #0b64a2;
	color: #FFFFFF;
	line-height: 1.6em;
	padding-left: 5px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
body {
	background-color: #08436c;
}


div#wrapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 756px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#footer {
	background-image: url(images/footer_back.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 756px;
}
div#header {
	background-image: url(images/header_back.jpg);
	background-repeat: repeat-y;
	height: 105px;
	width: 756px;
}

div#pagecontent {
	position:relative;
	width: 746px;
	background-image: url(images/body_back.gif);
	text-align: left;
	padding-left: 10px;
	padding-top: 15px;
	background-repeat: repeat-y;
}
div#menu {
	float: left;
	height: 400px;
	width: 150px;
	left: 10px;
	top: 20px;
	position: absolute;
}

div#content {
	margin-left: 160px;
	padding-left: 10px;
	min-height: 440px;
	_height: 440px;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0c4c78;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a8a544;
	text-align: justify;
	line-height: 1.5em;
}

div#content a:link, div#content a:visited {
	font-weight: bold;
	color: #0c4c78;
	text-decoration:none;
}
div#content a:hover, div#content a:active {
	font-weight: bold;
	color: #0c4c78;
	text-decoration:underline;
	text-align: center;
}

div#menu a, div#menu .deadlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0c4c78;
	line-height: 25px;
	padding-left: 20px;
}

div#menu a:link, div#menu a:visited {
	text-decoration: none;
}

div#menu a:hover, div#menu a:active {
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
}

div#menu a.submenu:link, div#menu a.submenu:visited {
	font-size: 12px;
	padding-left: 30px;
}

div#menu a.submenu:hover, div#menu a.submenu:active {
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
}
.leftimg {
	float:left;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.rightimg {
	float:right;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 3px;
}
.clearfloats {
	clear: both;
}

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

.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;
}
