/* Global Styles */
*
{
	margin: 0px;
	padding: 0px;
	font-family: Helvetica;
}

body
{
	background-color: black;
	text-align: center !ie;
}

img
{
	behavior: url("/scripts/iepngfix.htc");
}

/* Link Styles */

a
{
	color: white;
	text-decoration: none;
}

a:hover
{
	color: white;
	text-decoration: none;
}

a:visited
{
	color: white;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
	height: 0px;
}

.clearRight
{
	clear: right;
	height: 0px;
}

/* End Global Styles */

/* Header Styles */

.headerTop
{
	height: 36px;
	width: 100%;
	background-image: url(../images/top-bar-repeat.png);
	position: absolute;
	left: 0px;
	top: 0px;
}

.headerBody
{
	height: 266px;
	width: 100%;
	background-image: url(../images/top-bg-repeat.png);
	position: absolute;
	left: 0px;
	top: 36px;
}

.headerBottom
{
	height: 74px;
	width: 100%;
	background-image: url(../images/bottom-bar-repeat.png);
	position: absolute;
	left: 0px;
	top: 302px;
}

.headerContainer
{
	text-align: center;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.headerContentContainer
{
	width: 1024px;
	margin: auto;
	text-align: right;
}

.headerContent
{
	width: 1024px;
	height: 302px;
	overflow: hidden;
	position: relative;
}

.topMenu
{
	width: 668px;
	height: 291px;
	height: 301px !ie;
	color: white;
	font-size: 12px;
	text-align: right;
	padding-top: 10px;
	overflow: hidden;
	position: absolute;
	right: 0px;
}

.headerRightContent
{
	margin-top: 12px;
	width: 668px;
	height: 265px;
}

.headerRightContent img
{
	position: absolute;
}

.headerMenu
{
	width: 1025px;
	height: 74px;
	margin: auto;
	overflow: hidden;
}

.mainMenu
{
	float: right;
	border-right: 2px solid #5f5347;
}

.link
{
	height: 74px;
	width: 107px;
	padding-top: 30px;
	behavior: url("/scripts/iepngfix.htc");
}

a .link
{
	background-image: none;
}

a:hover .link
{
	background-image: url(../images/button-over-transparency.png);
}

a:hover .subLink
{
	text-decoration: underline;
}

.subLink
{
	float: left;
}

.active
{
	background-image: url(../images/button-over-transparency.png);
	behavior: url("/scripts/iepngfix.htc");
}

.mainMenu li
{
	list-style: none;
	float: left;
	font-size: 12px;
	text-align: center;
	color: white;
	letter-spacing: 1px;
	border-left: 2px solid #5f5347;
}

/* End Header Styles */

/* Body Styles */

.bodyContainer
{
	width: 1022px;
	width: 1026px !ie;
	border-left: 2px solid #5f5347;
	border-right: 2px solid #5f5347;
	border-bottom: 2px solid #5f5347;
	padding-top: 376px;
	margin: auto;
	overflow: hidden;
}

.bodyLeftContainer
{
	background-color: #372819;
	width: 748px;
	width: 743px !ie;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

.bodyLeftHeader
{
	background-image: url(../images/body-top-left-repeat.png);
	height: 27px;
}

.bodyLeftContent
{
	padding: 22px 60px 40px 60px;
	text-align: left;
	font-size: 12px;
	letter-spacing: 1px;
	color: white;
	line-height: 20px;
}

.bodyRightContainer
{
	width: 274px;
	background-image: url(../images/body-right-repeat.png);
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

.bodyRightContent
{
	width: 240px;
	width: 274px !ie;
	overflow: hidden;
	padding: 0px 10px 10px 10px;
	text-align: left;
	margin-left: 5px;
	font-size: 12px;
	line-height: 20px;
}

/*
<div class="bodyContainer">
	<div class="bodyLeftContent">
		<!-- LEFT CONTENT GOES HERE -->
	</div>
	<div class="bodyRightContent">
		<!-- RIGHT CONTENT GOES HERE -->
	</div>
	<div class="footer"></div>
</div>
*/

/* End Body Styles */