/* CSS Document */

/*important change to maindiv styles to fix bg image bug in IE6*/

div#mainnav {
 background-color: #CAC8C8;
 margin: 0px 0px 0px 0px; /*trick to fix IE spacing bug*/
 padding: 0px 0px 2px 0px; /*trick to fix IE spacing bug*/
}

/*link styles*/

table.news p a {
	color: #16316F;
	line-height: 1.2em;
	text-decoration: none;
}

table.news p a:hover, table.news p a:active {
	background-color: #C8DFEE;
	text-decoration: none;
}

table.news h2 a:link {
	color: #16316F;
	text-decoration: none;
}

table.news p a:hover, table.news p a:active, table.news h2 a:hover, table.news h2 a:active {
	background-color: #C8DFEE;
	color: #16316F;
	text-decoration: none;
}

table.news h2 a:visited {
	color: #16316F;
	text-decoration: none;
}


table.layout td.header h2 a {
	padding: 18px 0px 0px 45px;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

table.layout td.header h2 a:hover, table.layout td.header h2 a:active {
	font-weight: bold;
	text-decoration: none;
}

table.home1 p a, table.home1 h2 a {
	color: #16316F;
	text-decoration: none;
}

table.home1 p a:hover, table.home1 p a:active, table.home1 h2 a:hover, table.home1 h2 a:active {
	background-color: #C8DFEE;
	text-decoration: none;
}

table.home2 p a, table.home2 h4 a {
	color: #FFFFFF;
	text-decoration: none;
}

table.home2 p a:hover, table.new2 p a:active, table.home2 h4 a:hover, table.new2 h4 a:active {
	background-color: transparent;
	text-decoration: none;
}

/*end link styles*/

div#body-bg-home {
	background-image: url(../images/bg_home.jpg);
	background-repeat: repeat-x;
}

table.layout {
	
}

table.layout, table.layout td table.layout tr {
	padding: 0px;
	margin: 0px;
}

table.layout p {
	font-size: 0.78em;
	color: #000000;
	line-height: 1.5em;
} 

table.layout p.white {
	padding: 5px 20px 0px 20px;
	line-height: 1.8em;
} 

table.layout td.header  {
	background-repeat: no-repeat;
}

table.layout tr.more {
	text-align: right;
}

/*BEGIN styles for info tables in center left of home page*/

table.home1 {
	width: 475px;
	margin: 20px 0px 10px 0px;
	padding: 0px;
	vertical-align: top;
}

table.home1 td {
	vertical-align: top;
}

/*END styles for info tables in center left of home page*/

/*BEGIN styles for news section of home page*/

table.news {
	vertical-align: top;
	text-align: left;
}

table.news td {
	padding: 20px 10px 5px 15px;
}

table.news p.date {
	margin: 15px 0px 2px 0px;
}

/*END styles for news section of home page*/

/*BEGIN styles for color boxes at bottom left of home page*/

table.home2 {
	margin: 10px auto 0px auto;
	font-size: 0.83em;
	color: #FFFFFF;
}

table.home2 td {
	 height: 67px;
	 border-left: 15px solid #FFFFFF;
	 border-right: 15px solid #FFFFFF;
	 background-repeat: no-repeat;
	 vertical-align: top;
}

table.home2 h4 {
	font-size: 0.83em;
	color: #FFFFFF;
	padding: 7px 40px 3px 6px;
	margin: 0px;
}

table.home2 p {
	padding: 3px 40px 3px 4px;
	margin: 0px;
	line-height: 1.2em;
}

/*END styles for color boxes at bottom left of home page*/