/* CSS Document */

/***********************************************/
/* 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;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
.style1 {font-size: small}
.blNavLine {
	font-size: medium;
	color: #006699;
}
.bannertxt {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: small;
}
.blkheadline {
	color: #000000;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
}
.bluheadline {
	color: #006699;
	font-size: x-large;
	font-weight: bolder;
}				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container{
			margin: 0;
			background-color: #FFFFFF;
}
		
#masthead{
	margin: 0 0 0 21%;
	width: 100%;
}

#navBar{
	margin: 0 80% 0 0;
	padding: 0 0 0 0;
	background-color: #eeeeee;
	border-top-color: #336699;
	border-right-style: solid;
	border-right-width: thin;
	border-top-style: solid;
	border-top-width: thin;
	width: 20%;
	float: left;
	position: absolute;
	left: 6px;
	border-bottom-color: #336699;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-right-color: #336699;
}

#content{
	float:right;
	width: 75%;
	margin: 0;
	padding: 0 0 0 4%;
	border-top-color: #336699;
	border-top-style: solid;
	border-top-width: thin;
	right: auto;
	left: 26%;
}
#footer
		{
	clear: both;
	background-color: #336699;
	padding: 1em;
	text-align: right;
	border-top: 1px solid #333;
	color: #FFFFFF;
	width: 95%;
		}
.BlockyBlue {
	color: #336699;
	font-weight: bold;
	font-size: large;
}
.RedType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CC0000;
}
