﻿body
{
	background-color:#f1efe2;
	font-family:Arial;
	font-size:13px;
}

#container
{
	background-color:#FFFFFF;
	border:3px solid black;
	margin:auto;
	width:980px	
}

#banner
{
	height:95px
}
	
	#logo
	{	
		float:left;
		margin:20px 0px 19px 10px
	}
	
	#baigeBanner
	{
		background-color:#d6d5a7;
		border-bottom:2px solid #d10333;
		height:100%;
		float:right;  
		width:240px
	}

	#redBar
	{
		border-bottom:2px solid #d10333;
		border-left:2px solid #d10333;
		float:right; 
		height:22px;
		width:590px
	}

#leftNav
{
	border-right:2px solid #d10333;
	float:left;
	height:465px;
	width:148px
}

#content
{
	float:left;
	padding-left:35px;
	text-align:left;
	width:555px
}

#rightSide
{
	background-color:#d6d5a7;	
	color:#95957D;
	float:left;
	font-size:12px;
	height:465px;
	text-align:center;
	width:240px
}

	#rightImage
	{
		border-bottom:2px solid #d10333;
		margin:auto;
		padding:20px 0px;
		width:208px
	}
	
	#rightLogo
	{
		border-bottom:2px dotted #d10333;
		margin:auto;
		padding:0px 0px 20px 10px;
		text-align:left;
		width:208px	
	}
	
	.rightBottom
	{
		padding-left:8px;
		text-align:left
	}
	
		#rightBottom span
		{
			font-weight:bold
		}
		
.bottomRightLinks
{
	color:#95957d;
	text-decoration:none;
}

.bottomRightLinks:hover
{
	color:#9b98b3;
}		

/* CSS Rollover Menu */
.menuItems
{
	color:#858681;
	font-size:11px;
	font-weight:bold;
	line-height:37px;	
	margin-left:30px;
	width:120px
}

#leftNav li.RootNavListItem>a:hover,
#leftNav li.RootNavListItem:hover>a
{
	background:url('/images/barBack.jpg') right center no-repeat;
}
	
	#leftNav li.subNav a
	{
		white-space:normal;
	}

.subNav a
{
	background:#ececee;
	border-bottom:1px dotted red;
	line-height:28px;
	margin-left:23px;
	padding-left:10px;
}

.subNav:last-child a
{
	border:0px;	
}