
#nw {
	text-align:left;
	vertical-align:top;
	margin:0 auto;
}
#headerWrapper {
	float:left;
	width:100%;
}
#navMainWrapper {
	height:32px;
	width:100%;
	font-size:12px;
	
}



body {
	font-family: Bookman Old Style, Verdana,sans-serif;
	background-color: #444444;
	line-height: 1.166;	
	margin: 0px; 0px; 0px; 0px;
	padding: 0px;
	color: #FFFFFF
}


a{
	color: #ffffff;
	text-decoration: none;
	font-weight: 400; 

}

a:link{
	color: #ffffff;
	text-decoration: none;
	font-weight: 400; 

}

a:visited{
	color: #ffffff;
	text-decoration: none;
	 font-weight: 400; 

}


a:hover{
	color: #E8C96E;
	font-weight: 400;


}

h1{
 font-family: Bookman Old Style,Verdana,sans-serif;
 font-size: 1.4em;
 color: #A69F7C;
 margin: 4px;
 padding: 0px;
}

h2{
 font-family: Bookman Old Style,Verdana,sans-serif;
 font-size: 1.4em;
 color: #BFE2F9;
 margin: 8px;
 padding: 0px;
}

h3{
font-family: Bookman Old Style,Verdana,sans-serif;
 font-size: 1.4em;
 color: #E51A24;
 margin: 10px;
 padding: 0px;
}

h4{
 font-family: Bookman Old Style,sans-serif;
 font-size: 100%;
 font-weight: normal;
color: #A5D8F6;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Bookman Old Style,Verdana,sans-serif;
 font-size: 100%;
 color: #F6B3AD;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: none;
}

ul ul{
 list-style-type: none;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}



/************* #globalNav styles **************/

/* #globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}
*/


/*********** #sectionLinks styles1 ***********/

#sectionLinks1{
	position: left;
	margin: 0px;
	padding: 0px;
/*	border-bottom: 1px solid #444444;*/
	font-size: 1.5em;
}

#sectionLinks1 h1{
	padding: 8px 0px 2px 0px;
}

#sectionLinks1 a {
	display: block;
	/*border-top: 1px solid #444444;*/
	padding: 4px 0px 4px 0px;
}

#sectionLinks1 a:hover{
	background-color: #444444;
}

#sectionLinks1 a:hover{
	color: #A69F7C;
}

/*********** #sectionLinks2 styles ***********/

#sectionLinks2{
	position: left;
	margin: 0px;
	padding: 0px;
/*	border-bottom: 1px solid #444444;*/
	font-size: 1.5em;
}

#sectionLinks2 h1{
	padding: 8px 0px 2px 0px;
}

#sectionLinks2 a {
	display: block;
	/*border-top: 1px solid #444444;*/
	padding: 4px 0px 4px 0px;
}

#sectionLinks2 a:hover{
	background-color: #444444;
}

#sectionLinks2 a:hover{
	color: #BFE2F9;
}
/*********** #sectionLinks styles3 ***********/

#sectionLinks3{
	position: left;
	margin: 0px;
	padding: 0px;
/*	border-bottom: 1px solid #444444;*/
	font-size: 1.5em;
}

#sectionLinks3 h1{
	padding: 8px 0px 2px 0px;
}

#sectionLinks3 a {
	display: block;
	/*border-top: 1px solid #444444;*/
	padding: 4px 0px 4px 0px;
}

#sectionLinks3 a:hover{
	background-color: #444444;
}

#sectionLinks3 a:hover{
	color: #E51A24;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 85%;
	color: white;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 1px 1px 1px 1px;
	vertical-align: middle;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

.style1 {color: #444444}