﻿body, p, td, th, li {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
	line-height : 18px;
}

html {
	margin : 0px;
	padding : 0px;
}

body {
	margin : 0px;
	padding : 0px;
	background : url('img/layout/body.bkg.png') repeat-x top left #D9D7C5 fixed;
}

#Layout {
	position : relative;
	width : 1063px;
	min-height : 429px;
	padding : 0px 4px;
	background : url('img/layout/layout.bkg.png') repeat-x top left #D9D7C5 fixed;
	margin : 9px auto;
}

#NavBar {
	height : 34px;
}

#NavBar div:first-child {
	background : #465828;
	float : left;
	width : 324px;
}

#NavBar div {
	background : #FFFFFF;
	float : right;
	width : 735px;
	height : 34px;
	text-align : center;
	font-size : 13px;
}

#NavBar div a:link,
#NavBar div a:visited {
	position : relative;
	top : 9px;
	margin : 0px 14px;
	color : #5B7400;
	text-decoration : none;
}

#NavBar div a:hover,
#NavBar div a:active {
	color : #465828;
}

#NavBar div:first-child a:link,
#NavBar div:first-child a:visited {
	margin : 0px 30px;
	color : #FFFFFF;
	text-transform : uppercase;
}

#NavBar div:first-child a:hover,
#NavBar div:first-child a:active {
	color : #DDDDDD;
}

#Main {
	position : relative;
}

#SideBar {
	position : absolute;
	left : 0px;
	top : 0px;
	bottom : 0px;
	width : 324px;
	background : #465828;
}

#BottomImage {
	position : absolute;
	bottom : 0px;
	left : 0px;
}

#MainImage {
	float : right;
	width : 735px;
	margin-bottom : 4px;
}

#MainContent {
	float : right;
	width : 735px;
	min-height : 450px;
	background : #FFFFFF;
	color : #336633;
	padding : 0px;
	line-height : 25px;
}

#InnerContent {
	padding : 29px 38px 29px 19px;
}

#BottomBar {
	text-align : center;
	padding-bottom : 32px;
	line-height : 12px;
	color : #014B5B;
	clear : both;
}

#BottomBar span {
	margin : 0px 10px;
}

#NavBar img,
#SideBar img {
	border : none;
}

tr.formFirstRow {
	display : none;
}

div.breaker {
	height : 0px;
	clear : both;
	float : none;
	overflow : hidden;
}
