@charset "utf-8";
/*Text Designs*/
h1 {
	font-family: Tahoma;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	color: #197a2b;
}
h2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align:left; 
	color: #FFFFFF;
}
h3 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-align:left; 
}
p {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-align:left; 
}
ul {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-align:left; 
}
.footer {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	text-align:center;
	padding: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
}
/*Positioning*/
.contentholder {
	z-index: 9;
	position:relative;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	vertical-align: top;
	width: 800px;
	margin:0 auto; 
	text-align:center;
}
.nav {
	z-index: 10;
	position: relative;
}
#content {
	z-index:3;
	position:relative;
	background-image:url(site_images/bg-part-trans.png);
}
.divalignright {
	padding-right:10px;
	text-align: right;
}

.divpadding {
	padding: 10px;
	margin:0px;
}
/*Positioning Design Elements*/
.rings {
	z-index: 2;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.bottomline {
	z-index: 1;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: none;
}

