* {
	margin: 0;
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	font-family: Arial, serif;
	background-color: #e5e5e5;
	height: 100%;
	background: url(../images/banner_bg.gif) repeat-x;
}

.wrapper  {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}

.footer {
	background: #373838 url(../images/footer.gif) left top repeat-x;
	clear: both;
}

.footer p {
	margin: 0;
	padding: 6px 0 0;
	text-align: center;
	color: #c4c4c4;
	font-size: 11px;
	line-height: 20px;
}

.footer a {
	color: #c4c4c4;
}

#header {
	width: 747px;
	margin: 0 auto;
	background: url(../images/logo.gif) center top no-repeat;
	text-align: center;
}

#header ul {
	padding: 118px 0 10px;
	margin: 0;
	font-size: 0.8em;
	font-family: arial;
}

#header ul li {
	display: inline;
	padding: 8px 0;
	margin: 0 2px;
	background: url(../images/tab_right.gif) center right no-repeat;
}

#header .active {
	display: inline;
	padding: 8px 0;
	margin: 0 2px;
	background: url(../images/tab_right_active.gif) center right no-repeat;
}

#header li a {
	background: url(../images/tab_left.gif) center left no-repeat;
	padding: 8px 8px;
	color: #ffffff;
	text-decoration: none;
}

#header li a:hover {
	text-decoration: underline;
}

#header .active a {
	background: url(../images/tab_left_active.gif) center left no-repeat;
	padding: 8px 8px;
	color: #ffffff;
	text-decoration: none;
}

#header .active a:hover {
	text-decoration: underline;
}

.content {
	width: 600px;
	margin: 40px auto 0;
	padding-bottom: 30px;
}

h1 {
	color: #3a9916;
}

h2 {
	padding-top: 15px;
	font-size: 18px;
	color: #3a9916;
}

.content p {
	line-height: 20px;
	padding: 15px 5px 0;
	font-size: 13px;
}

.content ul {
	line-height: 20px;
	padding-top: 15px;
	font-size: 13px;
	margin-left: 20px;
	padding-left: 0;
}

.content li {
	margin-left: 0;
	padding-left: 0;
}

.spam_button {
	float: right;
}

.content .spam_button a:visited, .content .spam_button a:link, .content .spam_button a:hover, .content .spam_button a:active {
	border: none;
}

.spam_button img {
	border: none;
}

.left_col {
	width: 400px;
	float: left;
	padding-bottom: 20px;
}

.middle_col {
	margin: 0 auto;
	clear: both;
	padding-bottom: 20px;
}

.content a img {
	border: none;
}

p.button {
	padding: 20px 0 0;
	text-align: center;
}

.content .button a:visited, .content .button a:link, .content .button a:hover, .content .button a:active {
	border: none;
}

ul.support {
	list-style-type: none;
}

ul.support li {
	list-style-type: none;
	margin-bottom: 30px;
	font-size: 14px;
}

ul.support img {
	margin-bottom: -20px;
	padding-right: 10px;
}

.content .support a:link, .content .support a:visited, .content .support a:hover, .content .support a:active {
	text-decoration: none;
	color: #3a9916;
	font-weight: bolder;
	border: none;
}

.content a:link, .content a:visited {
	color: #3a9916;
	text-decoration: none;
	border-bottom: 1px dotted #3a9916;
}

.content a:hover, .content a:active {
	text-decoration: none;
	border-bottom: 1px solid #3a9916;
}

.login {
	width: 190px;
	padding: 15px 30px 50px;
	margin: 0 auto;
	background: url(../images/login.gif) center top no-repeat;
}

.login .submit {
	text-align: right;
}

#error { 
	font-weight: bold;
	color: red;
}