/*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: #e2e7da;
}
.row900 {
	background-color: #FFF;
	background-image: url(assets/backgnd9.png);
	background-repeat: repeat-y;
	float: left;
	width: 900px;
}
.footer_box {
	float: left;
	height: 52px;
	width: 888px;
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4d4f27;
	line-height: 14px;
	padding-top: 2px;
}
.right_col {
	float: right;
	width: 171px;
	padding-right: 12px;
	padding-left: 12px;
}
.left_col {
	float: left;
	width: 171px;
	padding-right: 12px;
	padding-left: 12px;	
}
.centre_col {
	float: left;
	width: 679px;
}
.row703 {
	float: left;
	width: 679px;
}
.box510 {
	float: left;
	width: 663px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}
.header_box {
	float: left;
	width: 900px;
}
.sideBoxR {
	float: right;
	width: 171px;
}
.menu_box {
	height: 301px;
	width: 171px;
	padding-top: 12px;
	float: left;
}

.sideBoxL {
	float: left;
	width: 171px;
}
/*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: #a24500;
	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: #858756;
	margin-bottom: -3px;
	margin-top: 10px;
}
.medium16 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #3d623d;
	margin-top: 12px;
	margin-bottom: -3px;
}
/* Link styles
   default links */
a:link {
	color:#a24500;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a24500;
}
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: 171px;
	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;
}
.style3 {color: #0000FF}
.style4 {color: #3366CC}
.style5 {color: #EBE9ED}
.style6 {color: #333}
.style7 {font-size: 9px}

