@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: none;
}
#graphicmenu {
	display: block;
	float: right;
	margin-bottom: 10px;
	width: 100%;
	text-align: right;
}
#container {
	width: 772px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	text-align: left;
	padding: 0px;
	clear: both;
}
#logo {
	float: right;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
}
#homelogo {
	float: right;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
}

#main {
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin: 0px;
}
#topnav	{
	display: block;
	width: 546px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	float: left;
	background-color: #A5E7FF;
}
#bottomnav {
	display: block;
	padding: 10px;
	clear: both;
	width: 770px;
	margin-top: 15px;
	text-align: center;
}
#copyright {
	font-size: 9px;
	color: #999999;
	margin-top: 10px;
}

.breadcrumb	{
	display: block;
	color:#999;
	font-size:xx-small;
	text-align:right;
	width: 415px;
	float: left;
}
.bodygraphic {
	display: block;
	float: right;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#graphicicon	{
	display:inline;
}
#graphictitle	{
	display:inline;
}
#texttitle	{
	display:none;
}
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;
}

