/* General */

*, 
html {
     margin: 0;
     padding: 0;
} 
body {
	text-align: left;
	padding: 0;
	margin: 0;
	color: #000000;
	font-size: 16px;
}
p {
    font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 10px 5px 20px 5px;
	font-size: 0.8em;
}
.small {
    font-size: 0.7em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9e0508;
	font-weight: bold;
	margin-bottom: 10px;
}
h1 {
    font-size: 1.2em;
}
h2 { 
    font-size: 1.1em;
}
h4 {
	font-style: italic;
}
h6 {
	font-style: italic;
}
a {
    text-decoration: none;
	font-weight: bold;
}
a:hover,
a:focus,
a:active {
    text-decoration: underline;
}
img {
     border: 0px;
}
hr {
    width: 75%;
	height: 3px;
	color: #9e0508;
	background: #9e0508;
}
.print {
    display: none;
	visibility: hidden;
}
.extlinkIMG {  
	margin-left: .3em; 
	cursor: pointer;  
}
table.content, 
td.content, 
tr.content {
     border: 0px;
}
td.content {
     padding: 0 0 0 10px;
}
caption {
     font-weight: bold;
	 color: #9e0508;
}


/* Main Construction */

.wrapper {
	text-align: center;
	width: 850px;
	margin: 0 auto 0 auto;
}
.header {
    width: 850px;	
	padding-top: 10px;
}
.body {
    width: 850px;
}
.footer {
    width: 900px;
	clear: both;
	padding-top: 5px;
}

/* Header */

.headerlft {
	width: 250px;
	float: left;
    margin-top: 10px;
}
.headerrgt {
    width: 650px;
	float: left;
}

/* Body */

.bodylfthome {
    width: 275px;
	float: left;
}
.bodycntrhome {
    width: 300px;
	height: 400px;
	float: left;
	background: url(/images/centerblock.jpg) no-repeat;
	background-position: center 50px;
}
.bodyrgthome {
    width: 275px;
	float: left;
}

/* Footer */

.footertop {
	height: 10px;
	width: 900px;
}
.footerlft {
    width: 450px;
	float: left;
}
.footerrgt {
	width: 450px;
	float: left;
}