@import url(menu.css);
* {
	padding: 0px;
	margin: 0px;
	}
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #363636;
	background: #E1DFB8;
	}
form {
	margin: 0px;
	padding: 0px;
	}	
img {
	border: 0px;
	}
H1,H2,H3,H4,H5,H6, P {
	margin-bottom: 12px;
	font-weight: normal;
	margin-top: 4px;
	}
H1 {
	font-size: 2em;
	}
H2 {
	font-size: 1.8em;
	}
H3 {
	font-size: 1.6em;
	}
H4 {
	font-size: 1.4em;
	}
H5 {
	font-size: 1.2em;
	}
H6 {
	font-size: 0.9em;
	}
small {
	font-size: 11px;
	}
UL {
	list-style: none;
	margin: 7px auto;
	padding-left: 10px;
	}
UL LI {
	background: url(../images/default_bullet.gif) 4px 4px no-repeat;
	padding-bottom: 7px;
	padding-left: 18px;
	}
UL LI UL {
	list-style: disc;
	margin: 7px 0px 0px 0px;
	padding-left: 30px;
	}
UL LI UL LI {
	background: none;
	padding-bottom: 7px;
	padding-left: 0px;
	}
		
A {
	color: #000080;
	text-decoration: none;
	}
A:hover {
	color: #779b0c;
	text-decoration: none;
	}

/***********************************************************
Layout
************************************************************/
.container {
	width: 983px;
	margin: 0px auto;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	background: #FFFFFF;	
	padding: 8px;
	}
.header {
	padding: 0px 18px 12px 18px;
	}
.header P{
	font-size: 14px;
	font-weight: bold;
	color: #789c0c;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}
.header P A {
	font-size: 14px;
	font-weight: bold;
	color: #789c0c;
	text-decoration: none;
	}
.header P a:hover {
	color: #000080
	}
.home_content {
	padding: 18px 20px 4px 20px;
	background: url(../images/home-content-bg.jpg) left bottom repeat-x;
	}
.bluetxt {
	color: #000080;
	}	
.inside-left-col {
	width: 728px;
	margin: 0px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: url(../images/inside-content-bg.jpg) left bottom repeat-x;
	}
.inside-rite-col {
	background: #8ebc04 url(../images/inside_rite_col_bg.jpg) left top repeat-x;
	border-left: 1px solid #798b1b;
	border-top: 1px solid #FFFFFF;
	padding: 7px 15px;
	font-size: 11px;
	color: #FFFFFF;
	}
.hor-green-brdr {
	border-bottom: 1px solid #ddf23b;
	padding-top: 10px;
	margin-bottom: 25px;
	display: block;
	}
.inside-content {
	padding: 25px 45px 20px 25px;
	}
.subtitle {
	background: url(../images/subtitle_bg.jpg) left top repeat-x;
	display: block;
	color: #000080;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 15px;
	}
/***********************************************************
Background
************************************************************/
.nav_strip {
	background: url(../images/nav_bg.jpg) left top repeat-x;
	height: 31px;
	}
.home_green_area {
	background: #99cc00 url(../images/home_green_bg.jpg) left top repeat-x;
	font-size: 11px;
	color: #FFFFFF;
	padding: 23px 18px 12px 18px;
	}
.section1 {
	width: 415px;
	padding-right: 18px;
	border-right: 1px solid #ddf23b;
	}
.section1 UL, .inside-rite-col UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.section1 UL LI, .inside-rite-col UL LI {
	background: url(../images/white_arrow.gif) left 4px no-repeat;
	padding-bottom: 7px;
	padding-left: 15px;
	}
.section1 A, .inside-rite-col A  {
	color: #405600;
	text-decoration: none;
	}
.section1 A:hover, .inside-rite-col A:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
.section2 {
	width: 232px;
	padding: 0px 24px 0px 18px;
	border-right: 1px solid #ddf23b;
	}
.footer {
	padding: 7px;
	color: #797979;
	font-size: 11px;
	background: #FFFFFF;
	line-height: 1.5em;
	}
.footer_nav A{
	padding: 0px 7px;
	color: #797979;
	text-decoration: none;
	}
.footer_nav A:hover {
	color: #000080;
	text-decoration: none;
	}
	
/***********************************************************
Misceleenous
************************************************************/
.blue_readmore {
	font-size: 11px;
	}
A.blue_readmore{
	font-size: 11px;
	color: #000080;
	padding-right: 10px;
	background: url(../images/blue_arrow.gif) right 5px no-repeat;
	text-decoration: none;
	height: 15px;
	}


/***********************************************************
Padding
************************************************************/
.pad17px_left {
	padding-left: 17px;
	}