body, table, tr, td, tbody, div {
	font-family: Verdana, Arial, "sans-serif";
	font-size: 10pt;
	color: #333333;
}
body {
	background: url("../images/background.gif") center repeat-y #cecece;
	text-align: center;
	padding: 0;
	margin: 0;
}
html, body, #main {
	height: 100%;
}
#main {
	margin: auto;
	width: 940px;
	background-color: #303030;
}
.left {	float: left; }
.right { float: right; }
.clear { clear: both; }
h1, h2, h3, h4, h5, h6 {
	color: #505050;
	margin-top: 0;
}
h1 { font-size: 160% }
h2 { font-size: 130% }
h3 { font-size: 115% }
h4 { font-size: 100% }
h5 { font-size: 80% }
h6 { font-size: 60% }

/* HEADER */
#header {
	height: 75px;
	background: url("../images/header.gif") no-repeat top center;
}
#header-left {
	float: left;
	padding-left: 24px;
	padding-top: 17px;
}
#header-left a {
	color: #000000;
}
#header-right {
	float: right;
	padding-right: 24px;
	padding-top: 55px;
	color: #cecece;
}
#header-right a {
	color: #FFFFFF;
	font-size: 80%;
	text-decoration: none;
}
#header-right a:hover {
	color: #cecece;
	text-decoration: underline;
}

/* FLASH */
#flash {
	height: 425px;
	background: url("../images/flash-bg.jpg") no-repeat top center #FFFFFF;
	position: relative;
	z-index: 1;
}
#flash #refer-this-site {
	width: 82px;
	height: 81px;
	position: absolute;
	right: 140px;
	top: -20px;
	z-index: 100;
}

/* NO FLASH */
#no-flash {
	height: 58px;
	background: url("../images/no-flash.jpg") no-repeat top center #FFFFFF;
}

/* CONTENT */
#content {
	background-color: #FFFFFF;
	/*min-height: 300px;
	_height: 300px;*/
	padding-top: 30px;
}
/* left */
#content #left {
	float: left;
	width: 630px;
	padding-left: 23px;
	text-align: left;
}
/* right */
#content #right {
	float: right;
	width: 230px;
	padding: 0 23px 20px 0;
	text-align: left;
}
#content #right ul {
	float: left;
	padding: 0;
	margin: 0;
}
#content #right ul li {
	text-align: left;
	list-style-type: none;
	width: 232px;
	height: 33px;
	margin: 0 0 2px 0;
}
#content #right ul li a {
	background: url("../images/nav.gif") right top repeat-y #cecece;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	height: 24px;
	display: block;
	padding: 9px 0 0 16px;
}
#content #right ul li a:hover {
	background: #666666;
	color: #FFFFFF;
}

/* FOOTER */
#footer {
	color: #fff;
	font-size: 7pt;
	background-color: #303030;
	padding-bottom: 15px;
}
#footer a {
	color: #cfe1ee;
}
#footer a:hover {
	color: #ef3644;
}

/* FORM */
form table {
	width: 100%
}
form table tr td {
	padding: 3px 10px 3px 10px;
	color: #666666;
}
form table td.right {
	text-align: right;
	padding-right: 6px;
}
form table td.top {
	vertical-align: top;
}
form table td input, form table td textarea, form table td select {
	border: 1px solid #999999;
	padding: 2px;
}
form table .divider {
	font-size: 50%;
	background: url("../images/divider.gif") repeat-x center;
}
form table .form-error {
	background-color: #ffcccc;
	border: 1px solid #999999;
	padding: 2px;
}
span.required {
	color: #CC0000;
}
form table .form-error-text {
	background-color: #ffcccc;
	padding: 4px;
	color: #000000;
	font-size: 70%;
	margin: 6px 0 0 auto;
	width: 80%;
}
form table .form-error-text2 {
	display: inline;
	background-color: #ffcccc;
	padding: 4px;
	color: #000000;
	font-size: 70%;
	margin-left: 10px;
}
/* Refer This Site form formatting*/
.form-error-text3 {
	background-color: #ffcccc;
	padding: 2px;
	margin: 2px 0 2px 0;
	color: #000000;
	font-size: 70%;
}
/* Refer This Site jquery validation CSS formatting */
form label.error {
	color: red;
}
form label {
	display: block;
}