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

body {
	margin:0;
	padding:0;
	font: 88.25% Arial, Verdana, Helvetica, sans-serif;
	background-color: #fff;
	color: #444;
	text-align: center;
}

#divContainer {
	width: 700px;
	background-color: #FFF;
	margin: 15px auto;
	padding: 20px 0 0 0;
	border: 1px solid #8c9597;
	text-align: left;

}

#divHeader {
	width: 650px;
	height: 80px;
	margin: 0 0 40px 25px;
	background: #8c9597;
}

#divLeft {
	float: left;
	display: inline;
	width: 20px;
	margin-left: 25px;
}

#divMiddle {
	float: left;
	display: inline;
	width: 380px;
	margin: 0 0 15px 25px;
}

#divRight {
	float: left;
	display: inline;
	width: 160px;
	margin: 0 0 15px 45px;
}

#divFooter {
	clear: both;
	background-color: #eee;
	border-top: 1px solid #8c9597;
	margin: 0;
	padding: 10px 25px 10px 25px;
}

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

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

p {
	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: #003366;
	clear: both;
	margin: 0 0 1em 0;
}

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

h2 {
	font-size: 1.5em;
	margin: 0 0 0.6em 0;
	background-color: #ddd;
	padding: 10px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	border: solid 1px #003399;
}

h3 {
	font-size: 1.6em;
}

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

/* =hyperlinks : global */

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

a:hover {
	color: #0033aa;
	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 {
	width: 200px;
	height: 80px;
	background: transparent url("../images/logo.gif");
}

#divHeader #divLogo p {
  text-indent: -1000em;
	margin: 0;
}

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

/* =menu : primary items */

ul#ulMenu {
	list-style: none;
	border-bottom: 1px solid #99ABB2;
}

ul#ulMenu li {
	font-size: 0.95em;
	line-height: 1em;
	border-top: 1px solid #99ABB2;
	border-bottom: 1px solid #FFF;
	background: transparent url("../images/bullet.gif") no-repeat 0 8px;
}

ul#ulMenu li a:link, 
ul#ulMenu li a:visited {
	color: #003366;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 10px;
	font-weight: normal;
}

ul#ulMenu li a:hover, 
ul#ulMenu li a:active {
	color: #0033aa;
	text-decoration: none;
}

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

#divMiddle p {
	line-height: 120%;
}


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

#divBreadcrumb a {
	font-weight: normal;
}

/* =lists : main content area */

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

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

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

#divMiddle ol li,
#divRight ol li {
	margin-top: 0.5em;
}

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

#divMiddle ol li,
#divRight ol li {
	margin-top: 0.5em;
}

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

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

#divRight {
	font-size: 0.73em;
	color: #777788;
	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;
}

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

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

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

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

