@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


#page_wrapper {
	width: 800px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #ffffff;
}
h1 {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #493157;
}

h2 {
	font-size: 1.7em;
	line-height: 1.6em;
	color: #754e8b;
}
h3 {
	font-size: 1.5em;
	line-height: 1.6em;
	color: #754e8b;
	text-align: center;
}
h4 {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #754e8b;
}
h5 {
	font-size: .9em;
	line-height: 1em;
	color: #493157;
	text-align: right;
}
p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #666666;
	text-align: justify;
}
table p {
	text-align: center;
}
li {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #666666;
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
}

li ul li{
	font-size: 1em;
	line-height: 1.5em;
	color: #666666;
	text-align: left;
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 20px;
}

#nav_column a:link {
	color: #754e8b;
	text-decoration: none;
}
.boldpurple {
	font-weight: bold;
	color: #754e8b;
}
.biggerboldpurple {
	font-weight: bold;
	color: #754e8b;
	font-size: 1.3em;
}
#nav_column a:visited {
	color: #754e8b;
	text-decoration: none;
}
#nav_column a:hover {
	color: #754e8b;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#nav_column a:active {
	color: #754e8b;
	text-decoration: none;
}
a:link {
	color: #754e8b;
	text-decoration: none;
}
a:visited {
	color: #754e8b;
	text-decoration: none;
}
a:hover {
	color:#333333;
	text-decoration:none;
}

a:active {
	color: #754e8b;
	text-decoration: none;
}

#header {
	margin-bottom: 15px;
}


#nav_column {
	float: left;
	width: 250px;
}
#body_column {
	float: right;
	width: 508px;
	border: 1px dotted #666666;
	padding-right: 20px;
	padding-left: 20px;
}
#footer {
	margin-left: 350px;
}
#signup_btn {
	margin-left: 155px;
	text-decoration: none;
}
#paypal {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #666666;
}
#video {
	float: right;
	width: 255px;
	padding-left: 10px;
	padding-top: 5px;
}

