/*  ---Main Styles--- */

body {
	font-family: verdana, helvetica;
	color: #000;
	text-align: center;
	font-size: 12px;
	}

div.margins {
	width: 750px;
	margin: 0px auto;
	text-align: left;
	}

div.header {
	width: 750px;
	height: 65px;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	background-image:url("logo.gif");
	background-repeat: no-repeat;
	}

div.menubar {
	height: 18px;
	background-image: url("menubar.gif");
	background-color: #c00;
	color: #000;
	padding: 6px 7px 6px 6px;
	margin: 0px;
	text-align: right;
	font-size: 14px;
	}

div.footerbar {
	height: 14px;
	margin: 0px;
	background-color: #c00;
	color: #000;
	padding: 2px 4px 2px 4px;
	font-size: 10px;
	}

div.form {
	width: 510px;
	margin: 0px;
	margin-top: 0px;
	border: 1px black dashed;
	padding: 5px;
	}

html>body div.form {
	width: 500;
	}

ul, li {
	margin-left: 10px;
	padding-left: 0;
	}

p {
	margin-top: 0;
	}

h3 {
	line-height: 0em;
	margin-top: 0;
	padding-top: 0;
	}

h3#contact {
	margin-top: 20px;
	}

/* div.leftside */
div.leftside {
	line-height: 1.5em;
	padding: 10px;
	padding-top: 10px;
	margin: 0px;
	margin-bottom: 40px;
	width: 160px;
	background-color: #dddddd;
	background-image: url("rounder.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	font-size: 12px;
	}

html>body div.leftside{
	width: 140;
	}
/* end div.leftside */

/* div.rightside */
div.rightside {
	line-height: 1.5em;
	padding: 20px 40px 40px 40px;
	margin-top: 20px;
	width: 590px;
	background-color: #fff;
	float: right;
	font-size: 12px;
	}

html>body div.rightside {
	width: 510;
	}
/* end div.rightside */

div.custlinks {
	background-color: #c00;
	padding: 10px;
	font-size: 14px;
	line-height: 30px;
	border: 1px solid black;
	margin-bottom: 20px;
	}

div.custlabel {
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	}


/* ---End Main Styles--- */

/* ---Contextual Styles--- */
div.form div.row {
	clear: both;
	margin: 0;
	line-height: 30px;
	padding: 0px 0px 0px 0px;
	}

div.footerbar span.right {
	text-align: right;
	}

div.footerbar span.left {
	text-align: left;
	}

div.menubar a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}

div.menubar a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}

div.menubar a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}

div.footerbar a:link {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	}

div.footerbar a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}

div.footerbar a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}

div.custlinks a:link {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	}

div.custlinks a:active {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	}

div.custlinks a:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	}


div.form div.row span.left {
	text-align: right;
	padding: 0px;
	margin: 0px;
	width: 135px;
	}

div.form div.row span.right {
	text-align: left;
	height: 30px;
	padding-top: 3px;
	margin: 0px;
	width: 358px;
	}

html>body div.form div.row span.right {
	height: 27px;
	}

/* ---End Contextual Styles--- */

/* ---Tag-Independent Classes--- */
.right {
	float: right;
	}

.left {
	float: left;
	}

.clear {
	clear: both;
	}

.hide {
	display: none;
	}

.legalese {
	font-size: 10px;
	}