* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #7f9079 url(images/structure/bodybg.jpg) top center repeat-y;
	font-size: 100%;
	text-align: justify;
}

body, th, td, input, textarea, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
/* Header */
#header {
	width: 800px;
	height: 200px;
	margin: 0 auto;
}
/* Page */
#page {
	width: 750px;
	margin: 0 auto;
	padding: 0px;
	line-height: 15px;
	text-align: left;
}
#page-bgtop {
	margin: 0px;
	padding: 0px;
}
#page-bgbtm {
	padding: 10px;
}
/************ Typography *********/

h1 { 
	font-size: 20px;
	line-height: 30px;
	margin: 15px 0;
	color: #033;
}
h2 { 
	font-size: 16px;
	line-height: 18px;
	margin: 10px 0;
	color:#033;
}
h3 { 
	font-size: 14px;
	line-height: 16px;
	margin: 10px 0; 
	color: #033;
}
h4 {
	font-size: 12px;
	margin: 10px 0;
	color: #033;
	}

p {
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0 10px 5px;
}
a {
	color: #369;
	text-decoration: none;
}
a:hover {
	color: #39C;
	text-decoration: underline;
}
ul {
	padding: 5px 10px 5px 30px;
	font-size: 12px;
	line-height: 18px;
}
hr {
	color:#966;
}
/********************* Content */
#content {
	float: right;
	width: 500px;
	margin: 0;
}
.navigation {
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
#content img {
	margin: 10px 0;
}
/********************** Sidebar ********/
#sidebar {
	float: left;
	width: 210px;
	margin-bottom: 5px;
}
#sidebar h3 {
	margin: 5px 0;
	padding-top: 5px;
	font-size: 13px;
	color: #030;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar img {
	margin: 5px 5px 5px 5px;
}
/******* Sidebar Navigation ********/
#sidebar #nav {
	padding: 5px 5px 5px 0px;
	margin-bottom: 10px;
}
#sidebar #nav ul{
	margin: 5px;
	padding: 0;
	list-style-type: none;
}
#sidebar #nav ul a {
	display: block;
	width: 200px;
	height: 39px;
	line-height: 39px;
	text-decoration: none;
	color: #030;
	background: #000033 url(images/structure/nav/navlinkbg03.png) no-repeat left bottom;
	text-indent: 15px;
	margin-bottom: 1px;
}
#sidebar #nav ul a:hover {
	background: url(images/structure/nav/navlinkbg03.png) right bottom;
	color:#003366;
}
#sidebar #nav ul li {
	display: inline; /* :Kludge: Removes large gaps in IE/Win */
}	
/********************** content bottom pics *************/
#cntntbtmpics {
	width: 740px;
	margin: 0;
}
#cntntbtmpics #left {
	float: left;
	width: 200px;
	margin: 0;
}
#cntntbtmpics #left #picleft {
	padding: 0 5px;
}
#cntntbtmpics #right {
	float: right;
	width: 500px;
	margin: 0;
}
#cntntbtmpics #right img {
	margin: 0;
}
/************************* Footer */
#footer {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
}
#footer p{
	text-align: center;
}
.footpadding {
	padding: 10px 20px;
}
#footer ul li{
	display: inline;
	font-size: 12px;
	line-height: 14px;
}
/*************** Webdesign *************/
#webdesign {
	margin: 0 auto;
	width: 780px;
	text-align: center;
	font-size: 10px;
}
#webdesign a img {
	text-decoration: none;
	border: none;
}
#webdesign p {
	text-align: center;
	font-size: 10px;
	line-height: 15px;
}
/*********************** contact table********/
table {
	font-size: 12px;
	color: #039;
}
table .pics h3 {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
}
table .pics td {
	width: 200px;
	
}
td, th {
	padding: 3px;
}

.tdleft {
	 width:132px;
	 text-align: right;
	 font-size: 12px;
}
.tdright {
	width: 133px;
	 font-size: 12px;
	 text-align: left;
	 padding-right: 5px;
}
/************* Classes *****************/
.padding {
	padding: 20px 25px;
}
img { border: none; }
img .left {
	float: left;
	margin: 3px 20px 30px 0px;
}
.right {
	float: right;
	margin: 3px 0px 10px 30px;
}
.clear {
	clear: both;
}
.clear p {
	text-align: center;
}
.praise {
	color: #063;
}
.fltrt {
	float: right;
	margin-left: 5px;
}

