/* basic page formatting style */

html, body {
    	height: 100%;
    	padding: 0;
	}

body { 
	background-color: #AAD872; 	
	margin: 0 auto 1px;
	font-family: verdana, geneva, arial, sans-serif;
	font-size: small;
	text-align: left; 
	padding: 20px 0px 20px 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"> */
	width: 760px;
	background-color: #fff;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border: 2px solid #FD0000;
	}

#header	{   /* <div id="header"> */
	position: static;
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	}
	
#footer {   /* <div id="footer>*/
	position: static;
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 0px;
	}

.fullwidth {
	width: 740px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	}
	
.fullwidthpadded { 
	width: 640px;
	margin: 0px auto 0px auto;
	padding: 10px 50px 10px 50px; 
	}
	
.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: #FD0000;
	}

a:visited {
	text-decoration: none; 
	color: #FD0000;
	}

a:hover {
	text-decoration: none; 
	color: #999193;
	}
	
ul {  
	margin:		0px 0px 0px 10px;
	padding: 	0px 0px 0px 10px;
	}
	
li {
	margin::	0px 0px 0px 0px;
	padding: 	5px 0px 0px 0px;
	}
	
table {    
	padding:		10px;	
	}
	
td {    
	vertical-align:	top;
	padding:		10px 20px 10px 10px;	
	}	

img.floatr {  /* img moves right and text flows on the left side */
  	padding-left: 8px;
  	}
		
img.floatl {  /* img moves right and text flows on the left side */
  	padding-right: 8px;
  	}
		
h1 {
  font-size:      200%;
	text-align:			center;
	font-weight:    normal;
	}
	
h2 {
  font-size:      160%;
	text-align:			center;	
	font-weight:    normal;	
	}

	
.center {
	text-align:	center;
	}
	
.right {
	text-align:	right;
	}

.t85 {    
	font-size:      85%;	
	}

.t115 {    
	font-size:      115%;	
	}
	
.red {
	color: #FD0000;
	}	
