/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	color: #5172B3;
	font-weight: bold;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	color: #666666;
}

h1{
 font-size: 133%;
}

h2{
 font-size: 120%;
}

h3, h4, h5, h6 {
 font-size: 100%;
}				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	position: relative;
	margin-left: 16px;
	background-color: #FFFFFF;
	width: 784px;
}

#container{
	margin: 64px 64px 64px 48px;
}


#navBar{
	width: 96px;
	margin-top: 32px;
	float: left;
	text-indent: -500px;
}

#content{
	float:right;
	width: 512px;
	margin: 0;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 32px;
	height: 386px;
}


#siteInfo{
	clear: both;
	border-top: 1px solid #CCCCCC;
	text-align: right;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	font-size: 80%;
}


/*********** #navBar link styles ***********/

#nav_cat1 {
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: -192px -32px;
	height: 32px;
	width: 96px;
}

#nav_cat1 a{
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: 0px -32px;
}

#nav_cat1 a:hover{
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: -96px -32px;
}

#nav_cat2 {
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: -192px -64px;
	height: 32px;
	width: 96px;
}

#nav_cat2 a{
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: 0px -64px;
}

#nav_cat2 a:hover{
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: -96px -64px;
}

#nav_cat3 {
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: -192px -96px;
	height: 32px;
	width: 96px;
}

#nav_cat3 a{
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: 0px -96px;
}

#nav_cat3 a:hover{
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: -96px -96px;
}

#nav_cat4 {
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: -192px -128px;
	height: 32px;
	width: 96px;
}

#nav_cat4 a{
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: 0px -128px;
}

#nav_cat4 a:hover{
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: -96px -128px;
}

#nav_cat5 {
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: -192px -160px;
	height: 32px;
	width: 96px;
}

#nav_cat5 a{
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: 0px -160px;
}

#nav_cat5 a:hover{
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: -96px -160px;
}

#nav_cat6 {
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: -192px -192px;
	height: 32px;
	width: 96px;
}

#nav_cat6 a{
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: 0px -192px;
}

#nav_cat6 a:hover{
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: -96px -192px;
}

#nav_cat7 {
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: -192px -224px;
	height: 32px;
	width: 96px;
}

#nav_cat7 a{
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: 0px -224px;
}

#nav_cat7 a:hover{
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: -96px -224px;
}

#nav_cat8 {
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: -192px -256px;
	height: 32px;
	width: 96px;
}

#nav_cat8 a{
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: 0px -256px;
}

#nav_cat8 a:hover{
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: -96px -256px;
}



#navBar ul a:link, #navBar ul a:visited {
	display: block;
	font-size: 100%;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */

#navBar a{
	width: 96px;
	height: 32px;
	}

/*********** pending styles **********



.relatedLinks{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}






*/
#footer {
	clear: both;
	text-align: right;
	margin-bottom: 32px;
}
#logo {

	width: 96px;
}
#topics {
	margin-top: 32px;
	height: 64px;
	color: #666666;
	font-size: 66%;
	line-height: 116%;
}
#opening_page_wrapper {
	text-align: center;
	width: 600px;
	position: relative;
	padding-top: 200px;
}

#hidden {
	text-indent: -5000px;
	line-height: 0%;
}
