/* HOME PAGE */
/* ------------------------------------- */

/* Home body text and links */
.homebodytext {
	font-size: 11px;
	line-height: 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 50px;
	text-align:justify;
}
.homebodytext a:link {
/*	color: #6A95C8;*/
	color: #996600;
  	text-decoration: none;
	font-weight: bold;
}
.homebodytext a:visited {
	color:#996600;
	font-weight: bold;	
	text-decoration: none;
}
.homebodytext a:hover {
	color:#003355;
  	text-decoration: underline; 
}
.homebodytext a:active {
	color:#003355;
	text-decoration: none;
}

/* SUB PAGES*/
/* ------------------------------------- */

/* General body text and links */
.bodytext {
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	text-align:left;
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 5px;
}
.bodybullet {
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	text-align:left;
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 5px;
	list-style-type: disc;
}

.bodytext a:link {
	color: #996600;
  	text-decoration: none;
	font-weight: bold;
}
.bodytext a:visited {
	color:#996600;
	text-decoration: none;
}
.bodytext a:hover {
	color: #003355;
  	text-decoration: underline; 
}
.bodytext a:active {
	color:#003355;
	text-decoration: none;
}

/* Page Headers in page body */
.bodyheader {
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	color: #990000;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align:left;
}
/* Subheaders in page body */
.bodysubheader {
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	color: #990000;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align:left;
}

/* Margin text and links */
.margintext {
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#333333;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 25px;
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-bottom-color: #E2E2E2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-bottom: 3px;
	padding-top: 0px;
	list-style-type:none;
}

.margintext a:link {
	color:#008575;
	text-decoration: none;
}
.margintext a:visited {
	color:#008575;
	text-decoration: none;
}
.margintext a:hover {
	color:#008575;
	text-decoration: none;
}
.margintext a:active {
	color:#008575;
	text-decoration: none;
}

/* Body bullet list text */

.orangebullettext {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;
	font-family: Verdana, Arial Helvetica, sans-serif;
	color: #666666;
}

.orangebullettext li {
padding-left: 15px;
padding-bottom: 15px;
background-image: url(../images/orange_bullet.gif);
background-repeat: no-repeat;
background-position: 0 .0em;
list-style:none;
}

.orangebullettext a:link {
	color: #666666;
	text-decoration: none;
}
.orangebullettext a:visited {
	color: #666666;
	text-decoration: none;
}
.orangebullettext a:hover {
	color: #666666;
	text-decoration: underline;
}
.orangebullettext a:active {
	color: #666666;
	text-decoration: none;
}

.tanbullettext {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;
	font-family: Verdana, Arial Helvetica, sans-serif;
	color: #666666;
}

.tanbullettext li {
padding-left: 15px;
padding-bottom: 15px;
background-image: url(../images/tan_bullet.gif);
background-repeat: no-repeat;
background-position: 0 .0em;
list-style:none;
}

.tanbullettext a:link {
	color: #666666;
	text-decoration: none;
}
.tanbullettext a:visited {
	color: #666666;
	text-decoration: none;
}
.tanbullettext a:hover {
	color: #666666;
	text-decoration: underline;
}
.tanbullettext a:active {
	color: #666666;
	text-decoration: none;
}

.bluebullettext {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;
	font-family: Verdana, Arial Helvetica, sans-serif;
	color: #666666;
}

.bluebullettext li {
padding-left: 15px;
padding-bottom: 15px;
background-image: url(../images/blue_bullet.gif);
background-repeat: no-repeat;
background-position: 0 .0em;
list-style:none;
}

.bluebullettext a:link {
	color: #666666;
	text-decoration: none;
}
.bluebullettext a:visited {
	color: #666666;
	text-decoration: none;
}
.bluebullettext a:hover {
	color: #666666;
	text-decoration: underline;
}
.bluebullettext a:active {
	color: #666666;
	text-decoration: none;
}

.graybullettext  {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;
	font-family: Verdana, Arial Helvetica, sans-serif;
	color: #666666;
}

.graybullettext  li {
padding-left: 15px;
padding-bottom: 15px;
background-image: url(../images/gray_bullet.gif);
background-repeat: no-repeat;
background-position: 0 .0em;
list-style:none;
}

.graybullettext  a:link {
	color: #666666;
	text-decoration: none;
}
.graybullettext  a:visited {
	color: #666666;
	text-decoration: none;
}
.graybullettext  a:hover {
	color: #666666;
	text-decoration: underline;
}
.graybullettext a:active {
	color: #666666;
	text-decoration: none;
}
/* TOP NAV */
/* ------------------------------------- */

/* Top nav text and links - upper right corner */
.topnav {
	font-size: 10px;
	font-family: Verdana, Arial Helvetica, sans-serif;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
}
.topnav a:link {
	color: #666666;
	text-decoration: none;
}
.topnav a:visited {
	color: #666666;
	text-decoration: none;
}
.topnav a:hover {
	color: #666666;
	text-decoration: underline;
}
.topnav a:active {
	color: #666666;
	text-decoration: none;
}


/* Verticle bars in the top right nav - upper right corner */
.topnavvbar{
	font-size: 11px;
	font-family: Verdana, Arial Helvetica, sans-serif;
	color: #CCCCCC;
}

/* FOOTER*/
/* ------------------------------------- */

/* Footer copyright text and links - bottom left of footer */
.footer {
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
	background-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align:left;
}
.footer a:link {
	color: #666666;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #666666;
}
.footer a:hover {
	text-decoration: underline;
	color: #666666;
}
.footer a:active {
	text-decoration: none;
	color: #666666;
}

/* Footer nav text and links - bottom right of footer */
.footernav {
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align:left;
}
.footernav a:link {
	color: #333333;
	text-decoration: none;
}
.footernav a:visited {
	text-decoration: none;
	color: #333333;
}
.footernav a:hover {
	text-decoration: underline;
	color: #333333;
}
.footernav a:active {
	text-decoration: none;
	color: #333333;
}


/* Verticle bars in the footer nav */
.footernavvbar{
	font-size: 11px;
	font-family: Verdana, Arial Helvetica, sans-serif;
	color: #CCCCCC;
}
