/* HTML CSS --------------------*/
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited { color: #000000; }

a:hover { color: #0066CC; }

a:active { color: #000000; }

/*------------------------------*/
img { border: none; }

.red { color: #990000;}
/* Container -------------------*/
#container {
	width: 768px;
	border: 1px solid #CCCCCC;
	margin: 0px auto;
	text-align: left;
}
/*------------------------------*/
/* Header ----------------------*/
#header {
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 215px;
	vertical-align: middle;
	text-align: right;
}
#menu {
	width: 200px;
	float: right;
}
#menu td { padding: 0px; }

#menu .button {
	background-image: url(images/button-back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #000000;
	letter-spacing: 0px;
	font: bold .75em Arial, Helvetica, sans-serif;
}
#menu .button a {
	margin-left: 5px;
	text-decoration: none;
}
/*------------------------------*/

/* Left Column -----------------*/
#left_column {
	width: 205px;
	vertical-align: top;
	font: .6em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-bottom: 260px;
}
#left_column h1 {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 2px;
	margin: 5px 0px 5px 0px;
	background: #FF9900;
	text-align: right;
}
#left_column h2 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
#left_column .bottom {
	color: #000000;
	list-style-type: square;
	list-style-position: outside;
	font: bold .9em Verdana, Arial, Helvetica, sans-serif;
}

/*------------------------------*/

/* Main Area -------------------*/
#background {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#title {
	height: 1px;
	color: #FFFFFF;
	vertical-align: bottom;
	text-align: left;
	text-indent: 5px;
	padding: 30px 0px 0px 0px;
	word-spacing: normal;
	letter-spacing: .1em;
	font: bold normal 1.2em Arial, Helvetica, sans-serif;
	background: #999999;
}
#img_box {
	width: 1px;
	vertical-align: top;
	padding-bottom: 100px;
}
#img_box img { margin: 0px 15px 15px 0px; }

#content {
	vertical-align: top;
	padding-bottom: 150px;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#content td { font-size:0.8em; }
#content .float_right {
	float: right;
	margin: 0px 0px 10px 10px;
}
#content .float_left {
	float: left;
	margin: 10px 10px 0px 0px;
}
/*------------------------------*/
/* Tagline ---------------------*/
#tagline {
	background-color: #FFFFFF;
	font: bold .75em Arial, Helvetica, sans-serif;
	color: #0066FF;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}
/*------------------------------*/
#footer { font: .7em Arial, Helvetica, sans-serif; }

/* BEGIN OPTIN FORM STYLES  FOR BUTTONS*/


#inputForm td, #inputForm2 td { 
	font: bold .7em Verdana, Arial, Helvetica, sans-serif;
	}
#online, #access {
	padding-top: 5px;
}

#online input, #access input {
	width: 120px;
}


#online input.button, #access input.button {
	margin-top: 10px;
	width: 183px;
}
/* END OPTIN FORM STYLES */
