body {
	text-align : center;
	background-color : #006634;
}

body, p, td, th, li {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
	color : #000000;
}

h1 {
	font-size : 18px;
	color  : #006634;
	text-transform : uppercase;
}

h2 {
	font-size : 15px;
	color : #013434;
}

#Layout {
	width : 739px;
	height : 600px;
	background-image : url("images/template_bkg.jpg");
	background-repeat : repeat-y;
	background-position : top left;
	margin : 0px auto;
	text-align : left;
}

#TopBar {
	height : 282px;
}

#ContentTable {
	width : 100%;
}

#NavBar {
	width : 116px;
}

#Content {
	padding : 27px 61px 38px 109px;
	vertical-align : top;
}

#BottomBar {
	background-image : url("images/bottomBar.jpg");
	background-repeat : no-repeat;
	background-position : top left;
	height : 43px;
	color : #006634;
	font-size : 10px;
	line-height : 10px;
	text-align : center;
	vertical-align : top;
	padding-top : 15px;
}

