A:link {text-decoration: none; color: black; font-weight: bold;}
A:visited {text-decoration: none; color: black; font-weight: bold;}
A:active {text-decoration: none; color: black; font-weight: bold;}
A:hover {text-decoration: underline; color: black; font-weight: bold;}


img { border: none; }

body {
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.page_bg {
	  padding: 0px 0px 0px 0px;
	  margin: 0px 0px 0px 0px;
	  background-image: url('/images/star-bg.png'); 
	  background-repeat: repeat-x;
	  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	  height: 100%;
	  width: 100%;
}

.page {
	font-family: arial, helvetica, sans-serif;
	background-color: #FFFFFF; 
	border-style: solid; 
	border-width: 4px;
	border-color: #bbbbbb; 
	margin-top: 40px; 
	margin-bottom: auto;
	height: 90%;
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
	
.pageBanner {
	background-image: "/images/pageBG.bmp"; 
	background-repeat: repeat; 
	width: 100%; 
}

.pageContentBody{
	width=100%;
	margin: 10px 10px 10px 10px; 
	text-align: left;	
	padding: 10px 10px 10px 10px;
}

.pageWarning {
	background-color: red;
	border-width: 4px;
	border-style: solid;
	border-color: grey;
	padding: 8px 8px 8px 8px;
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 10px;
	font-size: 120%;
	text-align: center;	
	clear: left;
}


.pageContent {
	float: left;
	margin-left: 20px; 
	margin-right: 20px; 
	margin-bottom: 10px;
	width: 70%;
	font-size: 100%;
	text-align: left;	

}

li {
	list-style-type: square;
}
.pageMenu {
	
	float: left; 
	margin-left: 20px; 
	margin-right: 20px;
	margin-bottom: 10px; 
	width: 20%;
	text-align: left;	

}

.pageFooter {
	clear: left;
	text-align: center;	

	border-style: dashed; 
	border-width: 1px; 
	margin: 10px 10px 10px 10px; 
	padding: 10px 10px 10px 10px; 
}  

