body {
	color: #000000;
	background: #999933 url(images/ss_background_3.gif);
}

h2 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 15px;
	background: url(images/h2_underline.gif) no-repeat center bottom;
}

h3 {
	font: italic bold 20px "Times New Roman", Times, serif;
	text-align: center;
	color: #561e03;
	padding: 0px;
	background: #FFFFFF;
}

h4 {
	font: italic bold 18px "Times New Roman", Times, serif;
	text-align: center;
	color: #561e03;
	background: #FFFFFF url(images/h4_overline.gif) no-repeat center top;
	padding: 30px 0px 0px;
	margin: 0px;
}

#container {
	margin: 10px auto;
	width: 760px;
	padding: 0px;
}

#header {
	background: url(images/ss_header.gif) no-repeat;
	height: 80px;
	width: 760px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

#navbar {
	background: #CC9900;
	width: 758px;
	text-align: center;
	padding: 2px 0px 3px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	font-weight: normal;
	margin: 0px;
	color: #cc9900;
}

#navbar a {
	padding: 1px 4px 2px;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 1px solid #CE9A00;
	margin: 0px;
}

#navbar a:link		{ color: #000000; }
#navbar a:visited	{ color: #000000; }
#navbar a:hover		{
	color: #FFFFFF;
	background: #ce9a00 url(images/hyperlink_pointer.gif) no-repeat center bottom;
	border-top: 1px solid #CE9A00;
	border-right: 1px solid #CE9A00;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CE9A00;
}
#navbar a:active	{ color: #ffffff; background: #000000; }

#banner {
	background: #000000 url(images/main_banner.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 760px;
}

#content {
	background: #ffffff;
	width: 748px;
	margin: 0px;
	padding: 5px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#content a			{ color: #7a4f12; font: 9pt Verdana, Arial, Helvetica, sans-serif; }
#content a:link		{ text-decoration: none; }
#content a:visited	{ text-decoration: none; }
#content a:hover	{ color: #000000; text-decoration: underline; }
#content a:active	{ color: #000000; text-decoration: underline; }

#content li {
	list-style: url(images/bullet.gif);
	padding-bottom: 10px;
}

#content img { border: 0px; }

#leftcol {
	background: #ffffff;
	float: left;
	width: 150px;
	margin: 5px 0px 0px;
	padding: 0px 0px 10px 10px;
	font: 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
}

#leftcol img {
	border: thin solid #000000;
	margin: 0px 0px 10px;
	padding: 0px;
}

#rightcol {
	width: 570px;
	background: #FFFFFF url(none);
	margin: 5px 0px 10px 165px;
	padding: 0px 10px 0px 0px;
	text-align: justify;
	font: 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
}
#rightcol a {
	text-decoration: none;
	border-bottom: 1px dotted #7A4F12;
}
#rightcol a:hover {
	text-decoration: none;
	color: #999933;
	border-bottom: 1px dotted #999933;
}

#footer {
	background: url(images/ss_footer.gif) no-repeat;
	width: 735px;
	height: 11px;
	text-align: right;
	margin: 0px;
	padding: 4px 20px 5px 5px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	clear: both;
}

#footer a {
	padding: 0px 5px;
	color: #FFFFFF;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#footer a:hover		{ text-decoration: underline; }

th {
	text-align: left;
	vertical-align: top;
	color: #561e03;
}

.center_block {
	margin: 0px auto;
	width: 450px;
}

.center_text {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.boldhead {
	color: #561e03;
	font: bolder normal 12px Verdana, Arial, Helvetica, sans-serif;
}

.field {
	color: #000000;
	border: 1px inset #000000;
	background: #D6B67B;
	padding: 1px;
	font: 12px Arial, Helvetica, sans-serif;
}

#rightfloat {
	float: right;
	border-left: 1px solid #D6B67B;
	padding: 0px 0px 0px 5px;
	margin: 20px 0px 0px;
}

.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1 {
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
}
.wrap2 {
	background:url(images/corner_bl.gif) -12px 100% no-repeat;
}
.wrap3 {
	padding:0 9px 9px 0;
	background:url(images/corner_tr.gif) 100% -12px no-repeat;
}
wrap3 img {
	display:block;
}
