/* CSS Document */

body {
	
	margin-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	background-color: #077DBB;

	padding: 0px 0px 0px 0px;
	
	scrollbar-face-color : #077DBB; 
	scrollbar-highlight-color : #E7C1A6; 
	scrollbar-shadow-color : #E7C1A6; 
	scrollbar-3dlight-color : #89CFF1; 
	scrollbar-arrow-color : #FFFFFF; 
	scrollbar-track-color : #E7C1A6; 
	scrollbar-darkshadow-color : #66BDF4;

	font-family: verdana;
	font-size: 11px;
	vertical-align: top;
	text-align: left;
	color: #86D5FE;
	
	BACKGROUND-POSITION: top;
	BACKGROUND-IMAGE: url(img/bkg_top.jpg);
	BACKGROUND-REPEAT: repeat-x;
	}
	
.global {
    position:absolute;
	margin-left: -390px;
    left: 50%;
	height:100%;
	width: 780px;
     }

.content {
	width:730px;
	height:100%;
	margin-left: 25px;
	z-index: 1;
	}

.top {
	float: left;
	height:156px;
	text-align: left;
	BACKGROUND-IMAGE: url(img/bubbles.jpg);
	}
	
.middle1 {
	height:180px;
	}	
	
.middle2 {
	height:38px;
	/*BACKGROUND-IMAGE: url(img/bar.gif);*/
	}
	
.middle3 {
	height:200px;
	BACKGROUND-IMAGE: url(img/bkgmid.jpg);
	BACKGROUND-REPEAT: repeat-x;
	}

.col1 {
	float: left;
	width:281px;
	padding: 10px 4px 4px 10px;
	}
	
.col2 {
	//float:left;
	width:430px;
	padding: 10px 4px 4px 14px;
	}
	
.col3 {
	//float:left;
	width:224px;
	padding: 10px 4px 4px 14px;
	}

.footer {
	width:730px;
	height:80px;
	BACKGROUND-POSITION: bottom;
	BACKGROUND-IMAGE: url(img/bkg_bot.jpg);
	BACKGROUND-REPEAT: repeat-x;
	}
	
.foot1 {
	float:left;
	width:500px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	}

.foot2 {
	float:left;
	width:230px;
	padding: 10px 10px 10px 10px;
	text-align: right;
	}

A {
	color: #86D5FE;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #005fa9;
}

td {
	font-size: 11px;
}

li {
	list-style-position: outside;
	list-style-image: url(img/li.gif);
	padding: 0px 0px 10px 0px;
}
.highlight {
	color: #9FF1FF;
	font-weight: bold;

}
.tableclass {
	background-image: url(img/bkgmid.jpg);
	background-repeat: repeat-x;
}
