#outer {
	background: url("../img/lg_bkgd.jpg");
	margin: 0;
	padding: 0;
}

#body {
	width: 900px;
	background-color: #45c641;
	margin: auto;
	}



#header {
	height: 160px;
	width: 900px;
	background-color: #000;
	background-image: url(../img/header.jpg); 
	color: #fff;
	}

#left-col {
	height: 100%;
	width: 140px;
	background-color: #45c641;
	float: left;
	text-align: left;
	}

#mid-col {
	height: 100%;
	width: 690px;
	display: inline;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: url("../img/border.gif");
	background-repeat: repeat-y;
	background-color: #F3F3F3;
	float: right;
	margin: 0px 0px 0px 0px;
	padding-left: 50px;
	padding-right: 20px;
	}

#foot {
	clear: both;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	height: 70px;
	width: 900px;
	background-color: #ea562e;
	font-size: 12px;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	}

#primary-nav {
	color: #444;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	width: 150px;
	font-size: 14px;
	list-style:none;
	line-height: 25px;
	margin-left: 5px;
	padding: 0;
	text-align: left;
	}
	
#secondary-nav {
	color: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	list-style:none;
	line-height: 20px;
	margin: 0 0 0 30px;
	text-align: left;
	}
	
#primary-nav a.current  {
	color: #FFCC33;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	width: 150px;
	font-size: 12px;
	list-style:none;
	line-height: 25px;
	margin-left: 0px;
	padding: 0;
	text-align: left;
	font-weight: bold;
	}
	
#secondary-nav a.current  {
	color: #FFCC33;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	list-style:none;
	line-height: 20px;
	margin: 0 0 0 0px;
	text-align: left;
	}

hr {
      border: 0;
    }
    
hr.yellow {
	color: #FFCC00;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	background-color: #FFCC00;
	height: 5px;
}

hr.green {
	color: #45c641;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background-color: #45c641;
	height: 5px;
}
	
p {
	font-size: 12px;
}

.post {
	height: 100%;
	margin: 10px 0px 5px 0px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.post a:link {
	color: #009922;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
.post a:visited	{
	color: #009922;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	}	

	
h1	{	
	font-size: 12px;	
	line-height: 12px;
	padding: 4px 0 0 0;
	font-weight: normal;
}

h2	{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 14px;
	font-weight: normal;
	}


h3	{	
	font-size: 12px;	
	line-height: 14px;
	margin: 2px 0 0 0;
	font-weight: normal;
	}


img {
	display: block;
	margin-left: auto;
    margin-right: auto;
}


a:	{
	color: #000;
	text-decoration: none;
	}	

a:link	{
	color: #fff;
	text-decoration: none;
	}

a:visited	{
	color: #fff;
	text-decoration: none;
	}	

a:hover	{
	color: #fff;
	text-decoration: none;
	}

a:active	{
	color: #fff;
	}
