/* CSS Document */

Body
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:x-small;
}
a:link {
	color: #993399;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #993399;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #993399;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #993399;
	font-weight:bold;
}
h2
{
	background-color:#993399;
	color:#FFFFFF;
	font-size:x-small;
	margin:0px;
	padding:1px;
}

.Header
{
	width:700px;
	height:200px;
	margin:0px auto;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
.Navigation
{
	width:700px;
	margin:0px auto;
	height:15px;
	font-size:small;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
.Content
{
	width:700px;
	margin:0px auto;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}
.LeftContent
{
	width:210px;
	float:left;
	padding:3px;
}
.RightContent
{
	width:476px;
	float:right;
	padding:3px;	
}

.Bold
{
font-weight:bold;
}