body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1182c4;
	background-image: url(graphics/bg-gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#Title-Left {
	background-color: #ededed;
	background-image: url(graphics/TitleLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 94px;
}
#Title-Right {
	background-image: url(graphics/TitleRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 94px;
}
#MenuBar {
	background-color: #1947a3;
	height: 30px;
}
#sidebar {
	width: 202px;
	background-image: url(graphics/sidebar.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#TBarLeft {
	background-image: url(graphics/TBarLeft.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 202px;
	background-position: left top;
}
#TBarRight {
	height: 41px;
	width: 638px;
	background-image: url(graphics/TBarRight638.jpg);
}
#ContentArea {
	background-color: #ebebeb;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#footer {
	background-image: url(graphics/Footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
}
#Footer2 {
	background-color: #d8d8d8;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#Footer2 a:link 	{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#Footer2 a:visited 	{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#Footer2 a:hover 	{
	color: #233fa2;
	font-weight: bold;
	text-decoration: none;
}
#Footer2 a:active	{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.info {
	background-image: url(graphics/infoheader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 201px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 27px;
	padding-top: 8px;
}
.sidebartext {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 45px;
	font-size: smaller;
}
#ContentArea H1 {
	font-size: 26px;
	color: #233fa2;
}
#ContentArea H2 {
	font-size: 18px;
	color: #233fa2;
}
#ContentArea H3 {
	color: #233fa2;
	font-size: 16px;
}
.BlueText {
	color: #233fa2;
}
