﻿body {
	background-position: top;
	margin: 0px;
	background-color: #221E1F;
	color: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-image: url('images/tile.jpg');
	background-repeat: repeat-x;
}

a {
	color: blue;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
h1 {
	margin-top: 10px;
	padding-top: 0px;
	font-family: "Palatino Linotype";
	font-weight: bold;
	font-size: 24pt;
	padding-bottom: 0px;
	margin-bottom: 5px;
	font-style: italic;
	color: #FFFFFF;
}
h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-family: "Palatino Linotype";
	font-weight: bold;
	font-size: 14pt;
	padding-bottom: 0px;
	margin-bottom: 5px;
	font-style: italic;
}

ul {
	list-style-image: url('images/bullet.gif');
}

ol {
	
}

.formTitle {
	margin-top: 15px;
}

#siteWrapper {
	width: 934px;
	margin-right: auto;
	margin-left: auto;
}
#topWrapper {
	background-image: url('images/shadow-top.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #DDCCCF;
	text-align: center;
	height: 60px;
	padding-top: 20px;
	padding-right: 17px;
	padding-left: 17px;
}
#bodyWrapper {
	background-image: url('images/shadow-tile.png');
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 17px;
	padding-left: 17px;
}
#navWrapper {
	background-position: right center;
	color: #ECC1C8;
	background-color: #631F2A;
	height: 25px;
	padding-top: 10px;
	padding-left: 23px;
	background-image: url('images/nav-back.jpg');
	background-repeat: no-repeat;
}
#navWrapper a {
	text-decoration: none;
	color: #ECC1C8;
	font-weight: bold;
	font-size: 11pt;
}
#navWrapper a:hover {
	color: #FFFFFF;
}
#contentWrapper {
	padding-right: 23px;
	padding-bottom: 23px;
	padding-left: 23px;
}
#leftCol{
	float: left;
	width: 665px;
	background-color: #323232;
}
#rightCol{
	float: left;
	width: 235px;
}
#formDiv {
	background-position: center top;
	font-size: 9pt;
	color: #FFFFFF;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	background-image: url('images/form-back.png');
	background-repeat: no-repeat;
	margin-top: 20px;
	height: 355px;
}
#bottomShad {
	background-image: url('images/shadow-bottom.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 22px;
}
#footerWrapper {
	color: #5A4E51;
	font-size: 9pt;
	text-align: center;
	line-height: 18px;
	margin-bottom: 30px;
}
#footerWrapper a {
	color: #5A4E51;
	text-decoration: none;
}
#footerWrapper a:hover {
	text-decoration: underline;
}


/* ------------ FORM STYLES -------------- */

textarea{
	width: 150px; 	
	
}
