
/* General*/
body 
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font: 10pt Arial, Helvetica;
	color: #555753;
	background: #fff url(../Images/Lines.gif) repeat-y;
	background-color: #F7F2EA;
}
/* General links */
a:link, a:visited{
	color: #9999CC;
}

a:hover{
	color: #B74213;
}
a visited
{
	color: #CC99CC;
}
/* Top Banner */
#Banner 
{
	background: #000000 url("../Images/Banner.gif") no-repeat;
	width: 780px;
	height: 95px;
	background-position: 325px 5px	
}
#Banner a 
{
	display: block;
	float: right;
	width: 500px;
	height: 95px
}

#SubBanner
{
	background: #FFFF99 url("../Images/SubBanner.gif") no-repeat;
	width: 780px;
	height: 30px;
	background-position: 105px 0px
}
#SubBanner a 
{
	display: block;
	float: right;
	width: 780px;
	height: 30px
}

/* Body */
#BodyContainer
{
	float: left;
	background: url("../Images/BlackDivider.gif") repeat-y;
}
#Body
{
	margin-bottom: 40px;
	margin-left: 15px;
	margin-top: 15px;
	width: 540px;
}

#Body h1
{
	margin-top: 15px;
	font: 20pt Helvetica;
	color: #555753;
	font-weight:300
}

/* Menu Items */
#Menu 
{
	float: left;
	width: 200px;
}
#Menu h1
{
	visibility: hidden;
}
#Menu ul
{
	margin: 0px;
	padding-left: 10px;
	margin-top:0px;
	list-style-type: none;
}
#Menu li
{
	line-height: 2.5ex; 
	list-style-type: none;
	display: block; 
	padding-top: 13px; 
	margin-bottom: 5px;
	padding-left:18px;
}
#Menu a
{
	background: transparent url(../Images/StarBlack.gif) no-repeat 0px 2px;
	padding-left:18px;
}
#Menu a:hover
{
	background: transparent url(../Images/StarYellow.gif) no-repeat 0px 2px;
	padding-left:18px;
	
}
#Menu a.MenuItem
{
	font-family: Arial, Helvetica;
	display: inline;
	font-weight: bold;
	font-size: 16px;
	line-height: 15px;
	text-decoration:none;
	color: #9999CC;
}
#Menu a.MenuItemHighlighted
{
	font-family: Arial, Helvetica;
	display: inline;
	font-weight: bold;
	font-size: 16px;
	line-height: 15px;
	color: #333366;
	text-decoration:none;
	background: transparent url(../Images/StarYellow.gif) no-repeat 0px 2px;
	padding-left:18px;
}
#Menu a.MenuItem:hover
{
	font-family: Arial, Helvetica;
	display: inline;
	font-weight: bold;
	font-size: 16px;
	line-height: 15px;
	color: #333366;
	text-decoration:none;
}

.Image
{
	margin-bottom: 5px;
	margin-left: 3px;
}

#HorDivider
{
	width:auto;
	background: url("../Images/HorDivider.gif") repeat-x 20px 20px;
	padding: 20px;
}

/* Footer */
#Footer
{
	background: #FFFF99;
	width: 579px;
	margin: 0px 0px 0px 0px ;
}

/* Copyright */
#Copyright
{
	padding: 10px 10px 10px 10px;
}

	