/* basic page formatting style */

body { 
	background: #000;
	background-image:url(../back_2.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: verdana, geneva, arial, sans-serif;
	font-size: small;
	text-align: left; 
	padding: 0px 0px 0px 0px;
	}	
	
div>p:first-child {					/* this causes ie and compliant browsers to display first p in a div the same */
	margin-top: 0px;
	}
	
img {
	border: 0px;
	}	

#container {   /* <div id="container"> */
	background-color: #fff;  /* was #e5e0da; */
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}
	
#header	{   /* <div id="header"> */
	position: static;
	background-color:#000000;
	width: 760px;
	height: 206px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	}
	
#topnav {
	position: static;
	width: 760px;
	height: 24px;
	background-color:#000000;
	color:#999999;
	margin: 0px auto 0px auto;
	padding-top: 0px 0px 0px 0px;
	font-size: 10px;
}

#topnav a {
	font-weight: bold;
	text-decoration: none;
	color:#fff;
}

#topnav a:visited {
	font-weight: bold;
	text-decoration: none;
	color:#fff;
}

#topnav a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#FF9900;
}
	
#leftcopy {   /* <div id="leftcopy"> */
	position: static;
	width: 200px;
	margin: 0px auto 0px auto;
	padding: 40px 0px 20px 20px;
	}
	
#rightcopy {  /* <div id="rightcopy"> */
	position: static;
	width: 500px;  /* was 520px; */
	margin: 0px auto 0px auto;
	padding: 30px 20px 20px 20px;
	}
	
#footer	{   /* <div id="header"> */
	position: static;
	width: 760px;
	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;
	}
			
.floatl {
	float: left;
	display: inline;					/* fix IE double margin bug on floats */
	}

.floatr {
	float: right;
	display: inline;					/* fix IE double margin bug on floats */
	}
	
.nobottom {   /* forces bottom text to move up */
	margin-bottom:	0;
	padding-bottom:	0;
	}

.notop {     /* forces top text to move up */
	margin-top:	0;
	padding-top:	0;
	}	
		
a {
	text-decoration: none; 
	color: #660020;
	}

a:visited {
	text-decoration: none; 
	color: #660020;
	}

a:hover {
	text-decoration: underline; 
	color: #143340;
	}
	
ul {  
	margin:		0px 0px 0px 10px;
	padding: 	0px 0px 0px 10px;
	list-style-image: url('../images/bullet.gif');
	}
	
li {
	margin::	0px 0px 0px 0px;
	padding: 	5px 0px 0px 0px;
	}
	
table {    
	padding:		10px;	
	}
	
td {    
	vertical-align:	top;
	padding:		10px 20px 10px 10px;	
	}	
	
td.right {  /* moves text in a td to right top*/
	text-align:			right;
	}
	
td.tight {  /* moves text in a td to right top*/
	padding:		2px 2px 2px 2px;
	}
	
img.floatr {  /* img moves right and text flows on the left side */
  	padding-left: 15px;
  	}
		
img.floatl {  /* img moves right and text flows on the left side */
  	padding-right: 15px;
  	}
		
h1 {
  font-size:      180%;
	text-align:			center;
	font-weight:    normal;
	}
	
h2 {
  font-size:      160%;
	text-align:			center;	
	font-weight:    normal;	
	}
	
.center {
	text-align:	center;
	}
	
.right {
	text-align:	right;
	}
	
.t110 {    
	font-size:      110%;	
	}

.t85 {    
	font-size:      85%;	
	}	
	
.height6 {   /* space between lines */
	line-height: 0.6cm;
	} 
	
.height {   /* space between lines */
	line-height: 0.5cm;
	}
	
.blue {
	color: #1d4c5e;
	}
	
.green {
	color: #005952;
	}	
