/* basic page formatting style */

body { 	
	background-image: url('../images/aokbkgd.gif');
	background-attachment: fixed;
	background-repeat: repeat;		/* also bkgd image repeat-y or repeat-x */	
	margin: 0px;
	font-family: verdana, geneva, arial, sans-serif;  /* default fonts */
	font-size: small;  /* default font size 10 px */
	text-align: left; /* default text alignment */
	padding:  20px 0px 20px 0px;  /* default text padding */
	}			
	
#container {   /* <div id="container"> */
	width: 720px;
	background-color:  #fff;
	margin: 0px auto 0px auto;
	padding: 20px 0px 20px 0px;
	border: 				1px #630000 solid;
	}

#leftcopy {   /* <div id="nav"> used for side navigation */
	position: 			static;
	width: 					250px;
	margin: 		0px auto 0px auto;
	padding: 20px 0px 20px 0px;
	float: left;
	display: inline;					/* fix IE double margin bug on floats */
	}
	
#rightcopy {  /* <div id="maincopy"> used for right copy by navigation */
	position: static;
	width: 430px;
	margin: 		0px auto 0px auto;
	padding: 20px 20px 20px 20px;
	float: right;
	display: inline;					/* fix IE double margin bug on floats */
	}	
	
#footer {   /* <div id="footer"> */
	width: 720px;
	text-align: center;
	margin: 		0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	}
	
.clear {  /* clears all floats */
	clear: both;
	width: 5px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}

div>p:first-child {					/* this causes ie and compliant browsers to display first p in a div the same */
	margin-top: 0px;
	}
	
html {  /* this forces vertical scroll bar on firefox*/
  height: 100%;
  margin-bottom: 1px;
	}

.border {   /* adds a 1px black border*/
	border: 1px solid black;
	}
	
img {  /* removes border from linked images */
	border: 0px;
	}
	
.nobottom {   /* forces bottom to move up */
	margin-bottom:	0;
	padding-bottom:	0;
	}
	
.notop {     /* forces top to move up */
	margin-top:	0;
	padding-top:	0;
	}		
	
a {  /* color of link */
  	color:	#660609;
  	text-decoration:	none;
  	padding:	0px 3px 0px 3px;
  	}
	
a:visited {  /* color of visited link */
		color: #660609;
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		}

a:hover {  /* color of link when hovered*/
		color: #e0080e;
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		}			

.menu a {  /* color of link */
  	color:	#660609;
  	text-decoration:	none;
		margin: 		0px auto 0px auto;
		padding: 10px 0px 0px 0px;
		display: block;
		height:  30px;
		width: 230px;
		background-color: #ebebeb;
		border: 				1px #630000 solid;
  	}
	
.menu a:visited {  /* color of visited link */
		color: #660609;
		text-decoration: none;
		margin: 		0px auto 0px auto;
		padding: 10px 0px 0px 0px;
		display: block;
		height:  30px;
		width: 230px;
		background-color: #ebebeb;
		border: 				1px #630000 solid;
		}

.menu a:hover {  /* color of link when hovered*/
		color: #e0080e;
		text-decoration: none;
		margin: 		0px auto 0px auto;
		padding: 10px 0px 0px 0px;
		display: block;
		height:  30px;
		width: 230px;
		background-color: #d7d7d7;
		border: 				1px #630000 solid;
		}	
		
/* lists */
	
ul {  /* definition of an unordered list */
	margin:		0px 0px 0px 10px;
	padding: 	0px 0px 0px 10px;
	}
	
li {
	margin:		0px 0px 0px 0px;
	padding: 	5px 0px 0px 0px;
	}
	
ul.image {  /* image at the beginning of an unordered list */
	list-style-image: url('../images/bullet.gif');
	}
			
ul.noimage {	 /* no image at the beginning of an unordered list */
 	list-style-type: none;
	}		
		
h1 {  /* headline 2 */
  font-size:      190%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	text-align: center; 
	}	
	
h2 {  /* headline 3 */
  font-size:      160%;	
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	text-align: center; 
	}	
	
h3 {  /* headline 3 */
  font-size:      120%;	
	font-family: verdana, geneva, arial, sans-serif;  
	text-align: center; 
	}	
	
.center {   /* text center*/
	text-align:	center;
	font-weight:    normal;
	}
	
.t85 {    
	font-size:      85%;	
	}
	
.navy {
	color: #0000a9;
	}
	
.times{
	font-weight:    normal;
	font-family: Times New Roman;
	font-size:      110%;
	}
	
