#Header
{
	height: 50px;
	background-image: url(../images/h_bg.jpg);
	background-color: #012D5A;
	background-repeat: repeat-y;
	background-position: right;
	background-attachment: fixed;
}
#Logo
{
	width: 290px;
	height: 50px;
	background-color: #012D5A;
}
#TopNav
{
	height: 30px;
	background-image: url(../images/t_bg.jpg);
	background-repeat: repeat-x;
}
.TopNavLinks
{
	left: 50px;
	height: 28px;
}
#PageBody
{
	margin-top: 20px;
	width: 100%;
	height: 78%;
}
#Menu
{
	width: 150px;
	float:left;
	border: 0px;
	height: 480px;
}
#MainBody
{
	margin-left: 20px;
	width:340px;
	float:left;
}
#PageImage
{
	padding-top:5px;
	padding-right: 20px;
	padding-bottom: 10px;
}
#PageInfo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	color: #333333;
}
.SubHeading
{
	background-image: url(../images/sub_h_bg.jpg);
	width: 350px;
	height: 17px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding-left:5px;
}
#QuickLinks
{
	width: 200px;
	position : relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #F5F5F5;
	text-align: center;
	border:1px solid #D5D5D5;
	margin-left:500px;
}
#News
{
	position : relative;
	display:block;
	margin-left:500px;
	margin-top: 20px;
	background-color: #F5F5F5;
	width: 200px;
	height: 100px;
	border:1px solid #D5D5D5;
}
#Learning
{
	width: 200px;
	position : relative;
	background-color: #F5F5F5;
	text-align: center;
	border:1px solid #D5D5D5;
	margin-left:500px;
	margin-top: 20px;
}
#MailList
{
	width: 200px;
	position : relative;
	background-color: #F5F5F5;
	text-align: center;
	border:1px solid #D5D5D5;
	margin-left:500px;
	margin-top: 20px;
}
#Footer
{
	width:100%;
	height: 80px;
	background-color: #E8E8E8;
	background-image: url(../images/f_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	/*position:absolute;/*
	left: 1px;
	/*top: 1489px;*/
	bottom:0px;
}
