/* CSS Document */

body{
	background-color:#CEE7FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

#container{
	position:relative;
	width:800px;	
	z-index:1;
	background-color:#000000;	
	height:815px;
}


#logoContainer{
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:90px;
	z-index:2;
	background-color:#FFFFFF;	
}

 
 #logo{
	position:relative;
	width:450px;
	height:80px;
	z-index:8;
	background-image:  url("../images/text_blueborder.gif");
	margin-right: auto;	
	margin-left: auto;
	top:4px
}

a:link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
	color:#0000FF;
}

a:visited {
	font-weight: bold;
	color: #0000FF;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

a:active {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.mainTable{
    width:790px;
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;	
	background:#FFFFFF;
	border:0px;
	margin-left:10px;
	
}

.btl{
font-size:12px;
color:#FF0000;
}

#mainBody{
    width:800px;
    position:relative;
	left:0px;
	top:95px;
	width:800px;
	background-color:#FFFFFF;	
	border:3px;
}

.red{color:#FF0000;}

li{margin-bottom:10px;}
