HTML {margin: 0; padding: 0;}
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font: 11px Verdana;
	color: #000;
	background-color: #fff;
}

/* Basic Elements
===================*/
A {text-decoration: none; outline: none; color: #F07722;}
A:hover {text-decoration: underline;}
A IMG {border: 0;}

H1 A, H2 A, H3 A,
H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: none;
	color: #000;
}
H1 {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
	font-family: Verdana;
	margin: 0;
  	padding: 5px 0;
  	color: #F07722;
}
H2 {
	font-weight: bold;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #F07722;
}
H3 {
	font-weight: bold;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #000;
}
P {margin: 0; padding: 5px 0;}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #ccc;
	background-color: #ccc;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Arial, sans-serif;
}
FORM {margin: 0;}
IMG, TABLE, TD {border-color: #ccc;}

/* sitemap
============*/
#pageList {padding: 10px 0;}
#pageList UL {margin: 0; padding: 0;}
#pageList UL LI {margin: 0; padding: 2px 0 2px 20px; list-style-type: none;}

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

/* Header
==========*/
#header {
}

/* Logo
========*/
#logo {
	padding: 30px 0 10px 10px;
}

/* banner
==========*/
.banner {
}

/* Top navigation
==================*/
#nav {
	width: 842px;
	height: 30px;
	overflow: hidden;
	background-color: #202040;
}
#nav UL {margin: 0; padding: 0; text-align: center;}
#nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#nav UL LI A {
	padding: 0 20px;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
#nav UL LI A:hover {
	color: #9A9898;
}
#nav UL LI A.open {
	color: #9A9898;
}

/* Second nav

============*/

.secondNav {
	width: 842px;
	height: 30px;
	overflow: hidden;
}
.secondNav UL {margin: 0; padding: 0; text-align: center;}
.secondNav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
.secondNav UL LI A {
	padding: 0 20px;
	font-size: 11px;
	line-height: 30px;
	text-decoration: none;
	color: #F07722;
	font-weight: bold;
}
.secondNav UL LI A:hover {
	color: #9A9898;
}
.secondNav UL LI A.open {
	color: #9A9898;
}

/* Content
============*/
#content {
	height: auto;
	min-height: 315px;
	overflow: hidden;
	padding: 0 0 30px 0;
}
#main {
	float: left;
	width: 580px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	padding: 20px 0 20px 20px;
}
.mainText {
}
.mainText > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column1 {
	float: right;
	width: 200px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	padding: 30px 20px 30px 0;
}
.column1Text {
}
.column1Text > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column2 {
	display: none;
}
.clearDiv {
	clear: both;
}

/* Sub navigation
==================*/
.subnav {
	padding: 0 0 20px 0;
}
.subnav UL {
	margin: 0;
	padding: 0;
}
.subnav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: none;
}

.subnav UL LI.sub {
	display: inline;
}

.subnav UL LI.sub UL LI {
	display: inline;
}

.subnav UL LI A {
	display: block;
	padding: 5px 10px 5px 20px;
	margin: 0 0 2px 0;
	color: #000;
	background-color: #ddd;
	text-decoration: none;
}
.subnav UL LI A:hover {
	text-decoration: underline;
}
.subnav UL LI A.open {
	text-decoration: underline;
}

/* sub
=======*/
.subnav UL LI UL {
	padding: 5px 0 10px 0;
}
.subnav UL LI UL LI {
}
.subnav UL LI UL LI A {
	background: url(pics/arrow.jpg) no-repeat left 4px;
	padding: 0 0 0 10px;
	color: #F07722;
	font-size: 11px;
}
.subnav UL LI UL LI A:hover {
	
}
.subnav UL LI UL LI A.open {
	
}
/* subsub
==========*/
.subnav UL LI UL LI UL {
	
}
.subnav UL LI UL LI UL LI {
	
}
.subnav UL LI UL LI UL LI A {
	background: url(pics/arrow.jpg) no-repeat 10px 6px;
	padding: 2px 10px 2px 20px;
}
.subnav UL LI UL LI UL LI A:hover {
	
}
.subnav UL LI UL LI UL LI A.open {
	
}

/* Footer
===========*/
#footer {
	margin: 0 auto 20px auto;
	width: 842px;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
}
