@charset "utf-8";
/* default settings */

body{
	background-image: url(../images/background.jpg);
	TOPMARGIN=0;
	LEFTMARGIN=0;
	MARGINHEIGHT=0;
	MARGINWIDTH=0;
	MARGIN-TOP=0;
	MARGIN-LEFT=0;
}

img{
margin-top: 0;
}
a{
	color:#000;
	text-decoration:none;
}

a:hover{
	text-decoration:overline underline;
	color:#C00;
}



/* Class styles */
.copy{
	text-align:center;
	font-size:10px;
}

.container{
	background-image:url(../images/backgroundLite.jpg);
	width:1012px;
	overflow:auto;
	border-top-color:#766F6B;
	border-top:solid;
	border-left-color:#766F6B;
	border-left:solid;
	border-right-color:#766F6B;
	border-right:solid;
	margin: 0 auto 0 auto;
}

.splitLeftTop{
	padding:5px;
	float:left;
	width:493px;
	border-right-color:#766F6B;
	border-right:solid;
}

.splitRightTop{
	padding:5px;
	float:right;
	width:493px;
}

.splitLeftBottom{
	padding:5px;
	float:left;
	width:493px;
	border-right-color:#766F6B;
	border-right:solid;
}

.splitRightBottom{
	padding:5px;
	float:left;
	text-align:left;
	width:493px;
}

.centerContent{
	padding:5px;
	overflow:auto;
	margin:0 auto 0 auto;
	text-align:left;
	width:900px;
}

.centerMenu{
	padding:5px;
	overflow:auto;
	margin:0 auto 0 auto;
	text-align:left;
	width:900px;
}
	
.highlight img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	border:none;
}

.highlight:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border:none;
}

