*{
	font-family: Arial;
	font-size: 14px;
}

img{
	border: 0px;
}

h1{
	font-size: 22px;
	font-weight: normal;
	font-family: arial;
	color: #c60007;
}

a{
	color: #c60007;
}
a:hover{
	text-decoration: none;
}

body{
	background: #3b3b3b;
	margin: 0px;
}

#main{
	background: #FFFEF7;
	padding: 25px;
}

#footer{
	height: 77px;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	background: #c60007;
}

#address{
	color: #dd666a;
	text-align: center;
}

#footerlinks{
	color: #f99498;
	text-align: center;
}
	#footerlinks a{
		font-weight: bold;
		color: #f99498;
	}
	#footerlinks a:hover{
		font-weight: bold;
		text-decoration: none;
		color: #eeeeee;
	}
	
#bluetop{
	background: URL('../images/bluetop.png') no-repeat;
	height: 11px;
}

#bluemain{
	background: #225d9c;
	color: #ffffff;
	padding: 10px;
}

	#bluemain h1{
		font-family: arial;
		font-size: 20px;
		color: #fff;
		font-weight: normal;
		margin: 0px;
	}

#bluebot{
	background: URL('../images/bluebot.png') no-repeat;
	height: 11px;
}

#browntop{
	background: URL('../images/browntop.png') no-repeat;
	height: 11px;
}

#brownmain{
	background: #6a581b;
	color: #ffffff;
	padding: 10px;
}

	#brownmain h1{
		font-family: arial;
		font-size: 20px;
		color: #fff;
		font-weight: normal;
		margin: 0px;
	}

#brownbot{
	background: URL('../images/brownbot.png') no-repeat;
	height: 11px;
}
.sitemap
{
    font-family:Verdana, Geneva, sans-serif;
    color:#19487b;   
} 
.labelstyle
{
	font-weight:bold;
}
.button{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:#6a581b;
	color:#fff;
	padding-left:4px;
	padding-right:4px;
	border:solid 1px #1d445f;
}
