﻿body
{
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
}
.headerbg
{
	width: 640px;
	height: 80px;
	text-align: center;
}
.footertext
{
	font-size: 70%;
	padding-bottom: 5px;
	padding-top: 8px;
	margin-left: auto;
	margin-right: auto;
}
a
{
	text-decoration: none;
	color: Blue;
}
a:hover
{
}
.mainmenu
{
	width: 640px;
	font-size: 70%;
	line-height: 27px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
.staticmenuitem
{
	border-left: #ffffff 1px solid;
	text-align: center;
	width: 107px;
	color: Black;
	padding: 0px;
	line-height: 27px;
}
.menuover
{
	background-image: url(Backgrounds/MenuBG_Over.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	color: white;
	line-height: 27px;
}
.breadcrumb
{
	font-size: 60%;
	width: 470px;
	text-align: left;
	float: none;
	clear: both;
}
.dynamicmenu
{
	background-image: url(Backgrounds/MenuSubItem.jpg);
	background-repeat: repeat-y;
	width: 160px;
}
.pressheader
{
	font-size: 70%;
	padding-top: 3px;
	float: left;
	background-image: url(Backgrounds/SubjectHeaderBG.jpg);
	background-repeat: repeat-x;
	position: static;
}
.formfieldlabel
{
	font-size: 80%;
	text-align: right;
}
.pagetitle
{
	float: none;
	clear: both;
	font-weight: bold;
}
.bodytext
{
	font-size: 75%;
	padding: 4px;
}
li
{
	list-style-type: square;
}
.leftmenu
{
    color: black;
    height: 20px;
    border-bottom: gainsboro 1px solid;
    padding-left: 2px;
    text-transform: capitalize;
}
.leftmenuover
{
	color: white;
	height: 20px;
	border-bottom: gainsboro 1px solid;
	background-color: lightgrey;
		padding-left: 2px;
}
.submenu
{
    background-image: url(Backgrounds/SubMenuBG.jpg);
    background-repeat: repeat-y;
    width: 150px;
    height: 20px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: white 1px solid;
}
.submenuover
{
    background-image: url(Backgrounds/SubMenuOver.jpg);
    background-repeat: repeat-y;
    width: 150px;
    height: 20px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: white 1px solid;
    color: White;
}