body{
	background: url( ) no-repeat #000;	
	font-family: Verdana, sans-serif;
}

a img {
	border:none;
	border-style: none;
}

img
{  
	border-style: none;
}

a{
	color: #00CCCC;
	text-decoration: none;
}

a:visited{
	color: #8C0046;	
	text-decoration: none;
}

#header{
	margin: 0px 0px 10px 0px;
}

.centerImg {
	display: block;
    margin-left: auto;
    margin-right: auto
}

.bbimg {
	border: solid 1px #374D04;
}

#pageContainer{
	margin-left: auto;
    margin-right: auto;
	max-width: 1200px;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenu {
	background:#000;		/* right column background colour */
	color:#fff;
}
.leftmenu .colleft {
	right:72%;			/* right column width */
	background:#000;	/* left column background colour */
}
.leftmenu .col1 {
	width:68%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
	border: solid 1px #374D04;
	padding: 7px;
	line-height: 130%;
}
.leftmenu .col2 {
	width:26%;			/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */
	top: -15px;
}
/* Footer styles */
#footer {
	clear:both;
	text-align: center;
	width:100%;
	color: #aaa;
	font-size: 80%;
}

.block {
	background-color: #004000;
	border: solid 1px #374D04;
	padding: 10px;
	margin: 15px auto;
}

.block .header {
	width:100%;
}

.javaButton {
	color: #CCC;
	padding: 4px;
	font-weight: bold;
	border: solid 2px #374D04;
	background-color: #003000;	
	cursor:pointer;
}

.javaButton:hover {
	background-color: #005000;
}

a .javaButton {
	display: block;
}

a .menuLink {
	display: block;	
}

.description { 
	line-height: 225%;
}

.menuLink {	
	border: solid 1px #374D04;
	padding: 7px;
	background-color: #003000;
}

.menuLink:hover {
	background-color: #003500;
}


