﻿* {
	margin: 0;
	padding: 0;
}

body {
	background: #E3E3E6
	font-typ: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #454545;
}

h1, h2, h3 {
	color: #990000;
}

h1 {
	margin-bottom: .5em;
	font-size: 250%;
	font-weight: bold;
	letter-spacing: 3px;
}

h2 {
	margin-bottom: .5em;
	font-size: 145%;
	font-weight: bold;
	letter-spacing: 1px;
}

h3 {
	font-size: 125%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 140%;
	font-size: 117%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(/html/img/img07.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #454545;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	background: url(/html/img/img03.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 650px;
	padding: 20px 30px 20px 50px;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(/html/img/img04.gif) repeat-x left bottom;
}

.floating-box {
	float: left;
	width: 300px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 110%;
}

.floating-box img {
	border: 1px solid #C0C0C0;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
}

#links {
}

#links ul {
	background: url(/html/img/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(/html/img/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(/html/img/img08.gif) no-repeat left center;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

/* Banner */

#banner {
	float: left; 
	margin-left: 5px;
    position: relative;
    padding-bottom: 10px;
    border: none; 
}
#banner img {
	border:none;
	}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #808080;
	border: none;
	padding-bottom: 15px;
}
p span {
	font-style: bold;
	color: #333333;
}

.style2 {
	border-width: 0px;
	padding-bottom: 15px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #333333;
}
	