body
{
	background-image: url(images/bg1a.gif);
	background-repeat: repeat-x;
	background-color:#d8d8d7;
	margin: 20px;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

img
{
	border: 0;
}

a
{
	color: #666666;
	font-size: 12px;
}

#main
{
	/*background-color: white;
	background-color:#FC3;*/
	background-color:#d8d8d7;
	background-image:url(images/bg1a.gif);
	background-repeat:repeat-x;
}

#header
{
	background-image: url(images/bg1c.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	padding: 5px;
	border-left: 5px solid #999999;
	/*border-color:#FC3;*/
	border-color:d8d8d7;
}

#header .title
{
	font-family:Tahoma;
	vertical-align:text-top;
	font-size: 34px;
	color: white;
	/*font-weight: bold;*/
}

.block
{
	background-color: black;
	vertical-align: top;
}

.block ul 
{
	margin:0;
	padding:0;
	list-style:none;
}

.block ul a 
{
	display:block;
	font-size:11px;
	color:#F90;
	text-decoration:none;
	padding:10px;
	width:130px;
	height:10px;
	border-bottom:1px dotted #333;
	
}

.block ul a:hover 
{
	background-color:#333;
}

.hide{
display: none;
}

.subblock
{
	background-color:#666666;
	vertical-align: top;
	text-align:right;
}

.subblock ul 
{
	margin-left:37px;
	padding:12px;
	list-style:none;
}

.subblock ul a 
{
	display:block;
	font-size:11px;
	color:#F90;
	text-decoration:none;
	padding:10px;
	width:100px;
	height:2px;
	border-bottom:1px dotted #333;
	border-left:23px;
	
}

.subblock ul a:hover 
{
	background-color:#333;
}

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

.highslide-image {
    border: 2px solid white;
}
.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: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    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;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}
/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	margin: 0px 0 0 4px;
	height: 29px;
	width: 34px;
}

/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
#spacebar
{
	text-align:right;
	background-image: url(images/bg1c.gif);
	background-repeat: repeat-x;
	border-left: 5px solid #999999;
	border-right: 5px solid #999999;
}

#content
{
	vertical-align: top;
	padding: 10px;
	color: #666666;
	background-color:white;
}

h1 
{
	font-size:16px;
	color:#369;
	font-weight:700;
	margin:0;
	margin-bottom: 7px;
	padding-bottom:1px;
	border-bottom:1px dotted #CCC;
}

.block h2
{
	color: white;
	font-size: 12px;
	margin: 5px;
	padding: 5px;
	font-weight: bold;
	background-image: url(images/bg1c.gif);
	background-repeat: repeat-x;
}

#footer
{
	text-align: center;
	width: 100%;
	padding: 10px;
	color: #369;
	font-size: 10px;
}

#footer a 
{
	text-decoration: none;
	color: #369;
	font-size: 10px;
}

#footer a:hover 
{
	color: #F39;
}