﻿html,body,form
{
	background-image: url(../../images/bg.jpg);
	margin: 0px auto;
	font: 14px Verdana, Arial, Sans-Serif;
	width: 100%;
	background-repeat: repeat;
	height: 100%;
}
.footer
{
	text-decoration: none;
}
#mainNav
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 16px;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	width: 944px;
	color: #fff;
	padding-top: 0px;
	font-family: Palatino, Palatino Linotype, "Times New Roman" , Times, serif;
	list-style-type: none;
	position: relative;
	height: 33px;
}
#mainNav LI
{
	float: left;
	overflow: hidden;
	margin-right: 1px;
	height: 33px;
	text-align: center;
}
#mainNav LI A
{
	display: block;
	padding-top: 6px;
	height: 30px;
}

#mainNav li.home a {
	width:103px;
	background:url(../../images/tab_home.gif) no-repeat;
	text-decoration:none;
}
#mainNav li.home a:hover {
	background-position:0 -33px;
}
#mainNav li.homeOn {
	width:103px;
	height:33px;
	background:url(../../images/tab_home.gif) 0 -33px no-repeat;
}

#mainNav li.financialGraph a {
	width:220px;
	background:url(../../images/tab_financial_graph.gif) no-repeat;
	text-decoration:none;
}
#mainNav li.financialGraph a:hover {
	background-position:0 -33px;
}
#mainNav li.financialGraphOn {
	width:220px;
	height:33px;
	background:url(../../images/tab_financial_graph.gif) 0 -33px no-repeat;
}


#mainNav li.liveTraining a {
	width:194px;
	background:url(../../images/tab_live_training.gif) no-repeat;
	text-decoration:none;
}
#mainNav li.liveTraining a:hover {
	background-position:0 -33px;
}
#mainNav li.liveTrainingOn {
	width:194px;
	height:33px;
	background:url(../../images/tab_live_training.gif) 0 -33px no-repeat;
}

#mainNav li.membersArea a {
	width:220px;
	background:url(../../images/tab_members_area.gif) no-repeat;
	text-decoration:none;
}
#mainNav li.membersArea a:hover {
	background-position:0 -33px;
}
#mainNav li.membersAreaOn {
	width:220px;
	height:33px;
	background:url(../../images/tab_members_area.gif) 0 -33px no-repeat;
}


#mainNav li.contact a {
	width:128px;
	background:url(../../images/tab_contact.gif) no-repeat;
	text-decoration:none;
}
#mainNav li.contact a:hover {
	background-position:0 -33px;
}
#mainNav li.contactOn {
	width:128px;
	height:33px;
	background:url(../../images/tab_contact.gif) 0 -33px no-repeat;
}

#mainNav li.about a {
	width:105px;
	background:url(../../images/tab_about.gif) no-repeat;
	text-decoration:none;
}
#mainNav li.about a:hover {
	background-position:0 -33px;
}
#mainNav li.aboutOn {
	width:105px;
	height:33px;
	background:url(../../images/tab_about.gif) 0 -33px no-repeat;
}

.top
{
	background-image: url(../../images/hBg.jpg);
	background-repeat: repeat-x;
	height: 65px;
}
.logo
{
	background: url(../../images/lBg.jpg) no-repeat;
	vertical-align: top;
	width: 150px;
	height: 100%;
	text-align: center;
}

h1 {font: 24px; color: #3F62A1}
h2 {font: 21px; color: #3F62A1}
h3 {font: 18px; color: #3F62A1}
h4 {font: 15px; color: #3F62A1}

#header
{
	color:#3F62A1;
	font-size:24px;
	margin-top:15px;
	padding-bottom:15px;
}

#pageContent
{
	border:solid 1px gray;
	padding:10px;
}

.form td:first-child
{
	text-align:right;
	padding-right:5px;
	font-weight:bold;
}	
