﻿body 
{
	background-color: White;
}

hr			{ color: #fce0c2; background-color: #fce0c2; height: 3px; border: Solid 0px White; }

/* helpers */
.fullWidth	{ width: 940px; }
.leftWidth	{ width: 230px; }
.rightWidth { width: 700px; }
.fleft		{ float: left; }
.fright		{ float: right; }
.norep		{ background-repeat: no-repeat; }
.repy		{ background-repeat: repeat-y; }
.repx		{ background-repeat: repeat-x; }

.Header		{ background-image: url(LargeHeader.gif); height: 95px; margin-top: 8px; }

/* Horizontal Menu Styles */
.Menu		{ height: 24px; padding-right: 30px; margin-bottom: 20px; }
.Menu ul
{
	float: right;
	margin: 0px 30px 0px 0px;			
}
.Menu ul li
{
	float: right;
	margin-left: 0px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-image: url(TopLinkBackground.gif);
	
	height: 24px; width: 106px;	
	text-align: center;
}
.Menu ul li a, .Menu ul li a:hover, .Menu ul li a:visited
{
	width: 106px;
	height: 24px;
	float: right;
	font-family: Times New Roman;
	font-size: 17px;
	font-weight: bold;
	color: #fce0c2;	
	white-space: nowrap;
	text-decoration: none;
}


.LeftContainer { clear: left; width: 208px; height: 481px; background-image: url(LeftPaneBackground.gif); }

/* Left Side Menu Styles */
.LeftContainer ul { width: 158px; float: left; margin-top: 95px; padding-left: 0px; margin-left: 0px; }
.LeftContainer ul li
{
	margin-left: 0px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-image: url(LeftLinkBackground.gif);
	padding-top: 8px;
	height: 30px; width: 158px;	
}
.LeftContainer ul li a, .LeftContainer ul li a:hover, .LeftContainer ul li a:visited
{
	padding-left: 6px;
		
	text-align: left;
	font-family: Times New Roman;
	font-size: 17px;
	font-weight: bold;
	color: #fce0c2;	
	white-space: nowrap;
	text-decoration: none;
}


