body{
	background: #666;
	margin: 0;
	padding: 0;
	font: normal 14px "Times New Roman", Times, serif;
	text-align: center;
	color: #FFFFFF;
}

*{
	margin: 0;
	padding: 0;
}

/*
Home Settings --------------------------------------------------- */
#home{
	background-image: none;
}

#home #rightCol
{
	position: relative;
	float: left;
	width: 620px;
	height: auto;
	background: #587888;
}

#home #wrapper{
	background: #666 url(../images/homeBodyBG.gif) center top repeat-y;
}

/*
Intro Page Settings --------------------------------------------------- */
#introPage{
	background-image:none;
}

#introPage #intro{
	height: 160px;
	width: 780px;
	background: #FFFFFF;
	color:#000000;
	margin: 100px auto;
}

#introPage #intro a{
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}

/* 
General Settings ------------------------------------------------ */
#wrapper{
	position: relative;
	width: 780px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bodyBG.gif) center top repeat-y;
}

#MainMenuCol{
	position:relative;
}

#SubMenuCol{
	position:relative;
}

#leftColHeader
{
	background: #FFF url(../images/tagLine.gif) left top no-repeat;
}

#leftCol{
	float: left;
	width: 160px;
	height: auto;
	background: #FFF url(../images/tagLine.gif) left top no-repeat;
}

#midCol{
	float: left;
	width: 160px;
	height: auto;
	background: #C8C8B8;
}

#rightCol{
	float: left;
	width: 460px;
	height: auto;
	background: #587888;
}

a{
	color: #99CCCC;
}

/*
Navugation ------------------------------------------------------ */

#mainNav{
	font: normal 11px/26px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	height: auto;
	list-style-type: none;
	margin: 204px auto 84px auto;
}

#mainNav li{
	background: url(../images/mainMenuUnderLine.gif) bottom left no-repeat;
}

#mainNav li a{
	color: #666;
	text-decoration: none;	
	display: block;
	height: auto !important;
  	height: 1%; /*For IE*/
	padding: 0 10px;
}

#mainNav li a:hover{
	color: #587888;
	background: url(../images/mainNavArrow.gif) left no-repeat;
}

#mainNav .mainNavSelected{
	background: url(../images/mainNavArrow.gif) left no-repeat;
	font-weight: bold;
	color: #587888;
}

/* Sub Nav*/
#subNav{
	font: normal 11px/26px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	height: auto;
	list-style-type: none;
	margin: 204px auto 84px auto;
}

#subNav li{
	background: url(../images/subMenuUnderLine.gif) bottom left no-repeat;
}

#subNav li a{
	color: #666;
	text-decoration: none;
	display: block;
	height: auto !important;
  	height: 1%; /*For IE*/
	padding: 0 10px;
}

#subNav li a:hover{
	color: #587888;
	background: url(../images/subNavArrow.gif) left no-repeat;	
}

#subNav .subNavSelected{
	background: url(../images/subNavArrow.gif) left no-repeat;
	font-weight: bold;
	color: #587888;
}

/* Level 3*/
#subNav ul{
	list-style-type: none;
	margin: -5px 10px 0 15px;
	padding-bottom: 5px;
	width: 125px;
	line-height: 22px;
}

#subNav ul li{
	background-image: none;
}

#subNav ul li a{
	color: #666;
	background:transparent url(../images/level3Selected.gif) left top no-repeat;
}

#subNav ul li a:hover{
	color: #587888;
	background:transparent url(../images/level3Normal.gif) left top no-repeat;	
}

#subNav ul li .level3Selected{
	color: #587888;
	background:transparent url(../images/level3Normal.gif) left top no-repeat;
}
/*
Logo ------------------------------------------------------------ */
h1{
	height: 26px;
	overflow: hidden;
	background: url(../images/logo.gif) left top no-repeat;
	width: auto;
	margin: 56px 0 30px 22px;
}

h1 a{
	display: block;
	padding: 30px 0 0 0;
	color: #FFFFFF;
}

/*
Lang Bar -------------------------------------------------------- */
#langBar{
	text-align: right;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	padding-right: 9px;
	color: #FFFFFF;
	margin-bottom: 6px;
}

#langBar a{
	color: #99CCCC;
	text-decoration: none;
}

#langBar a:hover{
	color: #FFFFFF;
}

/*
Inner Banner ---------------------------------------------------- */
#innerBanner{
	height: 71px;
}
/*
Page Title ---------------------------------------------------- */
#pageTitle{
	margin-bottom: 19px;
	font: normal 20px/26px Verdana, Arial, Helvetica, sans-serif;
	text-align: Left;
	color: #FFFFFF;
}

/*
Page Content ---------------------------------------------------- */
#pageContent{
	height: auto;
	width: auto;
	margin: 27px 9px 37px 20px;
}

h2{
	margin-bottom: 19px;
}

p{
	margin-bottom: 10px;
}

ul{
	margin: 0 0 10px 25px;
}

ol{
	margin: 0 0 10px 25px;
}

/*
Footer ---------------------------------------------------------- */
#footer{
	height: auto;
	width: auto;
	margin: 50px 9px 17px 20px;
	background: url(../images/footerLine.gif) left top repeat-x;
	color: #99CCCC;
	padding-top: 17px;
	font-size: 12px;
}

#poweredBy a{
	color: #5A798C;
	text-decoration: none;
}

/* 
Class ----------------------------------------------------------- */
.clear{
	clear: both;
	height: 0;
	width: 0;
	line-height: 0;
	visibility: hidden;
	background: #666;
}

.menuHover{
	background: url(../images/mainNavArrow.gif) left no-repeat;
}

/*
Print Style ----------------------------------------------------- */
@media print {
	#leftCol,#midCol{
		width: 0;
		height: 0;
		line-height: 0;
		visibility: hidden;
		display: none;
	}

	#rightCol{
		width: 780px;
	}
}
