body
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	background-color: #999;
	acronym: none;
	text-decoration: none;
}

a:link
{
	text-decoration: none;
	color: #333;
}

a:visited
{
	text-decoration: none;
	color: #333;
}

a:hover
{
	text-decoration: underline;
	color: #000000;
}

a:active
{
	text-decoration: none;
	color: #333;
}

.strong
{
	font-weight: bold;	
}

#container
{
	position: relative;
	margin: 15px auto 10px auto;
	padding: 0;
	width: 800px;
	height: 550px;
	border: 0px #000;
	border-style: solid;
	background-color: #dedccf;
}

#container2
{
	position: relative;
	margin: 15px auto 10px auto;
	padding: 0;
	width: 800px;
	height: 550px;
	border: 0px #000;
	border-style: solid;
	background-color: #666;
}

#leftFrame
{
	margin: 0px;
	padding: 0px;
	width: 149px;
	height: 550px;
	border: 1px #000;
	border-style: none solid none none;
	background-color: #CBC9B2;
	background-image: url(../images/nav_tile.jpg);
	background-repeat: repeat-x;
	float: left;
}

#leftFrame ul 
{
	position: absolute;
	top: 120px;
	margin-left: 0; padding-left: 1em;
	list-style-type: circle; 
	line-height: 50px;
	text-align: right;
	border: 1px #FFF;
	border-style: solid;
	float: left;
}

#leftFrame a 
{
	margin: 0; padding-right: 20px;
	line-height: 40px;
	text-align: right;
	border: 0px #FFF;
	border-style: solid;
	display: block;
}

/* the following contains the flash content and should not be altered */

#contentFrame
{
	position: relative;
	margin: 0;
	padding: 30px 0 0 30px;
	width: 615px;
	height: 515px;
	border: 0px #000;
	border-style: solid;
	text-align: left;
	float: left;
}

#contentFrame p
{	
	position: relative;
	width: 550px;
	border: 0px #000;
	border-style: solid;
	text-align: left;
}

.bottomPad
{
	color: #333;
	margin: 0 0 5px 0;
	font-weight: bold;
	text-align: left;
}

#nav
{
	margin: 0 auto;
	width: 600px;
	padding: 0;
	height: 20px;
	border: 0px #000;
	border-style: solid;
}

#nav p
{
	font-size: 12px;
	text-align: center;
	line-height: 10px;
}