body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #454545;
}

a          { color: #792625; text-decoration: underline; }
a:Visited  { color: #792625; text-decoration: underline; }
a:Active   { color: #792625; text-decoration: underline; }
a:Hover    { color: #9E2D2C; text-decoration: underline; }

#breadcrumbs {
	margin: 20px 0px 15px;
	color: #792625;
	font-size: 90%;
}

#content {
	line-height: 16px;
}

#pagefooter {
	font-size: 90%;
	color:#26244c;
}

#pagefooter a {
	color:#26244c;
	text-decoration:underline;	
}
	
#pagefooter a:hover {
	color:#26244c;
	text-decoration:underline;
}

.imagefloat {
	font-size: 9px;
	text-align: justify;
	margin: 10px 0px 15px 10px;
	line-height: 10px;
	color: #121212;
}

.imagefloat img {
	margin-bottom: 5px;
}
.right_align {
	float:right;
	margin:5px 0px 5px 10px;
}
.left_align {
	float:left;
	margin:5px 10px 5px 0px;
}
.clearfix {
	min-height:10px;
	height:auto !important;
	height:10px;
}
.clearfix:after {
	content:'.';
	visibility:hidden;
	display:block;
	clear:both;
	height:0px;
}

/* DISPLAY DEFAULTS */

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

.even {
	clear: both;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0px 20px;
	padding: 0px;
	color: #792625;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0px 12px;
	padding: 0px 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 12px 0px;
	padding: 0px 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0px;
	padding: 0px 0px 0px;
}

p {
	margin: 12px 0px;
	padding: 0px 0px 0px 0px;
}

ul {
	margin: 12px 0px 12px 25px;
	padding: 0px;
}
.sitemap ul {
	margin: 4px 0px 4px 25px;
}
ul.top {
/*	margin:12px 0px 12px 25px;*/
}

ul.mid {
/*	margin:0px 0px 10px 25px;*/
}
p ul {
	margin-top: 12px;
}
td.calculator {
	vertical-align:top; 
	border:1px solid #cfcfcf; 
	padding:6px; 
	width:40%;
}
hr {
	display:block;
	height:1px;
	line-height:1px;
	font-size:1px;
	border:none;
	border-top:1px solid #c4c4c4;
	margin:0px;
	padding:0px;
}
/* END DISPLAY DEFAULTS */


