* {
	padding: 0px;
	margin: 0px;
}

html { min-height: 100%; margin-bottom: 1px; }

body {
	margin: 0px 0px 0px 0px;
	min-height: 100%;
	background: #E6E6E6;
}

.clear {
	clear: both;
	height: 1px;
	min-height: 1px;
	line-height: 1px;
}

h1 {
	margin: 15px 0px 15px 0px;
	font-weight: normal;
	font-family: 'Times New Roman';
	font-size: 18px;
	font-weight: bold;
	color: #CC6633; 
}

h2 {
	margin: 20px 0px 10px 0px;
	font-weight: normal;
	font-family: 'Times New Roman';
	font-size: 16px;
	font-weight: bold;
	color: #330000; 
}

h3 {
	margin: 20px 0px 10px 0px;
	font-weight: normal;
	font-family: 'Times New Roman';
	font-size: 14px;
	font-weight: bold;
	color: #536D8A;
}

p {
	margin: 0px 25px 15px 0px;
	color: #333333;
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
}

ul, ol {
	margin-left: 30px;
	font-size: 12px;
	line-height: 16px;
	font-family: arial;
}

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: #85381C;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	line-height: 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;
}


#headerContainer {
	background: #E6E6E6;
}

#header {
	width: 705px;
	height: 85px;
}

#logoSpacer {
	float: left;
	width: 50px;
}

#header #logo {
	float: left;
	width: 280px;
	font-family: 'Times New Roman', Arial;
	font-size: 26px;
	color: #333333;
	line-height: 85px;
}

#header #tagLine {
	float: right;
	text-align: right;
	width: 250px;
	padding-top: 40px;
	color: #45030F;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

#header #lspLogo {
	float: right;
	text-align: right;
	width: 60px;
	margin-top: 25px;
}

#header2Container {
	background: #CCD1D5;
	height: 198px;
}

#header2 {
	width: 705px;
}

#menuTab {
	float: left;
	width: 47px;
}

#nav {
	background: #DB7A3C;
	width: 150px;
	float: left;
	height: 198px;
}

#nav #spacer {
	height: 8px;
	overflow: hidden;
}

#nav a {
	font-size: 14px;
	font-weight :bold;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 15px;
}

#nav a:hover {
	background: #330000;
	color: #FFFFFF;

}

#headerImage {
	float: left;
	width: 508px;
}

#bodyContainer {
	width: 705px;
}

#body {
	width: 660px;
	background: #FFFFFF;
	float: right;
}

#body2 {
	margin: 15px 0px 0px 15px;
	width: 630px;
}

#footerContainer {
	width: 705px;
}

#footer {
	width: 660px;
	float: right;
}

#footer #footerLeft {
	float: left;
	width: 175px;
	color: #333333;
	font-family: Arial;
	font-size: 10px;
}

#footer #footerRight {
	float: right;
	text-align: right;
	width: 350px;
	color: #333333;
	font-family: Arial;
	font-size: 10px;
}

#footer #footerLeft a, #footer #footerRight a {
	color: #333333;
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
}

#footer #footerLeft a:hover, #footer #footerRight a:hover {
	text-decoration: underline;
}


/* Contact Us */

#contactLeft {
	float: left;
	width: 255px;
}

#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;
}




/* Home Page */
#profileImage {
	float: left;
	width: 110px;
	margin-top: 13px;
}

#profileRight  {
	width: 510px;
	float: right;
}

/* Sponsors */

#sponsorContainer {
	margin-top: 40px;
}


#sponsorContainer .logo {
	float: left;
	width: 150px;
	height: 100%;
}

#sponsorContainer .description {
	float: left;
	width: 360px;
}

#sponsorContainer .url {
	float: right;
	width: 100px;
}

#sponsorContainer .spacer {
	clear: both;
	height: 40px;
}