body
{
	text-align: center;
	background-color: #eeeeee;
	font-family: Verdana;
	font-size: 12px;
}

#Page
{
	margin-left: auto;
	margin-right: auto;
	width: 902px;
}

#Spacer
{
	border: 1px solid black;
	margin-bottom: 2px;
	background-color: #364656;
	width:200px;
}

#PageHeader
{
	border: 1px solid black;
	width: 900px;
	height: 150px;
	background-image: url(../Images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align:right;
	vertical-align: top;
}

#PageHeader .LoginLink
{
	margin: 3px;
	color: White;
	display:block;
}

.MainNavigatorCell
{
	border: 1px solid black;
	background-color: #364656;
	height: 25px;
	line-height: 25px;
	color: white;
	text-align: center;
}

.SubNavigatorParent
{
	border: 1px solid black;
	background-color: #364656;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 2px;
	width:200px;
	font-style:italic;
}

.SubNavigatorItem
{
	border: 1px solid black;
	margin-bottom: 2px;
	background-color: #cccccc;
	height: 25px;
	line-height: 25px;
	text-align: left;
	width:200px;
}

#Content
{
	border: 1px solid black;
	_height: 500px;
	min-height: 500px;
	margin-bottom: 2px;
	text-align:center;
	background-color: White;
	padding: 0px;
}

#NavigatorLeft
{
	text-align: left;
	padding-left: 5px;
}

a.SubNavigatorLink
{
	color: black;
	font-weight: bold;
	margin-left:20px;
}

a.SubNavigatorLink:hover
{
	color:#364656;
	font-style:italic;
}

.SubNavigatorSelectedLink
{
	color:#364656;
	font-style:italic;
	font-weight: bold;
	margin-left:20px;	
}

a.SubNavigatorParentLink
{
	margin-left: 15px;	
	color: #cccccc;
}

a.MainNavigatorLink
{
	color: white;
	font-weight: bold;
}

a.MainNavigatorLink:hover
{
	color:#cccccc;
}

#Wrapper
{
	margin-top:25px;
	margin-bottom:25px;
	margin-left: auto;
	margin-right: auto;
}

.NoDataFound
{
	margin-top: 50px;
	margin-bottom: 50px;
	font-weight: bold;	
	text-align: center;
}

.Message
{
	font-weight: bold;
	font-size: 12px;
	text-align:center;	
	margin: 20px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#Footer
{
	font-size: 10px;
	font-weight: bold;	
}

#Footer a
{
	color: Blue;	
}

#Footer a:visited
{
	color: Blue;	
}

