@charset "utf-8";
/* CSS Document */
body, ul, li, dl, dt, dd, h1, h2, h3, h4, p  {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
div  {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
body {
	text-align:center;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #c5c5c5;
	background-color: #f9f9f9;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
form input[type="hidden"]  {
	margin: 0px;
	padding: 0px;
	border: none;
	display: none;
	visibility: hidden;
}
.float_left  {
	float: left;
}
.float_right  {
	float: right;
}
.clear { 
	clear:both; 
}
.picborder  {
	border: 1px solid #999999;
}
#container {
	width:970px;
}
#maintitle  {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 36px;
	color: #333;
	font-variant: small-caps;
	text-transform: uppercase;
	letter-spacing: 5px;
	word-spacing: 2px;
	padding-top: 240px;
	padding-right: 48px;
	padding-bottom: 10px;
}
#tagline  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #990000;
	font-variant: normal;
	letter-spacing: 2px;
	font-style: italic;
	font-weight: normal;
	padding-left: 20px;
	padding-bottom: 40px;
	margin-top: -12px;
}
#footer  {
	width: 600px;
	text-align: center;
	padding-top: 130px;
}
