HTML {
	margin: 0;
	padding: 0;
	background-color: #e2e2e2;
}
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font: normal .75em/1.5em Arial, sans-serif;
	color: #000;
	background-color: #e2e2e2;
}

/* Basic Elements
===================*/
A {
	text-decoration: underline;
	outline: none;
    color: #000;
}
A:hover {
	text-decoration: none;
}
A IMG {
	border: 0;
}
H1 A, H2 A,
H1 A:hover, H2 A:hover {
	text-decoration: none;
	color: #febf17;
}
H3 A,
H3 A:hover {
	text-decoration: none;
	color: #febf17;
}
H1 {
	font-size: 2.5em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0.8em 0 0.5em 0;
  	padding: 0;
  	color: #febf17;
}
H2 {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 1.2em 0 0.5em 0;
  	padding: 0;
  	color: #febf17;
}
H3 {
	font-size: 1.16em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 1.2em 0 0.5em 0;
  	padding: 0;
  	color: #febf17;
}
H2 SUP {
	font-size: 10px;
}
H3 SUP {
	font-size: 9px;
}
P {
	margin: 10px 0;
	padding: 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;
}
INPUT[type=password],
INPUT[type=text] {
	border: 0;
	padding: 6px;
	background: url(pics/textInput.gif) #fff no-repeat right top;
	width: 167px;
}
INPUT.textInputWide {
	background: url(pics/textInputWide.gif) #fff no-repeat right top;
	width: 287px;
}
INPUT.textInputNarrow {
	background: url(pics/textInputNarrow.gif) #fff no-repeat right top;
	width: 25px;
}
INPUT[type=submit] {
	border: 0;
	background: url(pics/submit.gif) no-repeat left top;
	color: #000;
	padding: 7px 0px;
	width: 88px;
	cursor: pointer;
	overflow: visible; /* ie7 */
}
TEXTAREA {
	border: 0;
	background: url(pics/textarea.gif) no-repeat left top;
	width: 167px;
	height: 88px;
	padding: 6px;
	overflow: auto;
}
TEXTAREA.textareaWide {
	background: #fff url(pics/textareaWide.gif) no-repeat left top;
	width: 358px;
	height: 68px;
}
FORM {
	margin: 0;
}
IMG, TABLE, TD {
	border-color: #ccc;
}
UL {
}
LI {
}
/* sitemap
============*/
UL LI UL {
	margin: 0;
	padding: 10px 0;
}
LI.subList {
	background: none;
}

/* wrapper
============*/
#wrapper {
	background: url(pics/bg.gif);
}
#wrapperCenter {
	background: url(pics/header.gif) repeat-x left top;
}
#wrapperContent {
	margin: 0 auto;
	width: 900px;
	position: relative;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}

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

/* Logo
=========*/
#logo {
	width: 188px;
	height: 70px;
	overflow: hidden;
	position: absolute;
	top: 17px;
	left: 0px;
}

/* Lang
------------*/
#lang {
	height: 17px;
	overflow: hidden;
	text-align: right;
}
#lang A {
	text-transform: uppercase;
	color: #000;
	margin-left: 5px;
	line-height: 17px;
	text-decoration: none;
}
#lang A IMG  {
}
#lang SPAN {
	display: none;
}


/* Top Navigation
===================*/
#nav {
	width: 690px;
	padding: 0 0 0 0px;
	height: 34px;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	top: 17px;
	left: 262px;
}
#nav UL {
	overflow: hidden;
	margin: 0 0 0 -1px;
	padding: 0;
	float: left;
}
#nav UL LI {
	margin: 0;
	padding: 0 0 0 1px;
	float: left;
	list-style-type: none;
	background: url(pics/navSeparator.gif) no-repeat left center;
}
#nav UL LI A {
	display: block;
	float: left;
	line-height: 34px;
	padding: 0 14px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#nav UL LI A:hover {
	text-decoration: underline;
}
#nav UL LI A.open {
	color: #febf17;
}
#nav UL LI SPAN {
	display: none;
}
#nav1 {
	display: none;
}


/* Content
============*/
#content {
	height: auto;
	min-height: 450px;
	overflow: hidden;
	padding: 0px 0 20px 0;
}
#main {
	float: right;
	width: 675px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
	position: relative;
}

/* heading
============*/
.heading H1 {
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #ccc;
}

/* Content areas
--------------------- */
#main {
	width: 439px;
	float: left;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}
#mainContent > DIV {
	margin-top: 25px;
}
#column1 {
	width: 439px;
	float: right;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}
#column1Content > DIV {
	margin-top: 25px;
}
#column2 {
	display: none;
}
#clearDiv,
.clearDiv {
	clear: both;
}


/* Sub navigation
==================*/
.subnav {
	width: 637px;
	padding: 0 0 0 0px;
	height: 34px;
	overflow: hidden;
	position: absolute;
	top: 50px;
	left: 266px;
	
}
.subnav UL {
	margin: 0;
	padding: 0;
}
.subnav UL LI {
	margin: 0 0 2px 0;
	padding: 0;
	list-style-type: none;
	display: block;
	float: left;
}
.subnav UL LI A {
	display: block;
	float: left;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
}
.subnav UL LI A:hover {
	text-decoration: underline;
}
.subnav UL LI A.open {
	color: #febf17;
}
.subnav UL LI A.current {
	
}
.subnav UL LI.sub {
	float: none;
	clear: both;
	background: none;
	border: 0;
}
/* sub */
.subnav UL LI UL {
	padding: 7px 0 10px 0;
	clear: both;
}
.subnav UL LI UL LI {
	float: none;
	display: inline;
	border: 0;
	background: none;
}
.subnav UL LI UL LI A {
	padding: 1px 20px 1px 48px;
}
.subnav UL LI UL LI A.open {
}
/* subsub */
.subnav UL LI UL LI UL LI A {
	padding: 1px 20px 1px 59px;
}
.subnav UL LI UL LI UL LI A.open {
}
/* subsubsub */
.subnav UL LI UL LI UL LI UL LI A {
	padding: 1px 20px 1px 70px;
	background: none;
}
.subnav UL LI UL LI UL LI UL LI A.open {
	background: none;
}


/* FooterContainer
==================*/
#footerContainer {
	font-size: 10px;
	line-height: normal;
	position: relative;
}
.footer {
	padding: 10px 0 15px 0;
	background: url(pics/footer.gif) #dfdfdf repeat-x left bottom;
}
.footerCenter {
	width: 900px;
	margin: 0 auto;
}
.footer TABLE {
	margin: 0 -10px;
}
.footer TABLE TD {
	padding: 0 10px;
}
.footer * {
	color: #888;
}
.footer H3 {
	margin: 10px 0;
}
.footerContact {
	font-size: 11px;
	background: url(pics/footerContact.gif) #e2e2e2 repeat-x left top;
	height: 160px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
}
.footerContactCenter {
	background: url(pics/footerContact.gif) #e2e2e2 repeat-x left top;
	width: 900px;
	margin: 0 auto;
}
.footerContact P {
	margin: 0;
	padding: 15px 0;
}

/* really
===========*/
.really {
	margin: -20px auto 0 auto;
	width: 900px;
	height: 20px;
	position: relative;
	left: 0px;
	top: -110px;
	text-align: center;
}
.really A {
	color: #fff;
	display: inline-block;
	padding: 2px 5px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.really A:hover {
	text-decoration: underline;
}


/* persistableForm
===================*/
.persistableForm {
	
}
.persistableForm INPUT.textInput {
	width: 245px;
	padding: 2px;
	color: #555;
	border: 1px solid #ccc;
}
.persistableForm TEXTAREA {
	width: 245px;
	padding: 2px;
	height: 100px;
	color: #555;
	border: 1px solid #ccc;
	overflow-y: auto;
}
.persistableForm INPUT#submitForm {
	width: 100px;
	height: 22px;
	padding: 0 0 2px 0;
	color: #fff;
	border: 0;
	cursor: pointer;
}
.errors {
	display: block;
	color: #c00;
}

