/*
      Created by The Market Place
	  
	
	  
*/

* { padding: 0; margin: 0; }
ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 10px;
	padding-left: 10px;
}

body {
	font-family: "Trebuchet MS";
	font-size: 13px;
}
#wrapper {
	margin: 0 auto;
	width: 922px;
	border: 1px solid #000000;
}
#header {
	color: #333;
	width: 902px;
	float: left;
	padding: 10px;
	height: 232px;
	margin: 0px;
	background: #FFFFFF url(../i/banner.jpg) repeat-x;
	border-top: 0px solid;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
#navigation {
	float: left;
	width: 902px;
	color: #FFFFFF;
	padding: 7px 10px;
	margin: 0px;
	background: #003399;
	text-align: right;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
#leftcolumn {
	color: #333;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px 5px 10px 0px;
	width: 200px;
	float: left;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
#content {
	float: left;
	color: #333;
	background: #FFFFFF;
	margin: 0px;
	padding: 10px 5px 10px 10px;
	width: 465px;
	display: inline;
	border-top: 0px none;
	border-right: 1px solid #ccc;
	border-bottom: 0px none;
	border-left: 1px solid #ccc;
}
#rightcolumn {
	color: #333;
	background: #FFFFFF;
	margin: 0px;
	padding: 10px 10px 10px 2px;
	width: 210px;
	float: right;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
#footer {
	width: 902px;
	clear: both;
	color: #FFFFFF;
	background: #003091;
	margin: 0px;
	padding: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align: center;
}
#wrapper #navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#wrapper #navigation a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}
#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
}

#navcontainer li { margin: 0 0 .2em 0; }

#navcontainer a
{
	display: block;
	color: #000000;
	width: 175px;
	padding: 0.2em 0.8em 0.2em 0.5em;
	text-decoration: none;
	height: 30px;
	background-image: url(../i/nav_bg.jpg);
	background-repeat: no-repeat;
}

#navcontainer a:hover
{
	color: #333333;
	font-family: "Trebuchet MS";
	font-size: 15px;
	background-image: url(../i/nav_bg.jpg);
	background-repeat: no-repeat;
	text-decoration: underline;
}
#wrapper #rightcolumn a:link {
	color: #007E3D;
	text-decoration: none;
}
#wrapper #rightcolumn a:visited {
	color: #02813E;
}
#wrapper #rightcolumn a:hover {
	color: #00803E;
	text-decoration: underline;
}
#wrapper #rightcolumn a:focus {
	color: #00803D;
	text-decoration: underline;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 25px;
	line-height: 30px;
	color: #007F3E;
	text-transform: uppercase;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #007F3F;
}
.homelargetext {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 22px;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000000;
	background-color: #ECC15D;
	text-indent: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.floatright {
	float: right;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.floatleft {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 2px;
}
