BODY {
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px 0px 0px 0px;
}
#contentArea {
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#leftside {
	color: #CCCCCC;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	font-size: 0.75em;
}
.rightside {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 1.0em;
	color: #333333;
	line-height: 1.5em;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#contentTable {
	padding-top: 6px;
	padding-bottom: 7px;
}
h1 {
	font-weight: normal;
	color: #FF0000;
	margin: 7px 0px 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#leftside h1 {
	color: #FFFFFF;
	padding-left: 12px;
	padding-bottom: 15px;
}
input {
	background-color: #CCCCCC;
	padding: 2px;
	border: 0px none;
	margin: 2px;
	color: #333333;
}
textarea {
	background-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 0px none;
	padding: 3px;
	color: #333333;
}
form {
	margin: 0px;
	padding: 0px;
}
.btn {
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 96px;
	color: #FFFFFF;
}
#footer {
	color: #999999;
	font-size: 0.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 5px 10px;
}
a:link, a:visited {
	color: #3366CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
.quoteIMG {
	background-image: url(images/quoteimage.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 287px;
	width: 380px;
}
