/**
 * Standard Text and Formatting
 */
body 
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #D6D6B7;
	margin: 0px;
}
a:link 
{
	color: #69F;
	text-decoration: none;
}
a:visited 
{
	color: #03F;
	text-decoration: none;
}
a:hover 
{
	color: #03F;
	text-decoration: underline;
}
/**
 * Top Bars
 */
#topBar 
{
	position:fixed;
	height:75px;
	z-index:100;
	background-image: url(images/bar_texture.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	background-position: center;
}
#breadcrumbBar 
{
	position:relative;
	width:55%;
	height:16px;
	z-index:8;
	font-size: 10px;
	float: left;
	padding: 2px;
	color: #C9C590;
	font-weight: bold;
}
	#breadcrumbBar a:link 
	{
		color: #BCBCBC;
		text-decoration: none;
		font-weight: normal;
	}
	#breadcrumbBar a:visited 
	{
		color: #BCBCBC;
		text-decoration: none;
		font-weight: normal;
	}
	#breadcrumbBar a:hover 
	{
		color: #666666;
		text-decoration: underline;
		font-weight: normal;
	}
#topRightBar 
{
	position:relative;
	width:40%;
	height:17px;
	z-index:3;
	font-size: 10px;
	text-align: right;
	float: right;
	padding: 2px;
}

/**
 * Navigation Menu
 */
#leftMenu 
{
	position:relative;
	width:112px;
	z-index:4;
	text-align: right;
	float: left;
	padding-right: 14px;
	color: #999999;
}
#leftMenu a:link 
{
	color: #A7A789;
	text-decoration: none;
	font-weight: bold;
}
#leftMenu a:visited 
{
	color: #A7A789;
	text-decoration: none;
	font-weight: bold;
}
#leftMenu a:hover 
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
/**
 * Middle section (where main content is)
 */
#middleBar 
{
	position:relative;
	width:720px;
	z-index:2;
	margin: auto;
	top: 75px;
	background-color: #CCCCCC;
	clear: both;
}

/**
 * 3 Column Content
 */
#threeColumnMiddle 
{
	position:relative;
	width:400px;
	z-index:5;
	float: left;
	padding: 2px;
}
#threeColumnRight
{
	position:relative;
	width:180px;
	z-index:6;
	float: right;
	padding: 2px;
}

/**
 * 2 Column Content
 */
#twoColumnMiddle 
{
	position:relative;
	width:580px;
	z-index:5;
	float: left;
	padding: 2px;
}

/**
 * Footer
 */
#footer 
{
	position:fixed;
	width:100%;
	z-index:90;
	font-size: 10px;
	text-align: center;
	float: none;
	bottom: 0px;
	background-color: #D6D6B7;
	padding-top: 8px;
	background-image: url(images/page_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#footer a:link 
{
	color: #000000;
	text-decoration: none;
}
#footer a:visited 
{
	color: #000000;
	text-decoration: none;
}
#footer a:hover 
{
	color: #000000;
	text-decoration: underline;
}

