/*Basic styles for entire site*/
.container {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333;
	background-color: #FFF;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
body {
	background-color: #e2ded2;
}
.row900 {
	background-color: #FFF;
	background-image: url(assets/bkgnd7.gif);
	background-repeat: repeat-y;
	float: left;
	width: 900px;
}
.footer_box {
	float: left;
	height: 67px;
	width: 845px;
	text-align: center;
	padding-right: 6px;
	padding-left: 45px;
	line-height: 14px;
	padding-top: 0px;
	background-color: #ded9c9;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006633;
	border-right-color: #006633;
	border-bottom-color: #006633;
	border-left-color: #006633;
	font-size: 11px;
	background-image: url(assets/logo_51.gif);
	background-repeat: no-repeat;
	padding-bottom: 0px;
}
.left_col {
	float: left;
	width: 204px;
	padding-right: 8px;
	padding-left: 8px;
	height: auto;
}
.centre_col {
	float: left;
	width: 680px;
}
.row680 {
	float: left;
	width: 680px;
}
.box680 {
	float: left;
	width: 664px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	height: auto;
}
.header_box {
	width: 900px;
	height: 170px;
}
.menu_box {
	float: left;
	width: 204px;
	padding-top: 12px;
	height: 492px;
}
.sideBoxL {
	float: left;
	width: 204px;
}
/*Re-format tags*/
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	margin-top: 7px;
	margin-bottom: 7px;
}
ul {
	margin-top: 5px;
	margin-bottom: 7px;
}
/*Font styles*/
.big20 {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #063;
	margin-bottom: -6px;
}
.tmns12 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.verd11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.medium14 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #5c543c;
	margin-bottom: -3px;
	margin-top: 10px;
}
.medium16 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF9F00;
	margin-top: 12px;
	margin-bottom: -3px;
}
/* Link styles
   default links */
a:link {
	color:#2d3a8b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2d3a8b;
}
a:hover {
	text-decoration: none;
	color:#060;
}
a:active {
	text-decoration: none;
}
/* Custom link styles */
a.green_link:link {
	color:#060;
	text-decoration: none;
}
a.green_link:visited {
	text-decoration: none;
	color: #060;
}
a.green_link:hover {
	text-decoration: none;
	color:#df6900;
}
a.green_link:active {
	text-decoration: none;	
}
/* Styles for special effects */
.hot_box {
	float: right;
	width: 184px;
	margin-top: 15px;
	padding-top: 6px;
}
.col_header {
	font-size: 15px;
	font-weight: bold;
	color: #3d623d;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a24500;
	border-bottom-color: #a24500;
	background-color: #f0f1d5;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	padding-top: 3px;
	padding-bottom: 2px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

