body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #381B06;
	background-color: #F36821;
	background-image: url(images/bg.jpg);
	margin: 0;
	padding: 0;
}
#masthead {
	padding: 0px;
	margin: 0;
	background-color: #F36821;
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
	height: 167px;
}
#wrapper {
	width: 770px;
	margin: 20px auto;
}
#column_wrapper {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
}
#left {
	/*width: 550px;
	float: left;*/
	padding-top: 15px;
}
#right {
	width: 220px;
	float: right;
}
#wide {
	width: 720px;
	height: 576px;
	padding: 15px 0 0 0;
	margin: 0 auto;
}
#left .content {
	padding: 24px 36px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
	padding: 24px 20px;
	font-size: .75em;
	line-height: 1.5em;
}
#footer .content {
	padding: 12px 20px;
}
#footer {
	background-color: #FFF;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	text-align: center;
}
#bottom {
	background-image: url(images/content_btm.jpg);
	background-repeat: no-repeat;
	height: 14px;
}
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #F36821;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.4em;
	margin: 0;
	color: #172EAC;
	letter-spacing: 3px;
/*	text-align: center;*/	
}
h2 {
	font-size: 1.2em;
	margin: 20px 0 0 10px;
	color: #1F7310;
}
h3 {
	font-size: 1.1em;
	margin: 30px 0 0 0;
	color: #1971B5;
}
h4 {
	font-size: 1.2em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin: 0 0 8px 16px;
}
.content p {
	margin: 12px 0;
}
.quotation {
	background-color: #000000;
	padding: 14px;
	color: #FFFFFF;
	font-size: .95em;
	border: 1px solid #FFFFFF;
}
img {
	border: 0;
}
.imp {
	font-weight: bold;
}
.bigger {
	line-height: 1.6em;
	font-size: 1.2em;
}
.green {
	color: #358200;
	background-color: #FFF;
	padding: 0 3px;
	border: 1px solid #358200;
}
.disclaim {
	font-size: .7em;
	padding: 10px 36px 0 36px;
}
legend {
	font-style: italic;
	color: #F36821;
}
a:link, a:visited {
	text-decoration: none;
	padding: 0 3px 0 3px;
	border: 1px solid white;
}
a:hover, a:active, a:focus {
	padding: 0 3px 0 3px;
	border: 1px solid silver;
	background-color: yellow;
}
.sidespace {
	padding-top: 12px;
	font-style: italic;
	color: silver;
}
.sidespace a, .sidespace a:link, .sidespace a:visited, .sidespace a:hover, .sidespace a:active, .sidespace a:focus {
	text-decoration: none;
	border: 0;
	padding: 0;
	background-color: white;
}
.ctr {
	text-align: center;
}


