* {
	padding: 0px;
	margin: 0px;
}

html { min-height: 100%; margin-bottom: 1px; }

body {
	text-align: center;
	margin: 0px 0px 0px 0px;
	min-height: 100%;
	background: #CCCCCC url('../images/layout/headerbg1.jpg') repeat-x top left;
}

ul, ol {
	margin-left: 30px;
	font-size: 12px;
}

.clear {
	clear: both;
	height: 1px;
	min-height: 1px;
	line-height: 1px;
}

h1 {
	margin: 15px 0px 10px 0px;
	font-weight: normal;
	font-family: 'Times New Roman';
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #990000;
}

h2 {
	margin: 20px 0px 10px 0px;
	font-weight: normal;
	font-family: 'Times New Roman';
	font-size: 16px;
	font-weight: bold;
	color: #336699;
}

h3 {
	margin: 20px 0px 10px 0px;
	font-weight: normal;
	font-family: 'Times New Roman';
	font-size: 14px;
	font-weight: bold;
	color: #99CC66;
}

p {
	margin: 0px 25px 15px 0px;
	color: #333333;
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
}

div {
	color: #333333;
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
}


input {
	font-size: 11px;
	font-family: Arial;
	color: #333333;
}

a {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	line-hieght: 16px;
}

a:hover {
	text-decoration: underline;
}

.spacer {
	clear: both;
	height: 15px;
}

img.bordered {
	border: 1px solid #FF9900;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	background: #FFFFFF;
}





#header {
	width: 780px;
	height: 166px;
	margin: 0px auto;
	background: #CCCCCC url('../images/layout/blankheader3.jpg');
}

#headerLeft {
	width: 280px;
	float: left;
	font-family: 'Century Gothic', Verdana;
	font-size: 36px;
	color: #FFFFFF;
	margin: 70px 0px 0px 20px;
	text-align: left;
	line-height: 30px;
}

#headerRight {
	float: right;
	width: 330px;
	text-align: right;
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #FFFFFF;
	margin: 85px 20px 0px 0px;
	font-weight: bold;
}

#nav {
	width: 780px;
	height: 48px;
	margin: 0px auto;
	background: #990000;
	text-align: left;
}

#navLeft {
	clear: both;
	float: left;
	width: 80px;
	margin: 2px 0px 0px 20px;
}

#navRight {
	float: left;
	width: 660px;
	line-height: 48px;
	height: 48px;
}

#navRight a {
	text-decoration: none;
	height: 18px;
	line-height: 18px;
	padding: 6px 9px 6px 9px;
	color: #FFFFFF;
	font-size: 15px;
	font-family: Arial, Verdana;
}

#navRight a:hover {
	background: #FFFFFF;
	text-decoration: none;
	color: #990000;
}

#bodyContainer {
	margin: 0px auto;
	width: 780px;
	background: #FFFFFF;
}

#body {
	width: 750px;
	clear: both;
	margin: 0px auto;
	text-align: left;
}


#bodyLeft {
	clear: both;
	float: left;
	width: 10px;
	margin-top: 10px;
}

#bodyRight {
	float: right;
	width: 730px;
}


#footer {
	width: 780px;
	height: 81px;
	margin: 0px auto;
	background: url('../images/layout/footerbg2.jpg');
	text-align: right;
}

#footerText {
	padding-top: 40px;
	font-family: Arial, Verdana;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
}

#footerText a {
	font-family: Arial, Verdana;
	color: #333333;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

#footerText a:hover {
	text-decoration: underline;
}


#profileImage {
	float: left;
	width: 120px;
	margin-top: 13px;
}

/* Contact Us */

#contactLeft {
	float: left;
	width: 195px;
}

#contactRight {
	float: right;
	width: 340px;
	margin-right: 10px;
}

#contactRight .field {
	clear: both;
	float: left;
	width: 70px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
}

#contactRight .input {
	float: right;
	width: 250px;
	height: 24px;
	line-height: 24px;
}

#contactRight .commentsLeft {
	clear: both;
	float: left;
	width: 70px;
	height: 100px;
	line-height: 100px;
	font-weight: bold;
}

#contactRight .commentsRight {
	float: right;
	width: 250px;
	height: 100px;
	line-height: 100px;
}

#contactRight .input input {
	width: 240px;
}

#contactRight .inputButton {
	float: right;
	width: 240px;	height: 24px;
	line-height: 24px;
	text-align: right;
}

#contactRight .inputButton input {
	margin-right: 4px;
}


#contactRight .commentsRight textarea {
	width: 242px;
	height: 140px;
}