@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*LINKS WITHIN TEXT*/
	a{
		text-decoration:underline;
		color:#003366;
		font-weight:bold;
		}
	a:visited {
		color:#003366;
		}
	a:hover {
		text-decoration:underline;
		}
.table{
	margin: 10px 130px 10px 10px;
	padding: 10px;
	overflow: auto;
}

	#scroll {
		width:100%;
		height:90px;
		padding-top:0px;
		float:left;
		overflow: auto;
		}

	#scroll1 {
		width:100%;
		height:160px;
		padding-top:0px;
		float:left;
		overflow: auto;
		}

	#scrollLink {
		width:100%;
		height:300px;
		padding-top:0px;
		float:left;
		overflow: auto;
		}
		
			h1 {
		font-size:20px;
		font-family:times;
		margin:10px 50px 10px 15px;
		color:#003366;
		}
		
		p {
		margin-left:35px;
		margin-right:20px;
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		color:#330033;
		border-bottom:dotted;
		border-bottom-width:thin;
		border-bottom-color:#999999;
		}
		
		UL {
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		}
		
		
	#link {
	width:280px;
	height:75px;
	margin-top:10px; 
	margin-right: 7px; 
	margin-bottom: 3px; 
	margin-left: 0px; 
	border-bottom:dotted;
	border-bottom-width:thin;
	border-bottom-color:#999999;
	float: left; 
	text-align: left; 
	padding: 2px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

.linkImg {
float:left;
margin-right:5px;
}
