/*******************************************
*
* MAIN HTML
*
*******************************************/

body, html {
	height: 100%;
	min-height: 100%;
}

body {
	font-family: "Lucida Grande", "Verdana", Verdana, Helvetica, sans-serif;
	background-color: #f2b538;
	background-image: url(images/HomeBG.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	color: #333;
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

p {
	font-family: "Lucida Grande", "Verdana", Verdana, Helvetica, sans-serif;
	color: #333;
	line-height: 20px;
	font-size: 12px;
	margin: 0px 50px 20px 0px;
	padding: 0;
	text-align: left;
}

h1 {
	font-family: "Times New Roman", "Times", Times, serif;
	color: #ff6699;
	text-transform: uppercase;
	font-size: 12px;
	margin: 10px 10px -10px 10px;
}

h2 {
	font-family: "Times New Roman", "Times", Times, serif;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	margin: 10px 10px -10px 10px;
}

p a, p a:visited, p a:active {
	text-decoration: none; 
	color: #ff6699;
}

p a:hover {
	text-decoration: none;
	color: #ffffff;
}

a.img { border:0; }
img { border:0; }

p em {
	color: #000000;
	font-style: normal;
}

.shown {
	display: block;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

#subhead {
	color: #ff6699;
	size: 16px;
}

#indent {
	margin: 0px 0px 0px 30px;
}