body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background: #dcd1bb url(../images/main/mainbody-background.jpg) top left no-repeat;
	margin: 0px;
}
td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#SiteLogo
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#SiteTitle
{
	height: 57px;
}
#SiteTitle h1
{
	display: none;
}
#NavigationMenu
{
	padding: 12px 0px 0px 0px;
	position: absolute;
	text-align: right;
	width: 500px;
	height: 38px;
	left: 300px;
	top: 0px;
	background: transparent url(../images/main/splitter.png) top right no-repeat;
}
#NavigationMenu a
{
	padding: 2px;
}
#NavigationMenu a:hover
{
	background-color: #ffe5a3;
	border-top: 1px solid #ff4000;
	border-bottom: 1px solid #ff4000;
	text-decoration: none;
}
.MenuActive {
	color: #ffffff;
	background-color: #14143c;
}
#NavigationMenuEnd
{
	margin-right: 20px;
}
.MainBody
{
	width: 695px;
	margin: 0px 0px 0px 105px;
}
#NavToTop
{
	position: fixed;
	left: 0px;
	top: 200px;
	z-index: 0;
}
#Footer
{
	text-align:right;
	font-size: 11px;
	margin-top: 25px;
	margin-bottom: 1px;
}
.PortalLink
{
	display: none;
}
img
{
	border: none;
}

h1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 20px;
}

h2
{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 8px;
}

p
{
	margin: 12px 0px;
}
a 
{
	font-weight: bold;
	color: #14143c;
}
a:active 
{ 
	text-decoration: none; 
}
a:link 
{ 
	text-decoration: none; 
}
a:visited 
{ 
	text-decoration: none; 
}
a:hover 
{ 
	background-color: #ffe5a3;
	border-top: 1px solid #ff4000;
	border-bottom: 1px solid #ff4000;
	text-decoration: none;
	color: #ff4000; 
}
a:link:hover 
{ 
	background-color: #ffe5a3;
	border-top: 1px solid #ff4000;
	border-bottom: 1px solid #ff4000;
	text-decoration: none;
	color: #ff4000; 
}
a:visited:hover 
{ 
	background-color: #ffe5a3;
	border-top: 1px solid #ff4000;
	border-bottom: 1px solid #ff4000;
	text-decoration: none;
	color: #ff4000; 
}
ul
{
	list-style: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
li
{
	background: transparent url(../images/bullet.png) 0px 0px no-repeat;	
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 20px;
}
.PictureDisplay 
{
	margin: 0px 0px 20px 20px;
	position: relative;
	padding: 0px 0px 0px 162px;
	height: 100px;
	border-left: 1px solid #b9b1a5;
	border-top: 1px solid #b9b1a5;
	border-bottom: 1px solid #b9b1a5;
}
.PictureDisplay img
{
	position: absolute;
	left: 0px;
	top: 0px;
	border-right: 1px solid #b9b1a5;
}
.PictureDisplay h4
{
	margin: 6px 0px 3px 0px;
	font-size: 14px;
	font-weight: bold;
}
.Indent
{
	margin-left: 20px;
}
