﻿body
{
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	background-color:	#4c5d77;
	background-image:	url(/Images/TopGradient.png);
	background-repeat:	repeat-x;
	padding:30px;
}
#LogoArea
{
	position: absolute;
	top: 0px;
	left:0px;
	width:220px;
	height:75px;
	background-color:#4c5d77;
}
#mainshadow
{
	position:			relative;
	top:				75px;
	left:				50px;
	width:				90%;
	margin:				0px 0px 0px 0px;
	padding:			0px 1px 1px 0px;
	border-bottom:		solid 1px #444444;
	border-right:		solid 1px #444444;
	background-color:	#222222;
}
#documentMain
{
	position:			relative;
	padding:			0px 0px 40px 0px;
	top:				0px;
	left:				0px;
	border-top:			solid 1px #333333;
	border-left:		solid 1px #333333;
	border-bottom:		solid 1px #333333;
	border-right:		solid 1px #333333;
	background-color:	#FFFFFF;
}
#documentContent
{
	position:			absolute;
	top:				40px;
	left:				160px;
	padding:			5px 0px 0px 0px;
	/*
	border:				solid 1px #333333;
	*/
	background-color:	#FFFFFF;
}
#leftNavigation
{
	position:			relative;
	top:				40px;
	left:				0px;
	width:				150px;
	padding:			5px 0px 0px 0px;
	border-top:			solid 1px #333333;
	border-right:		solid 1px #333333;
	background-color:	#78808b;
}

#leftNavigation a
{
	margin-left:		10px;
	font-size:			1.2em;
	color:				#ffffff;
	text-decoration:	none;
}
#leftNavigation a:hover
{
	margin-left:		10px;
	font-size:			1.2em;
	color:				#ffffff;
	text-decoration:	underline;
}
#topRibbon
{
	position:			absolute;
	top:				90px;
	left:				0px;
	height:				30px;
	width:				100%;
	border-top:			solid 1px #333333;
	border-bottom:		solid 1px #333333;
	background-color:	#7d8752;
}
#bottomRibbon
{
	position:			relative;
	bottom:				-40px;
	left:				0px;
	border-top:			solid 1px #333333;
	background-color:	#7d8752;
	color:				#ffffff;
	font-family:Verdana;
	font-size:			0.55em;
	font-weight:bold;
	text-align:			center;
}
#bottomRibbon a
{
	color:				#ffffff;
}

#pageLayout
{
	position:			relative;
	top:				50px;
	border-top:			solid 1px #444444;
	border-left:		solid 1px #444444;
	border-bottom:		solid 2px #444444;
	border-right:		solid 2px #444444;
	text-align:			left;
	width:				100%;
	background-color:	#ffffff;
}

#contentColumn
{
	padding:			20px 20px 20px 20px;
	width:490px;
}
#leftNavigationColumn
{
	width:				150px;
	padding:			20px 0px 0px 0px;
	border-top:			solid 1px #333333;
	border-right:		solid 1px #333333;
	background-color:	#78808b;
}

#leftNavigationColumn a
{
	margin-left:		10px;
	font-size:			1.2em;
	color:				#ffffff;
	text-decoration:	none;
}
#footer
{
	border-top:			solid 1px #333333;
	background-color:	#7d8752;
	color:				#ffffff;
	font-family:		Verdana;
	font-size:			0.55em;
	font-weight:		bold;
	text-align:			center;
}
#footer a
{
	color:				#ffffff;
}