
* {
	/* global white space reset */
	padding: 0;
	margin: 0;
}

body {
	margin:0;
	padding: 22px 0 0 0;
	font: 75.25%/130% Arial, Verdana, Helvetica, sans-serif;
	background: #fff url("../images/stripe.gif") top left repeat-x;
	color: #b36b00;
	text-align: center;
}

#divContainer {
	width: 728px;
	margin: 0 auto;
	border:0;
	padding: 0;
	text-align: left;
}

/* -------------------------------- =header -------------------------------- */

#divHeader {
	width: 728px;
	height: 103px;
	padding:0;
	margin:0;
	border-left: 1px solid #ff9900;
	background: url("../images/headback.gif") top left no-repeat;
}

#divMiddle {
	float: left;
	width: 728px;
	background: #fff url("../images/topback.gif") top left repeat-y;
	padding:0;
	margin:0;
	border-left: 1px solid #ff9900;
}

#divList0 {
	float: right;
	width: 320px;
	height: 220px;
	overflow: auto;
	margin: 20px;
	background-color: #f3fBFf;
	border: 1px solid #ff9900;
}

#divList1 {
	float: left;
	width: 320px;
	height:100px;
	overflow: auto;
	margin: 20px
}

#divList2 {
	float: left;
	width: 320px;
	height:100px;
	overflow: auto;
	margin: 20px;
}

#divList3 {
	float: left;
	width: 320px;
	height:100px;
	overflow: auto;
	margin: 20px;
}

#divFooter {
	width: 728px;
	height: 60px;
	background: #fff url("../images/topback.gif") top left repeat-y;
	padding:0;
	margin:0;
	border-left: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
}

.clear {
	clear: both;
	height: 0;
}

.rule {
	clear: both;
	height: 12px;
	border-top: 1px solid #99ABB2;
}

/* ---------------------------- =type : global ----------------------------- */

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted;
}

p {
	margin: 0 40px 1em 42px;
}

li {
	margin-left: 10px;
	margin-bottom: 3px;
	padding=left: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Palatino, Palatino Linotype, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.2em;
	color: #990000;
	margin: 0 40px 1em 42px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.7em;
}

.small {
	font: 0.88em Arial, Verdana, Helvetica, sans-serif;
}

/* =hyperlinks : global */

a:link, a:visited {
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #aa3300;
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

/* =images : main content area */

img.rangeRight {
	float: right;
	margin: 5px 0 10px 10px;
}

/* -------------------------------- =footer -------------------------------- */

#divFooter p {
	margin: 0 40px 0.5em 59px;
}

