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

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

#contents
{
	margin-top: 10px;
	margin-right:auto;
	margin-left:auto;
	width: 750px;
	padding: 0px;
	border: 1px solid #999999;
	background-color: #FFF;
	color: #000;
}

body{
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #EEEEEE;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

#main_table { background-color: #FFFFFF;
			  font-size: 12px; }

a:link, a:visited, a:hover {
	background: inherit;
	color: #006697;
	text-decoration: none;
}

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

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

#sitemap li {
	margin-top: 5px;
}

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

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

td.title {  padding: 5px 5px 5px 5px; color: #000000; background-color: #A8C9CF;  text-decoration: none; font-size: 12px; font-weight:bold;}

td.regular {  padding: 5px 5px 5px 5px; color: #000000; background-color: #EEEEEE;  text-decoration: none; font-size: 12px; }


#main_page {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 0 0;
}

.bottomheader {
		font-size: 12px;
		background-color: #005E6A; 
		background-image: url(../images/bottom_header1.jpg);
		background-position:center;
		background-repeat:no-repeat;
		color: #FFFFFF;
}

/************* #breadCrumb styles *************/

.headline {
	padding: 0px;
	font-size: 12px;
	background-color: #194C63;
	color: #FFFFFF;
	clear: both;
}

.headline  a {
	color: #FFFFFF;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#000000;
	margin:0px;
	padding:0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 10px;
	color: #cccccc;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

