/* Elements */

A:Link {
	color: #CC5C46;
	text-decoration: none;
}

A:Visited {
	color: #CC5C46;
	text-decoration: none;
}

A:Link:Hover {
	color: #5B8699;
	text-decoration: underline;
}

A:Visited:Hover {
	color: #5B8699;
	text-decoration: underline;
}

A:Link:Active {
	color: #5B8699;
	text-decoration: underline;
}

A:Visited:Active {
	color: #5B8699;
	text-decoration: underline;
}

BODY {
	background: #F5ECDC url(Graphics/bg_sand.gif) repeat fixed;
	color: #000000;
	font: normal normal normal 14px "Times New Roman", Times, serif;
	line-height: 1.4;
	margin: 0px 0px 0px 0px;
  	padding: 0px 0px 0px 0px;
}

DIV {
	margin: 0px 0px 0px 0px;
}

OPTION {
	background-color: #F5ECDC;
	border: thin ridge #000000;
	color: #CC5C46;
}

SELECT {
	background-color: #F5ECDC;
	border: thin ridge #000000;
	color: #CC5C46;
	height: 20px;
}

TEXTAREA {
	background-color: #F5ECDC;
	border: thin groove #000000;
	color: #CC5C46;
}

/* Classes */

/* Element Classes */

DIV.Footer {
	left: 50%;
	margin-left: -300px;
	margin-top: 240px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 600px;
}

DIV.FooterInfo {
	margin: 5px 0px 5px 0px;
}

INPUT.Button {
	background-color: #F5ECDC;
	border: thin outset #000000;
	color: #CC5C46;
}

INPUT.Textbox {
	background-color: #F5ECDC;
	border: thin inset #000000;
	color: #CC5C46;
}

LI.FooterItem {
	color: #CC5C46;
	cursor: pointer;
	display: inline;
	font-weight: bold;
	list-style-type: none;
	padding-right: 20px;
}

LI.FooterItem:Hover {
   color: #5B8699;
	cursor: pointer;
	text-decoration: underline;
}

UL.FooterList {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}

/* IDs */

#Background {
	height: 450px;
	left: 50%;
	margin-left: -300px;
	margin-top: -225px;
	position: absolute;
	top: 50%;
	width: 600px;
}

#Header {
   height: 32px;
	left: 50%;
	margin-left: -241px;
	margin-top: -150px;
	position: absolute;
	top: 50%;
	width: 483px;
}

#SubHeader {
   height: 19px;
	left: 50%;
	margin-left: -150px;
	margin-top: 90px;
	position: absolute;
	top: 50%;
	width: 301px;
}

#Footer {
	height: 15px;
	left: 50%;
	margin-left: -36px;
	margin-top: 160px;
	position: absolute;
	top: 50%;	
	width: 72px;
}