/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #F2F2F2;
	font-size: 16px;
}

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: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 130%;
 color: #3F7098;
}

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% Times, serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px 9px;
	width: 100%;
	background-position: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 9px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #DED750;
	overflow: hidden;
	visibility: visible;
	height: 200px;
	background-color: #FFFFFF;
}
#outframe {
	background-color: #FFFFFF;
	margin: 10px;
	padding: 6px;
	height: 96%;
	width: 96%;
}
.caption {
	margin: 9px 3px;
	padding: 3px;
	overflow: visible;
	visibility: visible;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	width: 780px;
	text-align: center;
}
.captionL {
	margin: 9px 3px;
	padding: 3px;
	overflow: visible;
	visibility: visible;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	width: 250px;
	text-align: left;
	float: left;
}
.captionR {
	margin: 9px 3px;
	padding: 3px;
	overflow: visible;
	visibility: visible;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	width: 250px;
	text-align: left;
	float: right;
}
.captionRhrz {
	margin: 9px 3px;
	padding: 3px;
	overflow: visible;
	visibility: visible;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	width: 400px;
	text-align: left;
	float: right;
}

