﻿body {
	font-family: Arial;
	color: #999999;
	background-color: White;
}

a:link, a:visited {
	color: #666666;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #666666;
	font-weight: bold;
}

ul {
	list-style-position: outside;
	padding-left: 25px;
	margin: 10px 0;
}

li {
	list-style-type: disc;
	margin: 5px 0;
}

.clearBoth {
	width: 0;
	height: 0;
	overflow: hidden;
	clear: both;
	color: White;
}

.siteContainer {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}

.headerWrapper {
	width: 1100px;
	height: 118px;
}

.headerWrapper .left {
	padding-left: 48px;
	height: 118px;
	background: transparent url('../Media/system/backgrounds/headerLeft.gif') no-repeat scroll left top;
}


.headerWrapper .right {
	padding-right: 48px;
	height: 118px;
	background: transparent url('../Media/system/backgrounds/headerRight.gif') no-repeat scroll right top;
}

.headerWrapper .inner {
	width: 1004px;
	height: 110px;
	padding-bottom: 8px;
	background: transparent url('../Media/system/backgrounds/headerBottom.gif') repeat-x scroll left bottom;
	position: relative;
}

.headerWrapper .inner .logo {
	padding: 13px 0 0 24px;
	width: 167px;
	height: 97px;
}

.bodyWrapper {
	width: 1004px;
	padding: 0 48px;
	background: transparent url('../Media/system/backgrounds/bodyRepeat.gif') repeat-y scroll left top;
}

.bodyWrapper .background {
	background: white url('../Media/system/backgrounds/innerBG.gif') repeat-x scroll left top;
}

.bodyWrapper .left {
	background: transparent url('../Media/system/backgrounds/innerLeft.png') repeat-y scroll left top;	
}

.bodyWrapper .right {
	background: transparent url('../Media/system/backgrounds/innerRight.png') repeat-y scroll right top;
}

.bodyWrapper .container {
	width: 1004px;
	min-height: 423px;
	background: transparent url('../Media/system/backgrounds/innerFooter.png') repeat-x scroll left bottom;
}

.leftColumn {
	width: 250px;
	padding: 40px 0;
	float: left;
}

.rightColumn {
	float: right;
	width: 720px;
	padding-top: 20px;
}

.footerWrapper .left {
	padding-left: 48px;
	background: transparent url('../Media/system/backgrounds/footerLeft.gif') no-repeat scroll left top;
}

.footerWrapper .right {
	padding-right: 48px;
	background: transparent url('../Media/system/backgrounds/footerRight.gif') no-repeat scroll right top;
}

.footerWrapper .inner {
	width: 1004px;
	height: 58px;
}

.footerWrapper .fLeft 
{
	width: 450px;
	float: left;
}

.footerWrapper .fRight
{
	float: right;
	padding: 5px;
}

.footerWrapper .fRight a
{
	padding: 0;
	font-size: 0;
}
