/* basic page formatting style */

body {
	background-color: #000000;
	background-repeat: repeat;	
	margin: 0px;
	padding: 20px 0px 20px 0px;
	font-family: verdana, geneva, arial, sans-serif;
	font-size: small;
	text-align: center;
	}	

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;
	}
	
#frame {										/* use this to put a colored frame around the container */
	width: 770px; 
	margin: 0 auto; 
	padding: 25px 0 25px 0; 
	background: #306a0e;
	}

#container {
	width: 650px;
	background-color: #ffffff;
	margin: 20px auto 15px auto;
	padding: 10px;
	text-align: left;
	border: 5px #000000 solid;
	}

#header {
	position: static;
	width: 648px;	
	margin: 0px auto 0px auto;
	}
	
#nav {
	position: static;
	width: 160px;
	font-size:      90%;	
	background-color:	#ffffff;
	margin: 10px 0px 0px 10px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	}
	
#maincopy {
	position: static;
	width: 425px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	}

#footer {
	width: 630px;
	text-align: center;
	font-family: Verdana;
	font-size: 100%;
	margin: 0px auto 0px auto;
	padding-top: 15px;
	padding-bottom: 10px;
	}

h1 {
  font-size:      140%;	
	text-align:			center;
	font-weight:    normal;	
	}
	
h2 {
  font-size:      130%;
	text-align:			center;	
	font-weight:    normal;	
	}
	
h3 {
  font-size:      120%;	
	font-weight:    normal;
	}	
	
h4{
  font-size:      110%;	
	text-align:			center;
	font-weight:    normal;
	}

.tl {
	text-align:	left;
	}
	
.ltl {
	font-size:      120%;	
	font-weight:    normal;
	text-align:	left;
	}
	
.stl {
	font-size:      85%;	
	font-weight:    normal;
	text-align:	left;
	}
	
.tc {
	text-align:	center;
	}
	
.ltc {
	font-size:      120%;	
	font-weight:    normal;
	text-align:	center;
	}
	
.stc {
	font-size:      85%;	
	font-weight:    normal;
	text-align:	center;
	}
	
.tr {
	text-align:	right;
	}
	
.ltr {
	font-size:      120%;	
	font-weight:    normal;
	text-align:	right;
	}
	
.str {
	font-size:      85%;	
	font-weight:    normal;
	text-align:	right;
	}
	
.tj {
	text-align:	justify;
	}
	
.height5 {   /* space between lines */
	line-height: 0.5cm;
	} 

.border {
	border: 1px solid black;
	}
	
.clear {
	clear: both;
	width: 650px;
	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 */
	}
	
.fullwidth {
	width: 630px;
	margin: 0px;
	padding: 20px 10px 10px 10px;
	text-align: left;
	}
	
.fullwidthpadded { 
	width: 530px;
	margin: 0px auto 0px auto;
	padding: 10px 50px 10px 50px; 
	text-align: left;
	}
	
.halfwidth {
	width: 303px;
	margin: 0px;
	padding: 20px 0px 10px 0px;
	text-align: left;
	}
	
.halfwidthpadded {
	width: 263px;
	margin: 0px;
	padding: 20px 0px 10px 0px;
	text-align: left;
	}
	
.divcenter{      /* creates an auto centering Div */
	margin: 0px auto 0px auto;
	}

.nobottom {
	margin-bottom:	0;
	padding-bottom:	0;
	}
	
.notop {
	margin-top:	0;
	padding-top:	0;
	}		

/* end basic page formatting style */

/* begin site specific formatting style */

a {
	text-decoration: none; 
	color: #00008b;
	}

a:visited {
	text-decoration: none; 
	color: #708090;
	}

a:hover {
	text-decoration: none; 
	color: #cc0033;
	}
	
ul {
	margin-top:		0;
	padding-top: 	0;
	margin-left:	10px;
	padding-left:	10px;
	}

ul li {
	list-style-image: url(../images/note.jpg);
	}

h1.left {
  font-size:      140%;	
	text-align:			left;
	font-weight:    normal;
	}
	
h2.left {
  font-size:      130%;
	text-align:			left;	
	font-weight:    normal;	
	}
	
.impact{
  font-size:      200%;		
	font-weight:    normal;
	font-family: 		impact, Trebuchet MS, Verdana, sans-serif;
	}	
	
.spacer{
	height:		50px;
	}	
	
table{
	padding:		10px;	
	}
	
td {
	vertical-align:	bottom;	
	padding-right:	15px;
	}
	
td.top {  /* moves text in a td to top*/
	vertical-align:		top;	
	}
	


		
	
/* end site specific formatting style */
