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

body {
	margin:0;
	padding: 15px 0 0 0;
	font: 75.25%/130% Arial, Verdana, Helvetica, sans-serif;
	background: #fff;
	color: #4d4e6f;
	text-align: center;
}

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

#divContainer {
	width: 734px;
	background: #fff;
	margin: 15px auto;
	padding: 0;
	border: 1px solid #6c62e5;
	text-align: left;
	background: url("../images/content_back.jpg") no-repeat top left;
}

#divHeader {
	width: 734px;
	height: 146px;
	margin: 0 0 50px 0;
	padding: 0;
	background: url("../images/header.gif") repeat-x top left;
}

#divMiddle {
	float: left;
	display: inline;
	width: 300px;
	margin: 0 0 0 100px;
}

#divRight {
	float: left;
	display: inline;
	width: 261px;
	margin: 5px 0 0 20px;
	padding: 0;
}

#divFooter {
	clear: both;
	border-top: 1px solid #6c62e5;
	margin: 0;
	padding: 10px 25px 10px 25px;
}

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

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: #2d2e4f;
	clear: both;
	margin: 0 0 1em 0;
}

h1 {
	font-size: 2em;
	margin: 0 0 0.5em 0;
}

h2 {
	font-size: 2em;
	margin: 0 0 0.6em 0;
}

h3 {
	font-size: 1.7em;
}

h4 {
	font: 1.4em Arial, Verdana, Helvetica, sans-serif;
}

h5 {
	font: 1em Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

h6 {
	font: 0.95em Arial, Verdana, Helvetica, sans-serif;
}

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

/* =hyperlinks : global */

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

a:hover {
	color: #119;
	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;
}

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

#divHeader #divLogo {
	float: left;
	width: 107px;
	height: 68px;
	display: block;
	padding: 0;
	border: none;
	margin: 72px 0 0 5px;
}

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

#divHeader #menu {
	float: left;
	display: inline;
	padding: 0;
	border: none;
	margin: 78px 0 0 309px;
}

/* =menu : primary items */

#navlist {
	border-top: 1px solid #6c62e5;
	background: url("../images/menu_back.gif");
}

#navlist li {
	font-size: 1em;
	line-height: .9em;
	font-weight: normal;
	padding: 1px 0 1px 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #6c62e5;
	text-align: left;
}

#navlist li a {
	display: block;
	width: 245px;
	border-left: 5px solid #000;
	padding: 0 0 0 3px;
	text-decoration: none;
	font-weight: bold;

}

#navlist li a:link {
	color: #eee;
}

#navlist li a:visited {
	color: #eee;
}

#navlist li a:hover {
	padding: 0 0 0 3px;
	border-left: 5px solid #fff;
	color: #fff;
}

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: #fff;
	border-left: 5px solid #fff;
	padding: 1px 0 1px 3px;
}

/* --------------------------- =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;
}

/* -------------------------------- =sidebar ------------------------------- */

#divRight {
	font-size: 0.82em;
	color: #222;
	margin-bottom: 10px;
}

#divRight img {
	margin: 0 0 10px 0;
}

/* =type : sidebar */

#divRight p {
}

#divRight h2 {
	font-size: 1.5em;
	margin: 0 0 0.6em 0;
	color: #111;
}

#divRight h3 {
	font-size: 1.3em;
	margin: 0 0 0.6em 0;
	color: #111;
}

#divRight h4 {
	font-size: 1.1em;
	margin: 0 0 0.6em 0;
	color: #111;
}

#divRight a {
	color: #ccf;
}

/* =lists : sidebar */

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

#divRight ul li {
	list-style: none;
	padding: 0 0 0 14px;
	margin-top: 0.3em;
}

#divRight ul li ul li {
	list-style: none;
	padding: 0 0 0 14px;
	margin-top: 0.3em;
}

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

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

