.body {
	 margin: 10px 20px 0px 20px;
}

#container {  
 width: 700px;  
 margin: 0px 0px 0px 20px; 
 text-decoration:none;
 }  

.topBanner {
	margin: 0px 0px 10px 0px;
	padding: 20px;
	width: 100%;
	border-bottom: 1px solid #333;

}

.leftCol 
{
float: left;
	width: 180px;
	margin: 30px 5px 0px 0px;
 	padding: 0px 5px 0px 5px;
	background-color:  #ccffff;
}

.rightCol {
float: right;
width: 180px;	
margin: 5px 5px 0px 5px;
 	padding: 0px 5px 0px 5px;

}

.centerCol {
  position: absolute;
	margin: 30px 0px 0px  200px;
	padding-left: 20px;
	color: #000;
	width: 700px;
	background-color: white;
 }
.footer {
 position: center;
	margin: 10px 0px 0px 10px;
	color: #000;
	width: 600px;
     
 }

#nav ul, #nav li {
list-style-type: none;
}
	

backgroundcolor {
		color:   cccccc;
		}
		
	
a {
	color: none;
}

a:visited {
	
	color: #f60;
}
	
a:link { text-decoration: none } 

p,ul,ol {
	font-size: 11pt;
	text-align: justify;
	color: #000000;

}

h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	color: red;
}

h2 {
	font-size: 13pt;
	color: red;
	font-weight: bold;
	text-align: left;
	padding-right: 3px;
	border-top: 0px solid #fc6;
	border-right: 0px solid #fc6;
	border-bottom: 1px solid #fc6;
	border-left: 0px solid #fc6;

}

h3 {
    	font-size: 10pt;
    	font-weight: bold;
	color: navy;
	text-align: left;
	
}

.menufont {

		font-size: 10px;
    font-weight: plain;
		color: black;
		font-family: Arial, Helvetica, sans-serif;
	
		}
.rightColfont {

		font-size: 10pt;
    font-weight: plain;
		color: black;
		font-family: Arial, Helvetica, sans-serif;
	
		}
		
.leftColfont {

		font-size: 10pt;
    font-weight: plain;
		font-color: black;
		font-family: Arial, Helvetica, sans-serif;
	 
		}
		
.bodyfont {

		font-size: 11pt;
    	font-weight: plain;
		color: black;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 120%;
		}
		
.medalfont {

		font-size: 10pt;
    	font-weight: plain;
		color: black;
		font-family: Arial, Helvetica, sans-serif;
		
		}		

.borderb { 

	border: 10px outset blue;

		}
.bordera { 

	border: 5px outset blue;
		}
.leftmarginCol {

 	float: left;
 	top: 260px;
 margin: 20px 0px 0px 10px;
 	width: 180px;
 	padding: 0 5px 0 5px;
}

.bodycenterCol {
 	position: absolute;
	top: 60px;
 	padding: 20px;
 	margin: 60px 0px 0px 190px;
 	align: left;
}

.leftsidebar {  
 Float: left;  
 Width: 33%;  
 }  
 .rightsidebar {  
  Float: left;  
 Width: 33%;  
 }  
 .content {  
  Float: left;  
 Width: 33%;  
  }  
#navmenu ul {
margin: 0; 
padding: 0; 
	list-style-type: none;
	 list-style-image: none; }
	
#navmenu li {display: inline; }

#navmenu ul li a {text-decoration:none; 
 margin: 4px;
	padding: 5px 20px 5px 20px; 
	color: blue;
	background: lightgrey;
	}
	
#navmenu ul li a:hover {
color: purple;
	background: yellow; 
	
	}

