
HTML {
	margin: 0;
	padding: 0;
}
BODY {
	margin: 0;
	padding: 0;
	font: normal .75em Verdana, Arial, sans-serif;
	color: #4b4b4b;
	background: #fff url(color_blue/pics/bg.jpg) repeat-x top;
}

/* Basic Elements
===================*/
A {
	text-decoration: none;
	outline: none;
	color: #0060f5;
	font-weight: bold;
}
A:hover {
	text-decoration: underline;
}
H1 A, H2 A, H3 A,
H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: none;
	color: #4b4b4b;
}
H1 {
	font-size: 1.17em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0;
  	padding: 10px 0 10px 20px;
  	color: #4b4b4b;
  	background: url(color_blue/pics/bullet.gif) no-repeat left 12px;
}
H2 {
	font-size: 1.17em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0;
  	padding: 10px 0;
  	color: #4b4b4b;
}
H3 {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0;
  	padding: 5px 0;
  	color: #4b4b4b;
}
P {
	margin: 0;
	padding: 5px 0;
}
HR,
.hr {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #4b4b4b;
	background: #4b4b4b;
}
INPUT, SELECT, TEXTAREA {
	font: 11px Verdana, Arial, sans-serif;
}
FORM {
	margin: 0;
}
IMG, TABLE, TD {
	border-color: #ccc;
}
EM {
	font-size: 1.1em;
}
UL {
	margin: 0;
	padding: 5px 0;
}
UL LI {
	list-style-type: none;
	margin: 0;
	padding: 3px 0 3px 15px;
	background: url(color_blue/pics/bulletGray.gif) no-repeat left 5px;
}
UL LI A {
	padding-left: 15px;
	margin-left: -15px;
	background: url(color_blue/pics/bulletOrange.gif) no-repeat left 2px;
}
.mainText UL LI A,
.column1Text UL LI A,
.column2Text UL LI A {
	display: inline-block;
}

/* Wrapper
===================*/
#wrapper {
	margin: 0 auto;
	width: 1000px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}

/* Header
===================*/
#header {
	height: 215px;
	overflow: hidden;
	position: relative;
}

/* searchBox
===================*/
.searchBox {
	width: 190px;
	height: 30px;
	position: absolute;
	top: 7px;
	right: 70px;
}
INPUT.searchInput {
	width: 150px;
	padding: 2px;
	border: 1px solid #a9a9a9;
	color: #a9a9a9;
}
INPUT.searchSubmit {
	border: 0;
	width: 25px;
	height: 25px;
	text-indent: -1000px;
	background: url(color_blue/pics/search.jpg) no-repeat center center;
	cursor: pointer;
}

/* topLinks
=================*/
#topLinks {
	width: 50px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 0px;
	text-align: right;
}

/* Lang
==========*/
#lang {
	width: 100px;
	height: 15px;
	position: absolute;
	bottom: 10px;
	right: 0px;
	text-align: right;
}
#lang A {
	margin: 0 0 0 8px;
}
#lang A SPAN {
	display: none;
}

/* flashBanner
==========*/
.flashBanner {
	width: 1024px;
	height: 128px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 37px;
}
.flashAlternative P {
	padding: 0;
	margin: 0;
}

/* nav
==========*/
#nav {
	width: 1000px;
	height: 37px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#nav UL {
	margin: 0;
	padding: 0;
}
#nav UL LI {
	margin: 0;
	padding: 0 12px;
	list-style-type: none;
	float: left;
	background: none;
}
#nav UL LI A {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 37px;
	font-weight: bold;
	color: #fff;
	padding: 0 15px;
	margin: 0;
	text-decoration: none;
	background: none;
}
#nav UL LI A:hover,
#nav UL LI A.open {
	background: url(color_blue/pics/nav.jpg) repeat-x top;
}


/* Content
============*/
#content {
	height: auto;
	min-height: 300px;
	overflow: hidden;
	padding: 0 0 20px 0;
	background: url(color_blue/pics/content.gif) repeat-y right;
}
#main {
	float: left;
	width: 611px;
	position: relative;
	left: 207px;
	background: url(color_blue/pics/contentTop.jpg) no-repeat right top;
}
#mainCenter {
	padding: 20px 20px 0 20px;
}
#mainContent {
	width: 571px; /* for ie6 overflow */
	height: auto;
	min-height: 100px;
	overflow: hidden;
}
#column1 {
	float: left;
	padding: 20px 0 0 0;
	width: 195px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
	position: relative;
	left: -611px;
}
.column1Text {
	
}
#column2 {
	float: right;
	width: 182px;
	background: url(color_blue/pics/contentTop.jpg) no-repeat right top;
}
#column2Center {
	padding: 10px 1px 0 10px;
}
#column2Content {
	width: 171px; /* for ie6 overflow */
	height: auto;
	min-height: 100px;
	overflow: hidden;
}
#column2 H1 {
	padding-right: 10px;
}
#column2 H3,
#column2 P {
	padding-right: 10px;
}
#column2 HR {
	margin-right: 10px;
}
#column1 H2,
#column2 H2 {
	height: 26px;
	line-height: 26px;
	padding: 0 0 0 25px;
	margin: 10px 0 0 0;
	overflow: hidden;
	background: #8f9193 url(color_blue/pics/header.gif) no-repeat left top;
	font-size: 1em;
	color: #fff;
}
.clearDiv,
#clearDiv {
	clear: both;
}

/* Subnav
============*/
.subnav {
	padding: 0 0 20px 0;
	position: relative;
}
.subnav UL {
	padding: 0;
}
.subnav UL LI {
	background: none;
}
.subnav UL LI.sub {
	background: none;
}
.subnav UL LI A {
	display: block;
}
.subnav UL LI A.open {
	font-weight: bold;
}
.subnav UL LI UL LI {
	padding-left: 0;
	background: none;
}
.subnav UL LI UL LI A {
	font-weight: normal;
	display: block;
	padding: 0 0 0 15px;
	margin-left: 0;
	background: url(color_blue/pics/bulletOrange.gif) no-repeat left 2px;
}
.subnav UL LI UL LI UL LI A {
	padding: 0 0 0 30px;
	background: url(color_blue/pics/bulletOrange.gif) no-repeat 15px 1px;
}


/* breadCrumb
===============*/
.breadCrumb {
	padding: 3px 0;
	line-height: 1.4em;
	font-size: .95em;
}
.breadCrumb A {
	font-weight: normal;
	color: #4b4b4b;
}
.crumbCurrent {
	font-weight: bold;
}

/* Footer
=================*/
#footerContainer {
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	background-color: #909090;
	border-top: 1px solid #909090;
	border-bottom: 1px solid #909090;
}
#footer {
	margin: 0 auto;
	width: 930px;
	padding: 0 40px 0 30px;
	background: #fff url(color_blue/pics/footer.gif) no-repeat left top;
	color: #ababab;
	font-weight: bold;
}
#footer P {
	padding: 0;
}
#footer A {
	color: #ababab;
}

/* sitemap
===============*/
LI.subList {
	background: none;
}
