@charset "UTF-8";
/* CSS Document */

#container {
	overflow: visible;
	position: relative;
    margin: auto;
	padding: 0;
	text-align: left;
	width: 780px;
}

.navlocation {  position: absolute; top: 525px; left: 645px; width: 150px; z-index: 1; visibility: visible;}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
}

p, li, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	line-height: 20px;
}


.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	line-height: 17px;
}

.addtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	line-height: 17px;
}

.feature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #7cb06a;
}
	
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #948b76;
	line-height: 18px;
}


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #6a78b0;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #6a78b0;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #6a78b0;
}
a:visited {
	text-decoration: none;
	color: #6a78b0;
}
a:visited:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #6a78b0;
}

.smalltext a {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #6a78b0;
}
.smalltext a:active {
	text-decoration: none;
	font-weight: bold;
	color: #6a78b0;
}
.smalltext a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #6a78b0;
}
.smalltext a:visited {
	text-decoration: none;
	color: #6a78b0;
}
.smalltext a:visited:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #6a78b0;
}


.footertext a {
	font-size: 9px;
	text-decoration: none;
	color: #948b76;
}
.footertext a:active {
	text-decoration: none;
	color: #948b76;
}
.footertext a:hover {
	text-decoration: underline;
	color: #948b76;
}
.footertext a:visited {
	text-decoration: none;
	color: #948b76;
}
.footertext a:visited:hover {
	text-decoration: underline;
	color: #948b76;
}

/*.subnav {
	positon: absolute;
	top: 825px;
	left: 575px;
	width: 125px;
	z-index: 1;
	visibility: visible;
 }
*/ 


.subnav {
	clear:both;
	margin: 0;
	padding: 5px; 
	width: 125px; 
	float: right;
	/*background-color: #dae1fb;
	border:solid 1px #6c79b0;*/
	}


#subnav table tr td {
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6c79b0;
	text-align:left;
}
#subnav table tr td a {
	font-size: 7pt;
	text-decoration: none;
	font-weight: bold;
	color: #6c79b0;
}
#subnav table tr td a:active {
	text-decoration: none;
	font-weight: bold;
	color: #6a78b0;
}
#subnav table tr td a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #6a78b0;
}
#subnav table tr td a:visited {
	text-decoration: none;
	color: #6a78b0;
}
#subnav table tr td a:visited:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #6a78b0;
}
	
