@charset "utf-8";
.tblbgbdrContent {
	background-color: #FFFFFF;
	border: 1px solid #006699;
	padding: 15px;
}

.tblbgbdr {
	background-color: #FFFFFF;
	border: 1px solid #006699;
}
.padding15Content {
	padding: 15px;
}
.padding15 td #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
	width: 600px;
	float: left;
	background-position: left;
	text-align: left;
}
.textcolour006699 {
	color: #006699;
}

.padding15 td #contact {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}
.padding15 #contact a {
	color: #FFFFFF;
	text-decoration: none;
}
.padding15 #footer a {
	color: #FFFFFF;
	text-decoration: none;
}



.padding15 {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
h1 {
	font-size: 24px;
	color: #999999;
}
h2 {
	font-size: 18px;
	color: #999999;
}
h3 {
	font-size: 14px;
	color: #999999;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
}
body {
	background-color: #eeeeee;
	background-image: url(_images/mrs-gray-bg.jpg);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-bottom: 30px;
}














/*
Main Navigation Module
-------------------------------------------------*/

 /*CSS for Simple Tree Menu
-------------------------------------*/

.treeview {
position: relative;
left: -50px;
top: -20px;
}

.treeview ul {
text-decoration: none;
color: #006699;
font-weight: bold;
line-height: 150%; 
text-align: left;
margin: 0;
padding: 0;
}

/*Style for LI elements in general (excludes an LI that contains sub lists)*/
.treeview li { 
text-decoration: none;
color: #006699;
font-weight: bold;
text-align: left;
background: white;
list-style-type: none;
padding-left: 10px;
margin-bottom: 3px;
}

 /* Style for LI that contains sub lists (other ULs). */
.treeview li.submenu {
text-decoration: none;
font-weight: bold;
text-align: left;
background: white url(images/arrow.gif) no-repeat 1px 7px;
cursor: pointer !important;
}

 /*Style for ULs that are children of LIs (submenu) */
 /*Hide them by default. Don't delete. */
.treeview li.submenu ul {
display: none;
}

 /*Style for LIs of ULs that are children of LIs (submenu) */
.treeview .submenu ul li {
cursor: default;
}

/*
additional menu styling
----------------------------------*/

.toplevel { 
 color: #006699;
 font-weight: bold;
 text-decoration: none;
font-size: 120%;
line-height: 150%;  }

a:hover.toplevel {color: #999999;}

.sublevel {color: #999999;
 font-weight: bold;
 text-decoration: none;
font-size: 110%; 
line-height: 140%; }

.sub-noarrow {text-decoration: none;
color: #999999;
font-size: 105%; 
line-height: 150%; 
font-weight: normal;
text-align: left;
padding-left: 0px; }

.sub-selected { text-decoration: none;
color: #006699;
font-size: 105%; 
line-height: 150%; 
font-weight: normal;
text-align: left;
padding-left: 0px;}

.sublist {color: #999999;
 text-decoration: none;
font-size: 105%;
line-height: 140%;
font-weight: lighter !important;
}

.sublist-noarrow {text-decoration: none;
color: #999999;
font-size: 105%; 
line-height: 110%; 
font-weight: normal;
text-align: left;
padding-left: 0px; }

.sublist-selected { text-decoration: none;
color: #006699;
font-size: 105%; 
line-height: 150%; 
font-weight: normal;
text-align: left;
padding-left: 0px;}

.picquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	width: 300px;
	color: #666666;
	position: relative;
	top: 20px;
	right: 20px;
	float: right;
	line-height: 110%;
	text-align: right;
	margin: 0px;
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#textContent a {
	font-weight: bold;
	color: #999999;
}
#textContent a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
