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

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
}

a:link, a:visited, a:hover {
	color: #495D7E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

a.footerNav:link, a.footerNav:visited, a.footerNav:hover {
	color: #293446;
	text-decoration: none;	
}

a.footerNav:hover {
	text-decoration: underline;
}

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: #495D7E;
}

h2{
 font-size: 114%;
 color: #495D7E;
}

h3{
 font-size: 100%;
 color: #495D7E;
}

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

h5{
 font-size: 100%;
 color: #495D7E;
}

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: #495D7E;
}

td.tableHeader {
	background-color: #495D7E;
	color: white;
	font-weight: bold;
}				


.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.thumb {
	border: 1px solid #495D7E;
}

.footer {
	color: #293446;
}


