/* @group Global */

html, body {
	border: 0;
	margin: 0;
	padding: 0;
	background: #aaaabb url(images/bg.jpg) repeat-x center top;
}

body {
	font: 80%/1.4 "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #aaaabb;
}

/* @end */

/* @group Layout */

#wrap {
	width: 860px;
	margin: 0 auto;
}

#topbar {
	width: 860px;
	height: 31px;
	background: url(images/topbar.jpg) no-repeat center top;
	margin-top: 10px;
}

#header {
	height: 284px;
	width: 860px;
	margin: 0 auto;
	padding: 0;
	background: url(images/mainimg.jpg) center top;
}

#content {
	background: url(images/contentbg.gif) repeat-y center top;
	padding: 25px 25px 5px 25px;
	min-height: 200px;
}

#content ul.contentnormal li {
	margin-bottom: 5px;
	list-style-type: circle;
	margin: 0;
	padding: 0;
}

#content ul.contentnormal ul {
	margin: 0;
	padding: 0 0 0 20px;
}

#content ul.contentnormal li ul li {
	padding: 0;
	font-size: 1.15em;
}

#content a:hover {
	text-decoration: none;
}

#leftbox {
	width: 48%;
	padding: 0;
	float: left;
	color: #8a9a8e;
}

#leftbox.quote {
	width: 44%;
	padding: 0;
	padding-left: 33px;
	padding-top: 6px;
	float: left;
	color: #8a9a8e;
	background: url(images/quote.gif) no-repeat left top;
}

#rightbox {
	width: 48%;
	padding: 0;
	float: right;
	color: #8a9a8e;
}

#rightbox.quote {
	width: 44%;
	padding: 0;
	padding-left: 33px;
	padding-top: 6px;
	float: right;
	color: #8a9a8e;
}

p.quote {
	background: url(images/quote.gif) no-repeat left top;
	padding-left: 33px;
	padding-top: 6px;
}

#rightbox img {
	border: 1px solid #aaaabb;
	margin-left: 10px;
}

#rightbox a {
	color: #8a9a8e;
	text-decoration: underline;
}

#rightbox a:hover {
	color: #757581;
	text-decoration: none;
}

#footer {
	text-align: right;
	padding: 0 20px 0 0;
	font-size: .9em;
	min-height: 58px;
	background: #fff url(images/bottombar.jpg) no-repeat center bottom;
	margin-bottom: 20px;
}

#footer p {
	color: #9e9fb0;
	padding: 0;
	line-height: 1.2em;
	padding-top: 10px;
}

#footer a {
	color: #9e9fb0;
}

#footer a:hover {
	color: #572c52;
	text-decoration: underline;
}

/* @end */

/* @group Formatting */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	padding: 0 0 0 0;
	letter-spacing: -1px;
	font-size: 1.7em;
	color: #758278;
	border-bottom: 1px solid #b3c9b8;
	margin: 0 0 20px 0;
	font-weight: lighter;
}

h2 {
	padding: 0;
	margin-bottom: 2px;
	letter-spacing: -1px;
	font-size: 1.2em;
	color: #758278;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, ul, ol {
	margin: 0;
	padding: 0 0 18px 0;
	color: #758278;
	font-size: .9em;
}

p.borderleft {
	border-left: 2px solid;
	padding-left: 15px;
	margin: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
}

ul, ol {
	list-style: none;
	padding: 0 0 18px 40px;
}

blockquote {
	margin: 22px 40px;
	padding: 0;
}

small {
	font-size: 0.85em;
}

img {
	border: 1px solid #aaaabb;
	margin-right: 20px;
	margin-bottom: 20px;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

a, a:visited {
	color: #758278;
	text-decoration: underline;
}

a:hover {
	color: #757581;
	text-decoration: none;
}

/* @end */

/* @group Tables */

table {
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	color: #758278;
	font-size: 1.0em;
}

table tr td {
	padding: 2px;
}

/* @end */

/* @group Forms */

form {
	display: inline;
	color: #8a9a8e;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

input, select, textarea {
	color: #4c544e;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

form textarea {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1em;
}

textarea {
	line-height: 1.25;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1em;
}

label {
	cursor: pointer;
	vertical-align: top;
}

/* @end */

/* @group Classes */

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	border-bottom: 1px solid;
}

.highlight {
	background: #ffc;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

.img-left {
	float: left;
	margin: 4px 10px 4px 0;
}

.img-right {
	float: right;
	margin: 4px 0 4px 10px;
}

.nopadding {
	padding: 0;
}

.noindent {
	margin-left: 0;
	padding-left: 0;
}

.nobullet {
	list-style: none;
	list-style-image: none;
}

/* @end */
