
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

#top {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 803px;
	height: 173px;
}

#pagebottom {
	margin: 0px auto;
	padding: 75px 0px 20px 0px;
	width: 803px;
	background-image: url(/images/footer_light.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 803px;
	text-align: left;
	margin: 0px auto;
	background-color: #ffffff;
	background-image: url(/images/main_fade_light.jpg);
	background-repeat: no-repeat;
}

#content {
	padding: 0px 20px 0px 20px;
	line-height: 150%
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#bannerRight{
	float: right;
	padding: 0px 0px 10px 15px;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
}

hr {
	border: 0px;
	color: #f1f5f5;
	background-color: #f1f5f5;
	height: 1px;
}

h1 {
	font-size: 18px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

h2 {
	font-size: 14px;
	padding: 0px 0px 7px 0px;
	margin: 0px;
}


/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a {
	color: #bb6c29;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #e4bd9c;
	text-decoration: underline;
	font-weight: bold;
}

a.megaMegaMegaLink {
	font-size: 18px;
}

