
* {
	/* 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: #cfad83;
	color: #000066;
	text-align: center;
}

img {
	border-bottom-style:none;
	border:0;
	margin:0;
	padding:0;
}

#divContainer {
	width: 684px;
	margin: 0 auto;
	border:0;
	padding: 0;
	text-align: left;
	background: #fff;
	border-left: 1px solid #af8d63;
	border-right: 1px solid #af8d63;
	border-bottom: 1px solid #af8d63;
	border-top: 1px solid #af8d63;
}

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

#divHeader {
	width: 671px;
	height: 82px;
	padding:0;
	margin-top: 10px;
	background: url("../images/headback.jpg") top left no-repeat;
}

#divStripe {
	width: 671px;
	height: 9px;
	padding:0;
	margin-top: 1px;
	margin-bottom: 20px;
	background: #f1e6da url("../images/bodyback.gif") top left repeat-y;
}

#divMenu {
	float: left;
	width: 143px;
}

#divMiddle {
	float: left;
	width: 500px;
	padding:0;
	margin: 0;
}

#divFooter {
	width: 671px;
	height: 60px;
	padding:0;
	margin:0;
	border-top: 1px solid #f1e6da;
}

#divList1 {
	float: left;
	width: 220px;
	height:100px;
	overflow: auto;
	margin: 10px;
}

#divList2 {
	float: left;
	width: 600px;
	height:200px;
	overflow: auto;
	margin: 10px;
}

.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, ul, li {
	margin: 0 0 1em 0;
}

h1, h2, h3 {
	font-family: Georgia, Palatino, Palatino Linotype, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.2em;
	color: #333399;
	margin: 0 20px 1em 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.7em;
}

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

/* =hyperlinks : global */

a:link, a:visited {
	color: #0000ee;
	font-weight: bold;
	text-decoration: none;
	background-color:#ffffcc;
}

a:hover {
	color: #0000aa;
	text-decoration: underline;
	background-color:#ffffaa;
}

a:active {
	text-decoration: underline;
}

/* --------------------------- =main content area -------------------------- */

#divBreadcrumb p {
	font-size: 0.88em;
	color: #777788;
}

#divBreadcrumb a {
	font-weight: normal;
}

#divMiddle td {
	font-size: 10px;
}

/* =images : main content area */

#divMiddle img.rangeLeft {
	float: left;
	margin: 20px;
}

#divMiddle img.rangeRight {
	float: right;
	margin: 20px;
}

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

#divFooter p {
	margin: 20px;
}

