body {	
	background-color: #000000;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 11px;
	color:#000000;
	text-align: center;
}
div#usableWidth {
	width: 800px;
	margin: auto; /* centers in the container */
}
div#header{
width: 800px; height:189px; background-image:url(images/header01.png); background-repeat:no-repeat;
}
div#navtop{
width: 800px; height: 25px; background-color:#000000; }
.menu{
	width: 100%;
	background-color: #000000;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 11px;
	font-weight:bold;
	}

.menu ul{
	margin: 0;
	padding: 0;
	float: right;}

.menu ul li{
	display: inline;} /* Makes the link all appear in one line, rather than on top of each other */

.menu ul li a{
	float: left; 
	text-decoration: none; /* removes the underline from the menu text */
	color: #E3DFE2; /* text color of the menu */
	padding: 5px 10px 5px 10px; /* 10.5px of padding to the right and left of the link and 11px to the top and bottom */
	background-color: #000000;}

.menu ul li a:visited{ /* This bit just makes sure the text color doesn't change once you've visited a link */
	color: #E3DFE2;
	text-decoration: none;}

.menu ul li a:hover, .menu ul li .current{
	color: #FF0000;
	/*background-color:#FFFFFF;*/
} 

#maincolumn{
float: right;
width: 599px; /*Width of MAIN column*/
background: #FFFFFF;
margin-top:0px;
}
#maincolumnintro{
float: right;
width: 599px; /*Width of MAIN column*/
background: #FFFFFF;
margin-top:0px;
position:relative;
z-index:-1;
}
#leftcolumn{
float: left;
width: 199px; /*Width of left column*/
background: #000000;
margin-top:0px;
border-left:solid; border-color: #CC0000; border-width: 1px;
}
div#footer{
background-color: #000000;
border-top:solid; border-color: #CC0000; border-width: 1px;
margin-top:10px;
margin-left:200px;
float:right;
width:600px;
}
p {
	font-family: verdana;
	text-align: justify;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;

} 
.single { font-family: verdana;
	text-align: justify;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	}
A{color: #000000;}
A:visited{color:#000000;}
A:hover{color:#000000;text-decoration:none;}
a.linkStyleName:link {color: #FFFFFF; }
a.linkStyleName:visited {color: #FFFFFF; }
a.linkStyleName:hover {color: #CC0000; }
a.linkStyleName:active {color: #FFFFFF; }
h1{
	clear: both;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 0px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;}
h2{
	clear: both;
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;}
UL {
	font-family: verdana;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
    list-style-type: none;
	}
/* anchor styling */
FORM {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.jst-lft {
	text-align:left
}
.table{
	float: center;
}
div.imagegallery{
	text-align: center;
	/*border:solid; border-color: #666666; border-width: 1px;*/
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 11px Verdana;
width: 199px; /* Main Menu Item widths */
/*border-bottom: 1px solid #ccc;*/
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 4px;
/*border-bottom: 1px solid #778;
border-right: 1px solid #778;*/
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #000000; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: #999999;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 199px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
div.image-right{
	float: right;
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: right;
}
div.image-left{
	float: left;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: left;
}
