/* force right scrollbar in non-ie browsers to prevent horizontal jumping */
html {
height: 100%;
margin-bottom: 1px;
}

/* ~~~~~~~~~~~~~~~~~ GENERAL ~~~~~~~~~~~~~~~~~*/

body {
text-align: center;
margin: 0;
padding: 0;
color: #0075be;
font-family: arial,helvetica,sans-serif;
font-size: 11pt;
line-height: 1em;
}

a:link,
a:visited
{
color: #61b03d; /*green 61b03d*/
font-weight: bold;
text-decoration: none;
}

img {
border: 0;
}

.alignright {
float: right;
}

.clear {
clear: both;
}


/* ~~~~~~~~~~~~~~~~~ STRUCTURAL ~~~~~~~~~~~~~~~~~*/

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 891px;
}


/* ~~~~~~~~~~~~~~~~~ HEADER ~~~~~~~~~~~~~~~~~*/

#header {
	height: 226px;
	background: #fff;
}


/* ~~~~~~~~~~~~~~~~~ stage ~~~~~~~~~~~~~~~~~*/

#stage { 
	margin: 0 0 4px 0;
	float: left;
	height: 1%; /* Holly hack for Peekaboo Bug */
	background: #fff url("../images/bg_left.gif") 0 0 repeat-y;
}


/* ~~~~~~~~~~~~~~~~~ LINKS ~~~~~~~~~~~~~~~~~*/

#links {
display: none;
}



/* ~~~~~~~~~~~~~~~~~ MAIN ~~~~~~~~~~~~~~~~~*/

#main {
	margin: 0;
	padding: 0;
	text-align: left;
}

#main img.intropic {
	margin-left: 0;
}

#main .cont {
	margin: 2em;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: left;
}

.tt {
	text-align: left;
}


/* ~~~~~~~~~~~~~~~~~ right col ~~~~~~~~~~~~~~~~~*/

#rightcol {
display: none;
}


/* ~~~~~~~~~~~~~~~~~ TYPOGRAPHY~~~~~~~~~~~~~~~~~*/

h2.first {
	font-weight: normal;
	font-size: 1.7em;
	color: #299edf;
	line-height: 1.2em;
	margin: 0;
	padding-top: 0;
	border-top: 0;
}

h2 {
	font-weight: normal;
	font-size: 1.7em;
	color: #299edf;
	line-height: 1.2em;
	margin: 1.5em 0 0 0;
	padding-top: 0.5em;
	border-top: 1px solid #56bdff;
}

.pop {
	font-weight: bold;
	font-size: 1.2em;
}

.note {
	color: #928c8b;
	font-size: 0.85em;
}

/* ~~~~~~~~~~~~~~~~~ TABLES~~~~~~~~~~~~~~~~~*/

table.info {
	width: 600px;
	border: 0;
	padding: 0;
	margin: 0;
}

table.info td {
	padding: 2px;
	border-bottom: 1px solid #b5aba9;
}

table.info tr.last td {
	padding: 2px 2px 7px 2px;
	border-bottom: 0;
}

table.info tr.head td {
	background: #85cc64;
	font-weight: bold;
	color: #fff;
	border-bottom: 0;
}

table.info tr.head td .small {
	font-weight: normal;
	color: #fff;
	font-size: 0.85em;
}

table.info tr.head td .small a:link,
table.info tr.head td .small a:visited,
table.info tr.head td .small a:hover,
table.info tr.head td .small a:active
{
	color: #fff;
	font-weight: normal;
}

table.info td.signup {
	text-align: right;
	font-weight: bold;
	font-size: 0.85em;
}

/* ~~~~~~~~~~~~~~~~~ FOOTER ~~~~~~~~~~~~~~~~~*/

#footer {
	clear: both;
	width: 891px;
	background: #b5aba9;
	margin-top: 4px;
}

#footer p
{
	padding: 15px 0;
	margin: 0 15px;
	font-size: 1.3em;
	color: #e1dcdb;
	font-style: italic;
	line-height: 1.2em;
}

.footertel
{
clear: both;
}

#belowfoot
{
	font-size: 0.7em;
	color: #b5aba9;
}

#belowfoot a:link,
#belowfoot a:visited,
#belowfoot a:hover,
#belowfoot a:active
{
	color: #b5aba9;
	font-weight: normal;
}

.poweredby
{
clear: both;
}