

/* the ui_clear div is used to clear two floated elements*/

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

/* Beginning of Template CSS*/

body {
	margin: 0px;
	background-color: #fff;
}

.ui_page {
	width: 764px;
	margin: 0 auto;
	margin-top: 17px;
	border: solid 2px #33842A;
	background: transparent url(/images/page_bg.jpg) repeat-y top left;
}

.ui_header {
	background: transparent url(/images/header.jpg) no-repeat top left;
	width: 764px;
	height: 129px;
	border-bottom: solid 2px #33842A;
}

.ui_left {
	width: 173px;
	float: left;
}

.ui_right {
	width: 587px;
	float: right;
}

.ui_main_content_wrapper {
	padding: 7px;
}

.ui_main_content {
	width: 570px;
}	

.ui_topofpage {
	text-align: right;
	padding: 10px 20px 5px 0;
}

.ui_footer_wrapper {
	border-bottom: solid 2px #33842A;
	border-left: solid 2px #33842A;
	border-right: solid 2px #33842A;
	background: transparent url(/images/footer_bg.gif) repeat-x top left;
	width: 764px;
	height: 75px;
	margin: 0 auto;
}

.ui_footer {
}

.ui_copyright {
	font-size: 10px;
	width: 500px;
}

.ui_tagline {
	font-size: 10px;
	padding-bottom: 10px;
	width: 500px;
}

.ui_tagline a:link,
.ui_tagline a:visited,
.ui_tagline a:active { font-size: 10px; color: #33842A;}

.ui_tagline a:hover {font-size: 10px; color: #33842A;}
