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

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

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #B3B3FF;
}

a:visited {
	font-weight: bold;
	color: #C19200;
	text-decoration: none;
	font-size: 10pt;
}
a:link {
	color: #CE9B00;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
a:hover {
	color: #CE9B00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10pt;
}

ul{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   }
h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 180%;
	color: #003399;
	line-height: 1;
}

h2{
 font-size: 114%;
 color: #006699;
 line-height: 1;
}

h3{
 font-size: 150%;
 color: #003399;
 line-height: 1;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 line-height: 1;
}

h5{
 font-size: 100%;
 color: #334d55;
 line-height: 1;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

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

#masthead{
	margin: 0;
	border-bottom: 1px #cccccc;
	width: 763px;
	position: absolute;
	height: 98px;
	left: 0px;
	top: 0px;
	background-color: #B3B3FF;
}

#navBar{
	margin: 0 0 0 0;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 115px;
	width: 122px;
	height: 483px;
	background-color: #B3B3FF;
}

#content{
	float:none;
	width: 620px;
	margin: 0;
	padding: 0 0 0 0;
	position: absolute;
	left: 132px;
	top: 114px;
	height: auto;
	visibility: visible;
	background-color: #FFFFFF;
	overflow: visible;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	font-style: normal;
	color: #003366;
	text-align: justify;
	float: left;
	margin-top: 25px;
	margin-left: 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	list-style-type: disc;
}

.story p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	white-space: normal;
	font-style: normal;
	letter-spacing: normal;
	vertical-align: bottom;
	word-spacing: normal;
	text-align: left;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight: bold;
	text-indent: 5px;
}
.story h1 {
	clear: both;
	padding: 0px 10px 0px 10px;
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	font-variant: normal;
}
.story h2 {

	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	font-variant: normal;
}
.story h3 {

	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	font-variant: normal;
}
.story li {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	white-space: normal;
	font-style: normal;
	letter-spacing: normal;
	vertical-align: bottom;
	word-spacing: normal;
	text-align: left;
}
.story h4 {


	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	font-variant: normal;
}
.description {
	background-color: #FFFFFF;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
