/* CSS Document */
.MenuItems
{
	display: none;
	position: absolute;
	top: 20px;
	left: -2px;
	width: 100%;
	height: 20px;
	z-index: 2;
}

.MenuLink
{
	color: #000055;
	background: #FFFFFF;
	text-align: left;
	z-index: 2;
}

.Page
{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 100%;
	z-index: 1;
}

.MenuHeader#Home
{
	width: 130px;
}

.MenuHeader
{
	color: #000055;
	cursor: pointer;
	background-color: #FFFFFF;
	width: 124px;
	height: 20px;
	float: left;
	z-index: 2;
	position: relative;
}

.MenuBar
{
	width: 750px;
	color: #0000AA;
	position: relative;
	height: 20px;
	z-index: 2;
}

.Banner
{
	width: 750px;
	min-height: 90px;
	background: #FFFFFF;
	z-index: 1;
}

.Filler
{
	width: 750px;
	height: 70px;
	background: #FFFFFF;
}

.BlogArea
{
	width: 750px;
}

.Body
{
	width: auto;
	position: relative;
	z-index: 1;
	font-size: 12px;
	color: #999999;
	background: #FFFFFF;
	border-right: 10px #FFFFFF solid;
	border-bottom: 10px #FFFFFF solid;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
}

.BlogPicture
{
	margin: 2px;
	height: 337px;
	width: 450px;
}

.BlogOutLine
{
	margin: auto;
	width: 454px;
	height: 341px;
	border: 1px #CCCCCC solid;
}

.Title
{
	color: #000099;
	font-size: 20px;
	font-weight: bold;
}

.Description
{
	color: #000000;
	font-size: 12px;
	text-indent: 20px;
	border-bottom: #FFFFFF 40px hidden;
}

.Sidebar
{
	position: relative;
	z-index: 1;
	background: #000000;
	color: #FFFFFF;
	height: auto;
	width: 130px;
}

.WholePage
{
	color: #000000;
	background: #FFFFFF;
	z-index: 1;
}

.Paragraph
{
	text-indent: 25px;
}

.Clear
{
	clear: both;
}


iFrame.ClearFrame
{
	display: none;
	filter: mask();
	height: 15px;
	left: -1px;
	position: absolute;
	top: -1px;
	widows: 150px;
	z-index: -1;
}

div.DivLink
{
	margin-left: 10px;
	width: 100%;
}

a.Menu:link {color: white; text-decoration: none; }
a.Menu:visited {color: white; text-decoration: none; }
