
body{

padding: 0px;
margin: 0px;
background: #fff;
padding-top: 20px;
align: left;

}


#container {
  margin: 0 auto;
  width: 800px;
  } 
#centered
{ 
 width: 900px; /* set to desired width in px or percent */
 text-align: left; /* optionally you could use "justified" */
 border: 1px; /* Changing this value will add lines around the centered area */
 padding: 0;  
 margin: 0 auto; 
} 

#content{
padding-top: 60px;
padding-bottom: 30px;
padding-left: 5px;
padding-right: 5px;
background-color: #FFFFF9;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
}
.topBanner {
 position: absolute;
 top: 10px;
 left: 0;
 width: 1200;
 height: 100px;
 padding: 10px;
 margin: 0;
 align: center;
}

.leftCol {
 	position: absolute;
	 top: 300px;
 	left: 0;
 	width: 200px;
 	padding: 10px;
 	margin: 0;
	align: left;
}

.rightCol {
float: right;
width: 180px;
padding: 10px;
top: 300px;
margin: 0;
 background-color: white;
 color: white;

}

#nav ul, #nav li {
list-style-type: none;
}
	
#nav a, #nav li.active li a 
{
	
	color: #930;
	text-decoration: none;
}

#nav a:hover, #nav li a:hover 
{
	
	color: #930;
	text-decoration: none;
}

#nav li.active a {
	
	color: #930;
	text-decoration: none;
}

a {
	
	color: #930;

}

a:visited {
	
	color: #f60;
}
	
.content{
 width: 1000px;
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 190px;
	padding-right: 5%;
	background-color: #FFFFF9;
	background-image: none;
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
}

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;
	
}

.rightColfont {

		font-size: 10px;
    font-weight: plain;
		color: black;
		font-family: Arial, Helvetica, sans-serif;
		}
		
.leftColfont {

		font-size: 10px;
    font-weight: plain;
		color: black;
		font-family: Arial, Helvetica, sans-serif;
	  line-height: 20px;
		}
		
.bodyfont {
    font-size: 12px;
    font-weight: plain;
		color: black;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 20px;
		}
		
.medalfont {

		font-size: 10px;
    	font-weight: plain;
		color: black;
		font-family: Arial, Helvetica, sans-serif;
		}

.borderb { 

	border: 10px outset blue;

		}
.bordera { 

	border: 5px outset blue;

		}
		
.leftmarginCol {
 	position: absolute;
 	top: 260px;
 	left: 0;
 	width: 180px;
 	padding: 10px;
 	margin: 0;
	align: left;
}


.bodycenterCol {
 	position: absolute;
	top: 260px;
	margin-left: 200;
 	padding: 20px;
 	align: left;
	width: 900px;
 }
