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

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

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

#divContainer {
	width: 400px;
	margin: 0 auto;
	border:0;
	padding: 0;
	text-align: left;
	border-left: 1px solid #99cc00;
	border-right: 1px none #99cc00;
	border-bottom: 1px solid #99cc00;
	border-top: 1px none #99cc00;
}

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

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

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

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

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

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: #003388;
	clear: both;
	margin: 0 40px 1em 59px;
}

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: #00ccff;
	font-weight: bold;
	text-decoration: none;
}

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

a:active {
	text-decoration: underline;
}

/* =lists : global */

ul, ol, dl {
	margin-bottom: 1em;
}

ul li ul, 
ol li ul,
ol li ol,
ol li ol li ol {
	margin-bottom: 0;
}

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

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

#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;
}

/* =lists : main content area */

#divMiddle ul, 
#divRight ul {
	clear: both;
	list-style: none;
}

#divMiddle ul li, 
#divRight ul li {
	list-style: none;
	background: transparent url("../images/bullet.gif") no-repeat top 0px;
	padding: 0 0 0 16px;
}

#divMiddle ul li ul li, 
#divRight ul li ul li {
	list-style: none;
	padding: 0 0 0 14px;
	background: transparent url("../images/child.gif") no-repeat top 1px;
}

#divMiddle ol,
#divRight ol {
	clear: both;
	margin-left: 25px;
}

#divMiddle dt {
	margin-top: 0.5em;
	color: #777788;
	font-weight: bold;
}

/* =images : main content area */

#divMiddle img {
	margin: 5px 0 20px 0;
}

#divMiddle img.rangeLeft {
	float: left;
	margin: 5px 10px 10px 0;
}

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

/* =type : summary */

#divSummary h2 {
	margin: 0 0 0.5em 0;
}

#divSummary h3 {
	padding-top: 1em;
	margin: 0 0 0.5em 0;
}

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

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

