@charset utf-8;
#Optin/* CSS Document */

   {
	float: left;
	width: 219px;
	font-size: 0.8em;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
#Header {
	font-size: 2em;
	font-style: oblique;
	font-weight: bold;
	color: #0033FF;
	text-align: center;
	height: 150px;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#Nav  {
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
#Content   {
	float: left;
	width: 460px;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-top: 10px;
}
#Optin img {
}
.clearfloats {
	clear: both;
}
table {
	padding-top: 10px;
	padding-bottom: 10px;
}
tr {
	padding-top: 15px;
	padding-bottom: 15px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #A401B3;
}
a:hover {
	color: #A401B3;
}
#Footer  {
	font-size: 0.8em;
	font-weight: bold;
	height: 15px;
	float: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	color: #01abd5;
	background-color: #000000;
}

#Container {
	color: #000000;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #F3FEFE;
	background-repeat: repeat;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}
* {
	margin: 0px;
	padding: 0px;
}
ol {
	list-style-position: inside;
	padding-bottom: 10px;
}
ul {
	list-style-type: square;
	list-style-position: inside;
	padding-bottom: 10px;
	padding-left: 15px;
}
li {
	padding-bottom: 10px;
}
p {
	padding-bottom: 10px;
}
form {
	padding-top: 10px;
}
#Content img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}