body{
	color: #665555;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-color: #e5deca;
	background-image: url(images/bg.jpg);
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.0em;
	background-repeat: repeat-x;
	background-position: left top;
}
#main #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bb5566;
	border-right-color: #bb5566;
	border-bottom-color: #bb5566;
	border-left-color: #bb5566;
	padding-top: 10px;
	font-size: .8em;
}



* {margin:0; padding:0;}


#main{
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	width:650px;
}

#main p {padding-bottom:1em}

.header {padding-bottom:20px;}
#content td {
	font-size: 0.825em;
	line-height: 1.5em;
	color: #665555;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
.sect_block {
	background-color: #d6d1cf;
	padding: 20px;
	margin-bottom: 2px;
}

p.introtext {	
	font-size: 1.2em; 
	line-height: 1.6em;
	margin-top:20px;
}

.caps {
	font-size: 0.8em;
	text-transform: uppercase;
	line-height: 1.2em;
}

#noflashbox { background-color:#FFFFFF;}
#noflashbox p {padding:20px; font-size:1em;}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #bb5566;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

INPUT.button
{
	CURSOR: pointer;
	COLOR: #FFFFFF;
	padding: 4px;
	BACKGROUND-COLOR: #bb5566;
	border:none;
	font-size: 0.8em;
	text-transform:uppercase;
	letter-spacing: 1px;
}

INPUT {color:#444444; font-size:.9em}

