/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #003399;
	text-decoration: none;
}

a:link{
	color: #003399;
	text-decoration: none;
}

a:visited{
	color: #003399;
	text-decoration: none;
}

a:hover{
	color: #CC9900;
	text-decoration: none;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 140%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height: 100px;
	background-color: #eeeeee;
}

#navBar{
	width: 150px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 70%;
	height: 100%;
	position: relative;
}

#content{
	float: left;
	width: 600px;
	position: absolute;
	left: 155px;
	top: 105px;
	height: 100%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************** .feature styles ***************/

.feature{
	font-size: 80%;
	padding: 5 5 5 5;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	text-align: justify;
}

.story p{
	padding: 0px 0px 10px 0px;
	text-align: justify;
}


/*********** #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;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
	text-decoration: none;
}
#RightBar {
	font-size: 70%;
	position: absolute;
	width: 170px;
	left: 760px;
	top: 105px;
	z-index: 1;
}
#RightBar h1 {
	font-size: 100%;
}
#RightBar ul {
	list-style-type: none;
	padding: 5;
	margin: 0;
	display: block;
}
#RightBar li {
	border: solid;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	background-color: #EEEEEE;
	display: block;
	margin: 0;
	list-style-type: none;
	padding: 5;
}
#RightBar ul a:link, #RightBar ul a:visited {
	font-size: 100%;
	display: block;
}
#RightBar a {
	display: block;
}
#RightBar a:hover {
	background-color: #CCCCCC;
	display: block;
}
#Fussnote {
	font-size: 60%;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 10;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 20px;
	color: #334d55;
}
