#nav {
	background-image:url(../images/layoutsplices/layout_r2_c1.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
}	
#nav ul {
	color: #C62700;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	margin-left: 40px;
	margin-top: 15px;
	padding-left: 15px;
}
ul#subnav {
	color: #461F00;
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 0px;
	margin-top: 5px;
	padding-left: 10px;
}
#nav li {
	margin-bottom: 10px;
	margin-top: 10px;
}	
#subnav li {
	margin-bottom: 5px;
	margin-top: 5px;
}	
#nav a:link,
#nav a:visited,
#nav a:active {
	color: #C62700;
	text-decoration: none;
}
#nav a:hover {
	color: #461F00;
}
#subnav a:link,
#subnav a:visited,
#subnav a:active {
	color: #461F00;
	text-decoration: none;
}
#subnav a:hover {
	color: #C62700;
}
#title {
	display: none; 
}
body {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #461F00;
	font-size: 17px;
	font-weight: bolder;
	margin-bottom: 15px;	
}
h2 {
	color: #461F00;
	font-size: 14px;
	font-weight: bolder;
	margin-bottom: 0px;
}
address {
	font-style: normal;
}
.copyright {
	clear: both;
	font-size: 11px;
	line-height: 14px;
	text-align:  center;
}
.imagespacert {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imagespacelt {
    float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
a:link,
a:visited,
a:active{
	color: #C62700;
	text-decoration: none;
}
a:hover {
	color: #461F00;
	text-decoration: underline;
}
.column {
	width: 225px;
	float: right;
	margin-left: 15px;
}
.small {
	font-size: 11px;
}
.hr {
	color: #000;
	clear: both;
	size: 1px solid;
}