﻿html, body, form
{
	font-family: Arial, Verdana, Georgia, Sans-Serif;
	font-size: 12px;
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: black;
	text-align: center;
}
.page
{
    width: 1148px;
    margin: 0px auto 0px auto;
    padding: 10px 0 10px 0;
	text-align: left;
}
.bannerColLeft
{
	float: left;
	width: 163px !important;
	width: 173px;
	width/**/:/**/163px;
	padding: 215px 10px 0 0;
}
.pageMain
{
	float: left;
	width: 802px;
	text-align: center;
}
.bannerColRight
{
	float: left;
	width: 163px !important;
	width: 173px;
	width/**/:/**/163px;
	padding: 215px 0 0 10px;
}
.bannerImage
{
	float: left;
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
.bannerImage img
{
	border: none;
}

/* ----------------------------
	H E A D E R
-----------------------------*/
.header
{
	float: left;
	width: 100%;
	height: 215px;
}
.hTop
{
	float: left;
	width: 100%;
	height: 158px;
}
.hTitle
{
	float: left;
	width: 100%;
	height: 57px;
}
.htLink
{
	display: block;
	width: 100%;
	height: 100%;
}
.htLink img
{
	border: none;
}

/* ---------------------------
	M E N U
----------------------------*/
.menu
{
	float: left;
	width: 100%;
	height: 34px;
}

/* ---------------------------
	M A I N
----------------------------*/
.main
{
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
}
.main a img
{
	border: none;
}
.mTextBottom
{
	font-size: 14px;
	color: White;
	font-style: italic;
	text-align: left;
}
.mTextBottom a,.mTextBottom a:visited, .mTextBottom a:active
{
	color: #9dcc1a;
	text-decoration: none;
}
.mTextBottom a:hover
{
	color: #9dcc1a;
	text-decoration: underline;
}

