/* CSS Document */

body {
	background-color : #0077AF;
	background-image: url(images/bg.gif);
	margin : 0px;
	font-family: Arial;
	font-size : 12px;
	align : center;
}

p {
	margin-top : 6px;
	margin-bottom : 6px;
	padding : 0px;
}

table,td {
	font-family: Arial;
	font-size : 12px;
	
}

#topContainer {
	position: relative;
	top : 0px;
	left : 0px;
	height : 71px;
	margin : 0px;
	padding : 0px;


}

#topGraphic1 {
	width : 700px; 
	padding : 0px; 
	margin : 0px;
	position : absolute;
	left : 0px;
	top : 0px;
	height : 71px;
	
}

#topLine {
	width : 100%;
	position : absolute;
	top : 0px;
	left : 0px;
	border-top : 2px solid #00AF77;
	margin-top : 69px;
	padding : 0px;

}

#main {
	width : 100%;
	position : relative;
	left : 0px;
	top : 0px;
}

#topGraphic2 {
	width : 187px;
	position : absolute;
	left : 0px;
	top : 0px;

}

#mainCenter {
	left : 0px;
	top : 0px;
	position : relative;
	margin-left:187px;
	margin-right:149px;
	padding : 0px;

}

#mainRight {
	position : absolute;
	top : 0px;
	right : 0px;
	width : 149px;

}

#mainContent {
	background-color : #ffffff;
	width : 100%;
	padding : 0px;
}

#mainCell {
	font-family: Arial;
	font-size : 12px;
	padding-top : 5px;
	padding-bottom : 5px;
}

#mainCell a {
	color : #0077AF;
}

#mainCell a:hover {
	color : #FF0000;
}

#topMenu {
	padding : 4px;
	border-bottom: 2px solid #00AF77;
	margin-bottom: 5px;
}

#topMenu a {
	font-weight : bold;
	color: #ffffff;
	background: transparent;
	padding: 3px 8px;
}

#topMenu a:hover {
	font-weight : bold;
	color: #ffffff;
	background: #000000;
	padding: 3px 8px;
}

#footer {
	width : 100%;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}

#banner {
	padding : 6px;
}

#footerCenter {
	text-align : center;	
}

#footer a {
	color : #ffffff;
}

.heading {
	font-weight : bold;
	border-bottom: 2px solid #00AF77;
	padding : 2px 2px 0px 0px;
}

.frontPic {
	margin: 0px 0px 5px 5px;
	padding:0px;
}

.sitePic {
	border : 1px solid #000000;
}
