body
{
	background-color	: #ffffff;
	margin				: 0px;
	padding				: 0px;
	font-family			: Verdana, Arial, Geneva;
	font-size			: 11px;
}

h1
{
	font-family			: Verdana, Arial, Geneva;
	font-size			: 18px;
}

h2
{
	font-family			: Verdana, Arial, Geneva;
	font-size			: 14px;
	font-weight			: bold;
	color				: #2489FF;
	margin				: 8px 0px 2px 0px;
}

form
{
	margin				: 0px;
	padding				: 0px;
}

input
{
	font-family			: Verdana, Arial, Geneva;
	font-size			: 9px;
}

textarea
{
	font-family			: Verdana, Arial, Geneva;
	font-size			: 9px;
}

td
{
	font-family			: Verdana, Arial, Geneva;
	font-size			: 11px;
}

a
{
	color				: #e26e08;
	text-decoration		: none;
}

a:hover
{
	color				: Gray;
}

a:active
{
	color				: OrangeRed;
}

img
{
	border				: none;
}




.header
{
	background-image	: url(../sitegfx/header_bg.gif);
	background-repeat	: repeat-x;
	height				: 91px;
}

.footer
{
	padding-left		: 30px;
	font-family			: Verdana, Arial, Geneva;
	font-size			: 9px;
	color				: Gray;
	height				: 50px;
}

.navBar
{
	background-image	: url(../sitegfx/navbar_bg.gif);
	background-repeat	: repeat-x;
	height				: 26px;
	padding-left		: 20px;
	padding-bottom		: 2px;
	font-family			: Verdana, Arial, Geneva;
	font-size			: 9px;
	color				: #a7a7a7;
}

.navBar a
{
	color				: #777777;
	font-weight			: bold;
	text-decoration		: none;
}

.navBar a:hover
{
	color				: Black;
	text-decoration		: none;
}

.sideBar
{
	background-color	: #f7f7f7;
	width				: 175px;
	padding				: 10px;
	padding-top			: 20px;
	vertical-align		: top;
	text-align			: center;
}

.mainContent
{
	padding				: 10px;
	vertical-align		: top;
	width				: 100%;
}

