/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat;
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
p, li {
	font-size: 12px;
	line-height:1.7em;
}
p, h1 {
	margin: 15px;
}
h1 {
	margin-top:35px;
	font-size: 18px;
	color: #1F5300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #469F11;
}
h2 {
}
address {
	padding: 15px 0;
	font-style:normal;
	font-weight:bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
.left {
	float: left;
	margin-right: 5px;
}
.right {
	float: right;
	margin: 20px 22px 0 0;
}
.leftborder {
	padding: 1px;
	border: 1px solid #000;
	float: left;
	margin-right: 5px;
}
.rightborder {
	padding: 1px;
	border: 1px solid #000;
	float: right;
	margin-left: 5px;
}
.border {
	padding: 1px;
	border: 1px solid #000;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
/* ----------------- NAV ELEMENTS ----------------- */
a:link, a:hover, a:active, a:visited {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	margin: auto;
	position: relative;
	width: 770px;
	background-image: url(images/bg_container.gif);
	background-repeat: repeat-y;
}
div#header {
}
div#sidebar {
	padding-top:25px;
	float:left;
	width:281px;
	background-image: url(images/bg_sidebar.gif);
	background-repeat: no-repeat;
	background-position: top;
}
div#content {
	width: 489px;
	float:left;
	background-image: url(images/bg_content.gif);
	background-repeat: no-repeat;
	background-position: top;
}
div#footer {
	clear:both;
	font-size: 10px;
	height:10px;
	background-color: #231F20;
}
div#footer a:link, div#footer a:visited {
}
div#copyright {
	padding-top: 3px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1E5200;
}
div#copyright a:link, div#copyright a:visited {
	color: #317E02;
}
div#copyright img {
	padding: 5px 0 9px;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.large {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color: #235202;
}

