/** Base styles common across several pages **/

html,body {
	width: 100%;
	height: 100%;
	font-family: 'lucida sans unicode', lucida grande, verdana;
	font-size: 11px;
}

html {
	background: url(../images/bg.gif) repeat;
}

a {
	color: #027EA8;
	text-decoration: none;
	font-weight: bold;
}


a:hover {
	color: #295083;
	text-decoration: underline;
}

a:visited
{
	color: #669933;
}

 a img {
 border: none;
}


p {
	line-height: 1.7em;
	padding-bottom: 1em;
}



.clear {
	clear: both;
	width: 300px;
	height: 1px;
}

#root {
	width: 990px;
	height:auto;
	min-height: 100%;
	margin: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #ffffff;
	background-image: url(../images/bg-root.gif_);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #82C0D5;
	border-left-color: #82C0D5;
}

#header {
	width: 100%;
	height: 100px;
	position: relative;
}

#logo {
	padding: 9px 0 0 9px;
	float: left;
}

#headerLinks {
	float: right;
	color: #ffffff;
	padding: 5px 20px 0 0;
}

#headerLinks a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#headerSub {
	width: 985px;
	height: 115px;
	border-top: 1px solid #ffffff;
	margin-bottom: 0px;
	background-repeat: repeat;
}


#footer {
	position: absolute;
	bottom: 0;
	width: 742px;
	height: 91px;
}

#footerPanel {
	width: 100%;
	height: 50px;
	background-color: #666666;
	position: relative;
	color: #ffffff;
	font-size: 90%;
}

#footerPanel a {
	color: #A7D2E1;
	font-weight: normal;
}

#footerPanel p {
	padding: 5px 0 0 10px;
}

#footerSub {
	width: 100%;
	height: 20px;
	background: url(../images/bg-headerSub.gif) repeat;
	border-top: 1px solid #ffffff;
	position: relative;
}

#bottomPadding {
	width: 100%;
	height: 20px;
	background-color: #ffffff;
}

#clear { /* for the footer */
	height: 91px;
	clear: both;
}



/** navigation lists **/

#leftNav {
	width: 155px;
	height: 350px;
	background-color: #D9ECF5;
	float: left;
	margin-bottom: 20px;
	padding: 5px 5px 5px 10px;
	display: block;
}



#leftNav ul li a {
	color: #027EA8;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #ffffff;
	padding: 4px;
	height: 17px;
}

#leftNav ul li ul li a {
	font-weight: normal;
	border-bottom: 0;
}

#leftNav ul li ul li {
	padding-left: 10px;
}

#leftNav ul li a.noborder {
	border: 0;
}


#leftNav ul li a:hover {
	color: #295083;
}





/** page styles **/



#intro {
	width: 550px;
	height: 40px;
	float: right;
	background: url(../images/bg-intro.gif) repeat;
	margin-bottom: 20px;
}

#main {
	width: 390px;
	float: left;
	margin: 0 0 20px 20px;
}

#main h2 {
	color: #027EA8;
	font-size: 130%;
	font-weight: bold;
	padding: 0px 0 2px 0;
}



#main h3 {
	color: #027EA8;
	font-size: 120%;
	font-weight: bold;
	padding: 0px 0 4px 0;
}

#main h4 {
	color: #027EA8;
	font-size: 100%;
	font-weight: bold;
	padding: 0px 0 4px 0;
}


#main ul {
	margin-bottom: 35px;
}


#main ul li{
	padding: 3px 0 3px 0;
	list-style-type: none;
	background: transparent url(../images/bullet.gif) no-repeat 2px center;
	padding-left: 12px;
}


/** Section dividers **/


#main .section {
	width: 380px;
	margin-bottom: 10px;
	border-bottom: #B4D9E5 dotted 1px;
	position: relative;
	clear: both;
}




#intro h1 {
	color: #027EA8;
	font-size: 130%;
	font-weight: bold;
	padding: 10px 0 0 10px;
}

#rhcolumn {
	width: 140px;
	margin: 0 0 20px 20px;
	float: left;
}

#rhcolumn h3 {
	color: #666666;
	font-weight: bold;
	margin-bottom: 0px;
}

#rhcolumn p {
	color: #333333;
	margin-bottom: 0px;
}




#rhcolumn ul li {
	padding: 4px 0 4px 0;
}


#rhcolumn ul li a {
	text-decoration: none;
	font-weight: normal;
}


.quickLinks {
	padding: 10px;
	background-color: #DDF1FB;
	margin-bottom: 20px;


}


.caption p{
	margin-top: 5px;
	font-size: 90%;
	font-weight: bold;
	color:#999999;


}

.bold{
	font-weight:bold;
}

