body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin: 0px;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover
{
	color: #0000FF;
	text-decoration: underline;
} 

.SideBar
{
	background-color: #0E538B;
	text-align: center;
	width: 130px;
}

table.TxtBtn
{
	border-spacing: 4px 5px;
}

.TxtBtn td 
{ 
	font-size: 10pt;
	width: 100px;
	height: 1.8em;
	vertical-align:  middle; 
	background-color: #1A45C4; 
	padding-left: 5px; 
	padding-right: 5px; 
}

.TxtBtn a 
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.TxtBtn a:hover 
{
	color: #ADF8FC;
	text-decoration: none;
}

.Header 
{
	font-size: 22pt;
	font-weight: bold;
	color: #006699;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: solid 1px #0E538B;
	text-align: center;
}

.HeaderBlue
{
	background-image: url(Images/Top-Bck.gif); 
	background-color: #3858E8;
	background-repeat: repeat;
}

.LeftBlue
{
	float: left;
	width: 130px;
	height: 100%;
	background-image: url(Images/Left-bck.gif); 
	background-position: top left; 
	background-repeat: repeat-y;
}

.MainBody
{
	margin-left: 140px;
	padding: 10px;
	width: 85%;
}

.Footer
{
	clear: both;
	width: 100%;
	border-top: solid 1px #0E538B;
	text-align: center;
	font-size: 8pt;
}

.PageTitle
{
	color: #0E538B;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}

.Projects td
{
	width: 400px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.Projects td .Project1
{
	width: 800px;
}