/* CSS Document */
<style type="text/css">
html { 
	font-size: 80%; 
	height: 100%;
}
body {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 62.5%;
	text-align: left; 
	height: 100%;
}
#container {
	width: 1000px;
	min-height: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
	background: #FFF url(../images/Horizontal.gif) repeat-y;
/*	float: left; */
}
#content {
	margin-top: 20px;
/*	background: #FFF url(../images/Horizontal.gif) repeat-y; */
	float: left;
	width: 100%
}
* html #content {
	height: 100%;
}
#content .gradient, #footer {
	font-size: 75%;
	font-weight: bold;
}
#navbar {
	width: 206px;
	height: 64px;
	float: left;
}
#navbar a {
	text-decoration: none;
}
#navbar a:link {
		color: #330167;
}
#navbar a:visited {
	color: #333333;
}
#navbar a:hover {
	color: #0000FF;
}
#main {
	width: 732px;
	margin: 0 30px 0 30px;
	float: left;
	font-size: medium;
}
.clear {
	clear: both;
}
.quote {
	border:1px solid #330167;
	background:#EFEAFA url(../images/quote-left.gif) no-repeat left top;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 10px;
	padding-left: 40px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:85%;
	font-family:Arial;
}
.quote div {background: transparent url(../images/quote-right.gif) right bottom no-repeat;
 padding-right: 40px;
 padding-bottom: 10px;
}
#content .gradient {
	height: 64px;
}
#navbar .gradient {
	background: #FFF url(../images/NavButton.gif) no-repeat;
	padding: 0px 20px 0 14px;
}
#footer {
	height: 96px;
	padding: 20px 236px 0 236px;
	background: #FFF url(../images/Footer.gif) no-repeat;
	clear:both;
}
.style1 {
	font-family: "Lucida Calligraphy", Georgia, serif;
	font-size: 14px;
	font-style: italic;
	color: #330167;
	font-weight: bold;
	line-height: 3.2;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
}
#content h1 {
	font-size: 1.4em;
	line-height: 2em;
	font-weight: bold;
	border-bottom: 2px solid #330167;
}
#content h2 {
	font-size: 1.2em;
	line-height: 2em;
	font-weight: normal;
	border-bottom: 1px dotted #330167;
}
#content h3 {
	font-size: 1em;
	font-weight: bold;
}
#content img {
	border: none;
	padding: 4px;
	margin: 3px;
}
#main p {
	font-size: 75%
	line-height: 1.5em;
}
</style>
