body
{
	font-family: Arial;
	font-size: 10pt;
}

#ColumnLeft
{
	position: absolute;
	top: 140px;
	left: 50px;
	width: 60px;
	height: 570px;
	
	background-color: #3F3F3F;
}

#PageTitle
{
	position: absolute;
	top: 165px;
	left: 285px;
	width: 535px;
	height: 90px;
	
	background-color: #76B6D6;
	font-size: 250%;
	font-weight: bold;
}

#PageTitle table
{
	width: 100%;
	height: 100%;
	text-align: center;
}

#ColumnPhotos
{
	position: absolute;
	top: 165px;
	left: 110px;
	width: 175px;
	height: 545px;
}

#Content
{
	position: absolute;
	top: 255px;
	left: 285px;
	width: 504px;
	height: 424px;
	
	padding: 15px;
	border-right: 1px solid #000000;
}

#Content span.Title
{
	font-size: 125%;
	font-weight: bold;
}

#MainMenu 
{
	position: absolute;
	top: 110px;
	left: 50px;
	width: 770px;
	height: 30px;
	
	background-color: #074A8C;
}

#MainMenu table
{
	width: 770px;
	height: 30px;
}

#MainMenu td
{
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: top;
}

#MainMenu a
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 140%;
	font-weight: bold;
}

#MainMenu tr.TextLine
{
	height: 26px;
}

#SubMenu
{
	position: absolute;
	top: 140px;
	left: 110px;
	width: 710px;
	height: 25px;
	
	background: #CCCCCC;
}

#SubMenu table
{
	width: 710px;
	height: 25px;
}

#SubMenu td
{
	text-align: center;
}

#SubMenu a
{
	text-decoration: none;
	color: #000000;
	font-size: 120%;
	font-weight: bold;
}

#Logo
{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 820px;
	height: 100px;
	
	text-align: right;
}

span.LogoTitle
{
	font-size: 175%;
	font-weight: bold;
}

span.LogoSubtitle
{
	font-size: 125%;
	font-weight: bold;
}
