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

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0 0 0 0;
	padding: 0px;
	margin: 0 5% 0 0;
	min-width: 750px;
	max-width:1000px;
} 

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: 175%;
 color: #000000;
}

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;
}
				

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

#masthead{
	margin:0 0 0 0;
	padding:  10px;
	border-bottom: 0px solid #cccccc;
	width: 100%;
}

#flash{
	
	padding: 25px 10px 25px 10px;
	
	border-right: 0px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 0px solid #cccccc;
	border-top: 1px solid #cccccc;
	width: 100%;
	text-align: center;
}

#navcol{
	float:left;
	padding: 5px 10px 5px 10px;
	border-right: 0px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top:0px solid #cccccc;
	width:100%;
	text-align:center;
}

#siteInfo{
	float:left;
	clear: both;
	text-align: right;
	border-top: 0px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	width:100%;
}

