/* force right scrollbar in non-ie browsers to prevent horizontal jumping */
html {
height: 100%;
margin-bottom: 1px;
}

/* ~~~~~~~~~~~~~~~~~ GENERAL ~~~~~~~~~~~~~~~~~*/

body {
background: #fff;
text-align: center;
margin: 0;
padding: 0;
color: #0075be;
font-family: arial,helvetica,sans-serif;
font-size: 1em;
line-height: 1em;
}

a:link,
a:visited
{
color: #61b03d; /*green 61b03d*/
font-weight: bold;
text-decoration: none;
}

a:hover,
a:active {
color: #61b03d;
font-weight: bold;
text-decoration: underline;
}

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;
	width: 891px;
	height: 1%; /* Holly hack for Peekaboo Bug */
	background: #fff url("../images/bg_left.gif") 0 0 repeat-y;
}


/* ~~~~~~~~~~~~~~~~~ LINKS ~~~~~~~~~~~~~~~~~*/

#links {
	width:188px;
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 1em
}

#links a {
	margin: 0 17px;
}

#links a:link,
#links a:visited,
#links a:hover,
#links a:active {
	color: #fff;
}

#links .linkboxtop {
	width: 188px;
	color: #fff;
	font-size: .95em;
	line-height: 1.5em;
	padding: 0.5em 0 1em 0;
	background: url("../images/bg_linkboxtop.gif") repeat-x bottom; 
}

#links .linkboxbot {
	width: 188px;
	color: #fff;
	font-size: .95em;
	line-height: 1.5em;
	padding: 0.5em 0 2em 0;
}



/* ~~~~~~~~~~~~~~~~~ MAIN ~~~~~~~~~~~~~~~~~*/

#main {
	float: right;
	width: 703px;
	background: #fff url("../images/bg_maindrop.gif") repeat-x top;
	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: right;
}


/* ~~~~~~~~~~~~~~~~~ right col ~~~~~~~~~~~~~~~~~*/

#rightcol {
	float: right;
	width: 188px;
	background: #eee url("../images/bg_rightbot.gif") repeat-x bottom;
	text-align: center;
	margin-left: 8px;
}

.subscribe {
	width: 165px;
	margin: 15px 0 15px 0;
}

.subscribe .contain {
	text-align: left;
	color: #737372;
	font-size: 0.85em;
	line-height: 1.3em;
	margin-left: 17px;
}


/* ~~~~~~~~~~~~~~~~~ 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;
}

h2 a:link, 
h2 a:visited,
h2 a:hover, 
h2 a:active {
	color: #299edf;
	font-weight: normal;
}

.pop {
	font-weight: bold;
	font-size: 1.2em;
}

.note {
	color: #928c8b;
	font-size: 0.85em;
}

/* ~~~~~~~~~~~~~~~~~ HOME~~~~~~~~~~~~~~~~~*/

.whatsnew {
	width: 155px;
	border: 1px solid #299edf;
	background: #fff url("../images/hm_whatsnew.gif") repeat-x top; 
	padding-top: 32px;
	margin: 0 0 20px 17px;
}

/* WHEN ON HOME PAGE:
.whatsnew {
	float: right;
	margin: 0 21px 10px 15px;
	width: 176px;
	border: 1px solid #299edf;
	background: url("../images/hm_whatsnew.gif") repeat-x top; 
	padding: 20px 4px 8px 8px;
}
.whatsnew p {
	clear: left;
	font-weight: bold;
	font-size: 1.2em;
	
}
.whatsnew .note {
	clear: left;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.1em;
}
*/

.whatsnew p {
	clear: left;
	font-weight: bold;
	font-size: 0.9em;
	margin: 0 4px 8px 4px;
	padding-bottom: 10px;
	border-bottom: 1px solid #299edf;
}

.whatsnew p.last {
	clear: left;
	font-weight: bold;
	font-size: 0.9em;
	margin: 0 4px 8px 4px;
	padding-bottom: 0;
	border-bottom: 0;
}

.whatsnew .note {
	clear: left;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.3em;
}

.whatsnew .note a {
	color: #928c8b;
}


.whatsnew img {
	float: left;
	margin: 0 6px 3px 0;
}

/* ~~~~~~~~~~~~~~~~~ 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
{
float: right;
}


#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
{
float: right;
}