/* basic page formatting style */

body { 	
	background-image: url('../images/crowebkgd.gif');  /* bkgd image */
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, geneva, sans-serif;  /* default fonts */
	font-size: .7em;  
	color: #58585a;
	text-align: center; /* default text alignment */
	}			
	
#headerlogo {   /* <div id="header"> */
	position: static;
	background-color: transparent;
	margin: 0px auto 0px auto;
	padding: 33px 0px 0px 14px;
	height: 55px;
	text-align: left;
	}	
	
#headertext  {
	position: static;
	background-color: transparent;
	margin: 0px auto 0px auto;
	padding: 41px 0px 0px 0px;
	height:  55px;
	text-align: left;
	}
	
#footer {   /* <div id="footer"> */
	background-color: transparent;
	width: 700px;
	height: 50px;
	margin: 0px auto 0px auto;
	padding: 20px 5px 5px 0px;
	text-align: left;
	}	
	
.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 red;
	}
	
.floatl {   /* floats to the left*/
	float: left;
	display: inline;					/* fix IE double margin bug on floats */
	}

.floatr {  /* floats to the right*/
	float: right;
	display: inline;					/* fix IE double margin bug on floats */
	}
	
img {  /* removes border from linked images */
	border: 0px;
	}
	
img.floatr {   /* floats to the right with white space on the left*/
	padding: 5px 0px 5px 20px;
	}
	
img.floatl {  /* floats to the left with white space on the right*/
	padding: 5px 20px 5px 0px;
	}
	
.divcenter{      /* creates an auto centering division */
	margin: 0px auto 0px auto;
	}

.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:	#fff;
  	text-decoration:	none;
  	padding:	0px 3px 0px 3px;
  	}
	
a:visited {  /* color of visited link */
		color: #fff;
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		}

a:hover {  /* color of link when hovered*/
		color: #099939;
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		}	
	
.tl {   /* text left */
	text-align:	left;
	font-weight:    normal;
	}
	
.tc {   /* text center*/
	text-align:	center;
	font-weight:    normal;
	}
	
.tr {   /* text right*/
	text-align:	right;
	font-weight:    normal;
	}
	
.tj {   /* text justified*/
	text-align:	justify;
	font-weight:    normal;
	}
	
.t80 {    
	font-size:      80%;	
	}
	
.t115 {
	font-size:   115%;	
	}	
	
.t125 {
	font-size:   125%;	
	}	
	
.times{
	font-weight:    normal;
	font-family: 		"times new roman", serif;
	}
	
.height6 {   /* space between lines */
	line-height: 0.6cm;
	} 	
	
.height5 {   /* space between lines */
	line-height: 0.5cm;
	}
	
.height4 {   /* space between lines */
	line-height: 0.4cm;
	}  
	
.indent40 {
	margin-left:  40px;
	}
	
.white {
	color: #fff;
	}
	
.green {
	color: #099939;
	}
	

	



  	
	

	

	



  	