@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#mobilemenu	{
	display: block;
	float: right;
	margin-bottom: 10px;
}
#mobilemenubody {
	clear: both;
	width: 100%;
}

#graphicmenu	{
	display: none;
}
#container {
	width: 100%;
/*	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;*/
	border: 0px solid #000;	
	text-align: left;
	padding: 0px;
}
#logo {
	display:block;
	margin: 0px;
	padding: 0px;
}

#homelogo {
	display: none;
}
#main {
	clear: both;
	padding: 0px;
/*	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;*/
	margin: 0px;
}
#hometopnav {
	display: none;
}
#topnav	{
	display: none;
	width: 546px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	float: left;
	background-color: #A5E7FF;
}
#bottomnav {
	padding: 10px;
	clear: both;
	width: 100%;
	margin-top: 5px;
	text-align: center;
	display: none;
}
#copyright {
	font-size: 9px;
	color: #999999;
	margin-top: 10px;
}
.breadcrumb	{
	display:none;
	color:#999;
	font-size:xx-small;
	text-align:right;
	width: 415px;
	float: left;
}
.bodygraphic {
	display:none;
	height: 0px;
	float: right;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#graphicicon	{
	display:none;
	height: 0px;
	margin: 0px;
}
#graphictitle	{
	display:none;
	height: 0px;
	position:relative;
	z-index: -1000;

}
#texttitle	{
	display:block;
	width: 400px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: medium;
	font-weight: bold;
	color: #003399;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.subhead {
	font-size: x-small;
	font-weight: bold;
	color: #003399;
}
ul.graphicbullets li {	
	list-style-image: url(../Images/Square-Bullet.gif);
	list-style-type: none;
	line-height: 16px;
	padding-bottom:10px;
}

.subnavtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #999999;
}
.BoldUnderlined {
	font-weight: bold;
	text-decoration: underline;
}
.hometext {
	line-height: 25px;
}
a:link {
	color: #003399;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #003399;
}
a.BotNav:link {
	color: #999999;
	font-size: 9px;
	text-decoration: none;
}
a.BotNav:visited {
	color: #999999;
	text-decoration: none;
	font-size: 9px;
}
a.BotNav:hover {
	text-decoration: underline;
}

