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

body {
	margin:0;
	padding: 20px;
	font: 75.25%/130% Arial, Verdana, Helvetica, sans-serif;
	background: #cfad83;
	color: #339;
	text-align: center;
}

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

#divContainer {
	width: 708px;
	margin: 0 auto;
	border:0;
	padding: 0;
	text-align: left;
	background: #fff;
	border: 1px solid #fff;
}

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

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

#divStripe {
	width: 708px;
	height: 10px;
	background: #E7D6C1;
	margin-bottom: 15px;
	margin-left: 1px;
}

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

#divMiddle {
	float: left;
	width: 470px;
	margin-bottom: 20px;
	padding: 10px;
}

#divFooter {
	width: 665px;
	height: 60px;
	padding: 20px;
	border-top: 1px dashed #ccc;
}

.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 10px 1em 10px;
}

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

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 2.1em;
}

h3 {
	font-size: 2em;
}

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

/* =hyperlinks : global */

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

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

a:active {
	text-decoration: underline;
}

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

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

#divBreadcrumb a {
	font-weight: normal;
}

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

#divMiddle td li {
	font-size: 10px;
	list-style: none;
	background: transparent url("../images/bullet.gif") no-repeat top 0px;
	padding-left: 5px;
}

/* =images : main content area */

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

/* --------------------------------- =menu --------------------------------- */

#navlist {
	font-size: .9em;
	font-weight: normal;
	line-height: 1.1em;
	padding: 0;
	margin: 0;
	width: 180px;
	border-top: 1px solid #ececff;
}

#navlist li {
	list-style: none;
	margin-bottom: 1px;
	padding-bottom: 1px;
	border-bottom: 1px solid #ececff;
	text-align: left;
}

#navlist li a {
	display: block;
	padding: 2px 2px 2px 10px;
	border-left: 4px none #2046B4;
	text-decoration: none;
	font-weight: normal;
}

#navlist li a:link {
	color: #2046B4;
}

#navlist li a:visited {
	color: #2046B4;
}

#navlist li a:hover {
	padding: 2px 2px 2px 6px;
	border-left: 4px solid #2046B4;
	color: #002694;
}

ul#navlist li.selected a:link,
ul#navlist li.selected a:visited,
ul#navlist li.selected a:hover,
ul#navlist li.selected a:active {
	color: #4169e1;
	border-left: 4px solid #fff;
	padding-left: 6px;
}

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

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

