body
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial;
	margin: 0px;
	padding: 0;
	text-align:center;/* center layout in ie5 and 5.5. */
	background-color: #183E7E;
}
TD
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial;
}
#container {
	width: 681px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;/* this is the background colour of the right column */
	border-top: none 0px #000;
	border-left: 0px solid navy;
	border-right: 0px solid navy;
	border-bottom: none 0px #000;
	text-align:left;
}
#content
{
	border-top: solid 1px #999999 ;
	border-left: solid 1px #e6e6e6 ;
	border-right: solid 1px #999999 ;
	border-bottom: solid 1px #999999 ;
	padding-right: 0px;
	background-position: left top;
	padding-left: 0px;
	background-image: url(/graphics/leftbg.gif);
	padding-bottom: 0px;
	padding-top: 0px;
	background-repeat: repeat-y;
}
#left {
	float:left;
	border-right:1px solid white;
	background-color: #e6e6e6;
	width:160px;
}
#right {
	float:left;
	width:515px;
	border-left:1px solid #e6e6e6;
	margin-left:-1px;/* makes border line up with #left border */
}
#header
{
	height:95px;
	border-bottom: 1px solid white;
}

#footer {
	text-align:center;
	font-size: 9px;
	color: Gray;
}
#footer A {
	font-size: 9px;
	color: Gray;
	font-weight:normal;
}
#mainbody {
	margin-left:20px;
}
#leftmenuInner
{
	margin-left:20px;
	margin-top:15px;
}
#header h1, #footer h1 {margin:0}
#footer {}
A
{
	color: black;
	font-family: Verdana, Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight:bold;
}
A:hover
{
	text-decoration: underline;
}
A.MenuHeader
{
	font-size: 9pt;
}
A.MenuItem
{
	font-size: 7pt;
	color: #666666;
	list-style-type: disc;
	font-weight:normal;
}
A.MenuItemSelected
{
	font-size: 7pt;
	color: #666666;
	list-style-type: disc;
	font-weight:bold;
}
.BreadcrumbText
{
	font-weight: bold;
	font-size: 8pt;
	color: #183e7e;
	position: relative;
	top: 10px;
}
.HeaderText
{
	font-weight: bold;
	font-size: 8pt;
	color: #183e7e;
}
.FooterText
{
	color: gray;
	font-size: 7pt;
}