@charset "utf-8";
/* CSS Document */


*	{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
body {
	background: url(../images/bgnd.gif) repeat-x #FFFFFF;
	}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	line-height: 1.4em;
	margin-bottom:.5em;
	}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	}
a {
	color: #b40000;
	font-weight:bold;
	text-decoration: underline;
	}	
a:hover {
	color: #FF0000;
	text-decoration: underline;
	}

img {
	border: none;
	}	

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color: #000000;
	padding: 0 0 5px 0;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color: #b40000;
	padding: 0 0 5px 10px;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color: #000000;
	padding: 0 0 5px 0;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight: bold;
	color: #a67632;
	padding: 0 0 0 0;
	}
	
.hr {
	background:url(../images/hr_740px.gif) no-repeat;
	height:1px;
	margin: 5px 0 5px 0;
	}
.pipe {
	font-size:12px;
	color: #CCCCCC;
	}

/*Body Start*/

#wrapper {
	}

#minheight {
	float:right;
	height:400px;
	width:1px;
	}

#main {
	width:824px;
	height:auto;
	background: #ffffff;
	}

/*Navigation*/

#nav {
	width:780px;
	height:65px;
	background: #CCCCCC url(../images/bgnd_nav.gif) no-repeat;
	}

#nav ul {
	font-family:Arial, tahoma, verdana;
	font-size:12px;
	font-weight: bold;
	display:block;
	padding: 40px 0 0 30px;
	}	
#nav li {
	display:inline;
	color: #CCCCCC;
	margin:2px;
	letter-spacing:.1em;
	word-spacing:.25em;
	}
#nav li a {
	line-height:10px;
	color: #4b6900;
	text-decoration:none;
	padding:2px;
	}
#nav li a:hover {
	color:#000000;
	background: #f0f0f0;
	text-decoration:underline;
	padding:2px;
}

/*Banner*/

#banner {
	width:824px;
	height:335px;
	background:url(../images/banner.jpg);
	}
	
/*Content*/




#content {
	width:824px;
	}


#col_1 {
	width:385px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	}



#col_2 {
	width:425px;
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	}
#col_3 {
	width:824px;
	height:150px;
	float: none;
	
	clear:both;
	margin-right: 0px;
	margin-top: 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	}




/*Box*/
#box {
	width: 375px;
	}
#box .top {
	width:375px;
	height:10px;
	background: url(../images/box_top.gif) no-repeat;
	padding: 0 0 0 0;
	}
#box .mid {
	width:auto;
	background:#b0bd72;
	padding: 0 5px 0 5px;
	margin-bottom: 0px;
	}
#box .btm {
	width:375px;
	height:10px;
	background: url(../images/box_btm.gif) no-repeat;
	margin-top: 0px;
	}
	
#box_2 {
	width: 375px;
	}
#box_2 .top {
	width:375px;
	height:10px;
	background: url(../images/box_2_top.gif) no-repeat;
	padding: 0 0 0 0;
	}
#box_2 .mid {
	width:365px;
	background:#d5ddd6;
	padding: 0 5px 0 5px;
	margin-bottom: 0px;
	}
#box_2 .btm {
	width:375px;
	height:10px;
	background: url(../images/box_2_btm.gif) no-repeat;
	margin-top: 0px;
	}




/*Footer Start*/
#footer {
	width:auto;
	height:10px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: e0dec7;
	}
