/* CSS Document */

body, td, th {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #6B5349;
	margin:0px;
}
body {
	background-color: #6B5349;
}
a:link {
	color: #4b3c31;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #4b3c31;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #7399BD;
}
a:active {
	color: #4b3c31;
	text-decoration: none;
}
p{
}
.brownbar{
	height:18px;
	background-color:#6B5349;
}
.bluebar{
	height:144px;
	background-color:#DDEEEE;
}
.dotbar{
	background-color:#ffffff;
	height:3px;
	background-image:url('images/dots.gif');
	background-repeat:repeat-x;
}
.nav{	
	background-color:#ffffff;
	height:36px;
}
.paddingfornav{	
	padding-left:1px;
	padding-right:1px;
}
.banner{
	background-color:#ffffff;
	height:200px;
}
.content {
	background-color:#ffffff;
}
.table {
	border:0px;
	background-image:url('images/dotsvert736x6.gif');
	background-repeat:repeat-y;
}
.padding {
	padding:24px;
}
.footer {
	color:#FFFFFF;
	font-size: 10px;
	background-color: #6B5349;
	background-image:url('images/footer.png');
	background-repeat:repeat-x;
	background-position:center top; 
	padding-top:12px;
	height:200px;
}
.h1 {
	font-family: Times New Roman;
	font-style:italic;
	font-size: 24px;
	color: #6B5349;
}
.h2 {
	font-family: Times New Roman;
	font-style:italic;
	font-size: 18px;
	color: #6B5349;
}
.bolditalic {
	font-style:italic;
	font-weight:bold;
}
.bold {
	font-weight:bold;
}