﻿@import 'master.css';
@import 'links.css';


.Center
{
	clear:both;
}
.CenterLeft
{
	width:530px;
	float:left;
}

.Menu
{
	float:left;
	width:800px;
	height:25px;
	background-color:#BCBCBB;
}

.Content
{
	clear:both;
	width:800px;
	background-color:White;
}
.ContentImage
{
	background-color:White;
	float:left;
	width:145px;
	padding:10px;
}
.ContentArea
{
	background-color:white;
	padding-left:15px;
	width:585px;
	float:left;
}
.ContentTitle
{
	font:bold 1.5em verdana;
	color:#506486;
	border-bottom:dotted 2px #506486;
	width:585px;
}
.ContentText
{
	padding-top:1em;
	font:normal .8em verdana;
	color:#506486;
}

