body {
	background-color: #C9C9C9;
	background-image: url(grfx/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 20px 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

A, A:link, A:visited {
	font-size: 12px;
	color: #428ED9;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #88B8E8;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	color: #236AB1;
 	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

UL {
	/*background-image: url(grfx/bt_off.gif);
	background-repeat: no-repeat;*/
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-align: left;
}

li {
	background-image: url(grfx/bt_off.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-align: left;
}


.header {
	/*background-color: #336699;
	background-image: url(grfx/header.jpg);*/
	text-align: center;
	height: 203px;
	width: 824px;
}

.ContentBg {
	background-color: #CCCCCC;
	width: 818px;
	height: 650px;	
	margin: 0px 0px 0px 1px;
	text-align: left;	
}

.MenuLeft {
	background-image: url(grfx/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	width: 171px;
	margin: 20px 0px 0px 0px;
}

.menu {
	background-color: #FFFFFF;
	border: solid 0px #000000;
	width: 134px;
	line-height: 17px;
	margin: 5px 0px 0px 0px;
	padding: 2px 10px 10px 20px;
}

.menu a, .menu a:Link, .menu a:visited {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #000000;
}

.menu a:hover {
	/*background-image: url(grfx/bt_on.gif);
	background-repeat: no-repeat;*/
	color: #FFFFFF;
}

.menu_current {
	/*background-image: url(grfx/bt_off.gif);
	background-repeat: no-repeat;*/
	margin: 0px 0px 10px 0px;
	padding: 2px 5px 2px 15px;
	color: #FFFFFF;
	width: 155px;
}

.highlight {
	background-color: #D0D0D0;
}

.Text {
	background-image: url(grfx/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px 0px 0px 0px;
	text-align: justify;
	padding: 5px 50px 180px 15px;
	line-height: 20px;
	color: #000000;
	font-size: 12px;
	/*overflow: auto;*/
}

.Text a:link, .Text a:visited {
	color: #428ED9;
	text-decoration: none;
	font-weight: bold;
}

.Text a:hover {
	color: #236AB1;
	text-decoration: underline;
}

.Footer {
	background-image: url(grfx/footer.jpg);
	background-repeat: no-repeat;	
	height: 57px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
}

.Copy {
	text-align: center;
}

.Copy A, .Copy A:link, .Copy A:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.Copy  a:Hover {
	color: #428ED9;
	text-decoration: none;
}



/* ---[ Lightbox styles ]--------------------- */

#lightbox{
	/*background-image: url(grfx/bg_pop.jpg);*/
	background-color:#D4CEA7;
	padding: 5px;
	border: 1px solid #666;
	}
	
#lightboxDetails{
	font-size: 100%;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: 0px black solid; } 
#overlay img{ border: none; }





/* ---[ Hacks ]--------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	

