body
{
	background-color: #FCF8F7;
	/*background: #FFF url(images/page_bg.jpg) center top no-repeat;*/
	font-family: Arial;
	color: #000;
	font-size:1em;
}
H1
{
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 2em;
	color: black;
	text-align: center;
}
H2
{
	font-family: times new roman,arial,helvetica;
	font-style:italic;
	font-size: 1.5em;
	color: #990000;
	text-align: center;
}
P
{
	color: black;
	font-family: Verdana;
	font-size: 1em;
}

img
{
	border: 0;
}

/*
A
{
	font-size: 0.8em;
}

a.button
{
	background: #B1B1B1;
	color: FFF;
	font-weight: bold;
	border-width: 4px;
	border-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #666;
	border-bottom-color: #333;
	border-left-color: #858585;
}
*/

ul.nav li
{
	display: inline;
}

ul.nav
{
	margin-left: 0;
	list-style: none;
	padding-left: 0;
	padding-top: 6px;
	padding-bottom: 5px;
	/*border-bottom: 1px dashed #000;*/
}

ul.nav a
{
	/*border: 1px dashed #000;*/
	/*border-bottom: none;*/
	padding: 5px; 15px; 5px; 15px;
	margin-right: 5px;
	/*background-color: #FFFFCC;*/
	/*text-decoration: none;
	color: #333;*/
	font-size: 0.8em;
}

B
{
	color: #316996;
}

#main
{
	background-color:#FFFFFF;
	width:760px;
	margin: 15px auto 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	border: solid #000000 1px;
}

#copyright {
 text-align: right;
 clear:both;
 color: #666666;
}

#frame
{
	padding: 10px 10px 10px 10px;
	border: 5 dashed Black;
}

.label
{
	float: left;
	width: 230px;
	text-align: right;
	clear: left;
	margin-right: 15px;
	font-weight: bold;
}

.yes
{
	font-weight: bolder;
	color:#FF0000;
	font-size: 1.2em;
}

.privacy
{
	font-size: 0.8em;
	text-align:center
}

input#email, input#first_name, input#last_name, input#street, input#city, input#state, input#zip, input#phone1
{
	background-color: #F7FCFA;
	font-family: "Lucinda Console", Monaco, monospace;
	font-size: .9em;
	width: 300px;
	margin-top: -2px;
}

input#email:focus,
input#first_name:focus,
input#last_name:focus,
input#street:focus,
input#city:focus,
input#state:focus,
input#zip:focus,
input#phone1:focus
{
	background-color: #FDD041;
}

input#subscribe
{
	margin-left:245px;
	background-color: #F7DBD4;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}


#disclaimer {
	font-family: Arial, serif;
	font-weight: 100;
	font-size: 0.8em;
	color: #1F1963;
}

#message
{
	clear:both;
}

#audiomessage
{
	text-align:center;
	color: #FF0000;
}
