html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 8pt;
	text-align: center;
	color: #646464;
	background: #DDDDDD;
}

.clear { 
	clear: both;
}

/* LINKS */

a:link {
	color: #646464;
	text-decoration: none;
}

a:visited {
	color: #646464;
	text-decoration: none;
}

a:hover {
	color: #A0A0A0;
	text-decoration: none;
}

a:active {
	color: #A0A0A0;
	text-decoration: none;
}

#outer-wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	font: normal normal 8pt Tahoma, Arial, sans-serif;
	background: #FFFFFF url(images/outer-bkg.gif) repeat-y;
}

#header-wrapper {
	width: 950px;
	height: 235px;
	margin: 0;
	padding: 0;
}

#content-wrapper {
	width: 950px;
	text-align: left;
}

#left-sidebar-wrapper {
	width: 243px;
	margin: 0;
	padding: 0;
	float: left;
}

#left-sidebar-content {
	width: 229px;
	position: relative;
	left: 8px;
}

#nav-box {
	width: 229px;
	height: 385px;
	background: url(images/nav-bkg.jpg) no-repeat;
}

#arc-box {
	width: 229px;
	height: 129px;
	background: url(images/arc-bkg.jpg) no-repeat;
}

#main-wrapper {
	width: 543px;
	padding: 0;
	margin: 0;
	float: left;
	text-align: left;
}

#main-content {
	width: 543px;
	min-height: 350px;
	text-align: justify;
}

#hp-top {
	width: 513px;
	height: 240px;
	padding: 15px;
	background: url(images/hp-top-bkg.jpg) no-repeat;
}

#hp1 {
	width: 543px;
	height: 150px;
	background: url(images/hp1.jpg) no-repeat;
}

#hp2 {
	width: 543px;
	height: 150px;
	background: url(images/hp2.jpg) no-repeat;
}

#right-sidebar-wrapper {
	width: 164px;
	margin: 0;
	padding: 0;
	float: right;
}

#right-sidebar-content {
	width: 130px;
	position: relative;
	left: 25px;
}

#footer-wrapper {
	width: 950px;
	height: 90px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: url(images/footer-bkg.jpg) no-repeat;
}

#footer-content { 
	padding-top: 22px;
	padding-left: 21px;
	padding-right: 21px;
	font-size: 7pt;
}

.content {
	padding: 10px 20px;
	line-height: 1.5em;
}

.rsb-banner {
	margin-bottom: 20px;
}

.title {
	font-size: 12pt;
	color: #226A96;
	font-style: oblique;
	position: relative;
	top: 7px;
	left: 15px;
}

.title2 {
	font-size: 12pt;
	color: #226A96;
	font-style: oblique;
}

.subtitle {
	font-size: 10pt;
	color: #226A96;
	font-weight: bolder;
}

.btn {
	background-color: #8E887C;
}

.nav-item {
	width: 197px;
	height: 30px;
	font-weight: bolder;
	background: url(images/nav-bkg.gif) no-repeat;
	position: relative;
	left: 14px;
	top: 10px;
}

.forms {
	font: normal normal 10pt Tahoma, Arial, sans-serif;
	color: #7F795B;
	background-color: #FFFFFF; 
	border: 1px #C0BAA4 solid;
}

.altlink {
	color: #0F6093;
}

a.altlink, a.altlink:link, a.altlink:visited {
	color: #0F6093;
    text-decoration: none;
}

a.altlink:hover, a.altlink:active {
	color: #646464;
    text-decoration: none;
}

.altlink2 {
	color: #FFFFFF;
}

a.altlink2, a.altlink2:link, a.altlink2:visited {
	color: #FFFFFF;
    text-decoration: none;
}

a.altlink2:hover, a.altlink2:active {
	color: #FFFFFF;
    text-decoration: none;
}

.more {
	color: #D0D0D0;
	font-weight: bolder;
}

a.more, a.more:link, a.more:visited {
	color: #D0D0D0;
    text-decoration: none;
}

a.more:hover, a.more:active {
	color: #FFFFFF;
    text-decoration: none;
}
