.oldbrowsers {
	display:none; /*hide from good browsers*/
}

.red {
color: #b20838;
}

.orange {
color: #d16f1a;
}

body {
		margin: 0 auto;
		padding: 0px;
		background-color: #000;
		font: 11px verdana, helvetica, arial, sans-serif;
		color: #444;
		text-align: center;
}


#header	{
		position:relative;
		background:#b20838 url(images/banner2.jpg) no-repeat;
		padding : 0px 0px 0px 0px;
		height: 212px;
}

#logo { position:absolute;
		left: 240px;
		top: 75px;
 }
 #photo { position:absolute;
		left: 0px;
		top: 0px;
 }


	
#topstripe {
	background:#ccc; /*url(images/bg.gif)*/
	margin: 0px;
	height: 20px;
}


#wrapper {
margin: 0px auto;
width: 720px;
text-align: left;
background-color: #fff;
}

#contentwrap{
background-color: #fff;
}

#left {
		margin:23px 0px 0px 0px;
		width: 200px;
		float: left;
		padding: 0px;	
		background-color:#FFFFFF
		
}
#leftcontent {
	padding: 0px;
}

#right {
		/*margin: 25px 0px 0px 200px;*/
		float: right;
		width: 518px;
		margin: 25px 0 0 0;
		padding: 0px;
		background-color: #fff;
		border-left: 1px solid #555;
}

.rightcontent {
		padding: 10px 20px 25px 20px;
		line-height: 170%;
}

#nav {
		text-align: left;
		/*border: 3px double #fff;*/
		padding: 10px 0px 10px 0px;
}
#nav a {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight:normal;
		display: block;
		padding: 4px 3px 4px 10px;
		}

#nav a:link  {
	background-color: transparent;
color: #333;
	text-decoration: none;

}
#nav a:visited  {
	background-color: transparent;
color: #666;
	text-decoration: none;

}
#nav a:hover {
	color: #b20838;
	background-color:#fff;
	text-decoration: none;

}

#imglink a:hover {
background-color:#fff;}


/* main content box */


#footer {
	border-top: 0px solid #c0c0c0;
	font-size: 10px;
	text-align: left;
	margin: 0px;
	padding: 20px 0px 20px 20px;
	clear: both;
	text-align:center;
}





	
	



a:link {
		background-color: transparent;
		color: #ae7c4a;
		text-decoration: underline;
	
}



a:visited {
		background-color: transparent;
		color: #817770;
}
a:hover {
		background-color: transparent;
		color: #555;
}


img {
	border: 0px;
}

hr {
	color: #c0c0c0;
	background-color: #c0c0c0;
	border: none;
	height: 1px;
	width: 100%;
	text-align: center;
	
}



ul li {
	list-style: square outside;
	color: #444;
	background-color: transparent;
	padding-bottom: 4px;
}

h1,h2,h3,h4,h5 {
	font-family: Arial, sans-serif;
	color: #444;
	padding: 0;
	font-weight:normal;
	line-height:100%;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #b20838;
	margin: 0px 0 20px 0;
}

h2 {
	color: #b20838;
	font-size: 19px;
	margin: 0px 0 20px 0;
	line-height: 120%
}

h3 {
	font-size: 16px;
	font-weight:bold;
	margin: 25px 0 7px 0;
}

h4 {
	font-size: 12px;
	font-weight:bold;
	margin: 25px 0 4px 0;
	color: #555;
	line-height: 120%;
}

h5 {
	font-size: 10px;
}


.homequote {
font: 17px "Times New Roman", Times, serif;
line-height: 160%;
font-weight: bold;
color: #b20838;
}




p {margin: 0 0 10px 0}

div.th {
  float: left;
  width: 150px;
  height: 100px;
  padding: 3px;
  }


.spacer {
	clear: both;
	}

 input {
	background: transparent;
	border: 1px solid #999;
	color: #444;
	font-size: 11px;
	margin: 0.5em 0 0.5em 0;
}

textarea {
	background: transparent;
	border: 1px solid #999;
	color: #444;
	margin: 0.5em 0 0.5em 0;
}

.fl {float:left;
padding: 0 10px 0 0 ;
}
