/* Most of this css except for the rollovers was taken from glish.com's css layouts*/
/*The css for the rollovers came from an article on evolt.org by Simon Coggins*/
/*My sincere thanks to those who make their knowledge freely available*/
	
#leftcontent {

}
	
#leftcontent p{
color: #fff;
font: 14px Arial,Helvetica,sans-serif;
padding:5px 5px 0px 5px;
}
		
	#leftcontent a:link {
		color: #fff;
		}
	#leftcontent a:visited {
		color: #fff;
		}
	#leftcontent a:hover{
		color: #849aaf;
		}


#navi a , #navi strong {
  color: #fff;
  font: 11px Arial,Helvetica,sans-serif;
  font-weight: bolder;
  text-decoration: none;
  display: block;
  width: 130px;
  padding: 3px 5px;
  margin: 3px;
  
}

#navi strong {
  font-weight: bold;
  background: #000;
}

#navi a {
 background: #0b3c62;
 border: 1px solid #f2f1f2;

}

#navi a:hover {
  background: #fff;
	color: #000;
	border: 1px solid #000;


}

body{
background-color:#f2f1f2;
margin:0px 0px 0px 0px;
padding:0px;
font: 12px Arial, sans-serif;
line-height: 18px; /*makes sense to put this here I guess*/
scrollbar-base-color:#e3dbc9;
scrollbar-shadow-color:#f5dcdc;
    }
p,h1,h2,h3 {
		padding:5px 5px 0px 5px;
		}

p, ul {
	font-size: 13px;
	font-family: arial, sans-serif;
	font-weight: 500;
	color: #000;
}
h1 {
	font-size: 16px;
	font-family: arial, sans-serif;
    font-weight: bold;
	color: #cc3300;
	
}
h2 {
	font-size: 14px;
	font-family: arial, sans-serif;
	color: #0B3C62;
}
h3 {
	font-size: 13px;
	font-family: arial, sans-serif;
	font-weight:700;
	color: #0a7dac;
}
form {
	padding: 10px;
}

	a:link {
		color: #0b3c62;
		}
	a:visited {
		color: #f33a38;
		}
	a:hover{
		color: #849aaf;
		}
	.title {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #cc3300;
		font-weight: 700;
		}
.caption{
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #fff;
	font-weight: 700;
	}
.caption2{
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #cc3300;
	font-weight: 700;
	}
.caption3{
	font-size: 13px;
	font-family: arial, sans-serif;
	color: #cc3300;
	font-weight: 700;
	}
.copyright{
	font-size: 9px;
	font-family: arial, sans-serif;
	color: #000;
	}
	.head{ 
	margin-bottom:-20px;
}
.leftstatic{
  background: #fff;
	color: #000;
	border: 1px solid #000;
  display: block;
  width: 130px;
  padding: 3px 5px;
  margin: 3px;
    font: 11px Arial,Helvetica,sans-serif;
  font-weight: bolder;
  }

