﻿table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: "Segoe UI",Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 18px;
}
td {
	font-size: 14px;
	vertical-align: middle;
}
h1 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 18px;
}
h2 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 18px;
}
h3 {
	font-size: 1em;
	line-height: 18px;
}
h4 {
	font-size: 10px;
	line-height: 18px;
}

img {
	border-style: solid;
	border-width: 0;
}


/* BULLETS */
.dotbullet {
	list-style-image: url('images/bluspot.gif');
	list-style-type: disc;
	line-height: 20px;
}

.nobullet {
	list-style: none;
	margin-left: 40px;
	text-indent: -24px;
}

.starbullet {
	list-style-image: url('images/tinystar2.gif');
}
.tocbullet {
	background-color: #FFFFDB;
	list-style: none;
	margin-top: 0px;
	margin-left: 60px;
	margin-right: 60px;
	padding-left: 10px;
	padding-right: 20px;
	font-weight:normal;
}

.tocbullet li {
	padding-left: 18px;
	background-image: url('images/bluspot.gif');
	background-repeat: no-repeat;
	background-position: 0 .5em;
	line-height: 18px;
	margin-bottom: 6px;
}

.pdfbullet {
	background-color: #FFFFDB;
	list-style: none;
	margin-top: 0px;
	margin-left: 60px;
	margin-right: 60px;
	padding-left: 10px;
	padding-right: 20px;
}

.pdfbullet li {
	padding-left: 18px;
	background-image: url('images/small_pdf.gif');
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0 .5em;
	line-height: 24px;
	margin-bottom: 2px;
}


/* .toclist {
	margin-left: 8px;
	font-weight: 700;
	font-size: 14px;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	line-height: 18px;
} */

.tocheader {
	font-weight: 700;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 20px;
	color: #006060;
	text-decoration: underline;
	background-color: #FFFFDB;
	margin-left: 60px;
	margin-right: 60px;
	line-height: 20px;
	margin-bottom: 0;
	padding-top: 4px;
	padding-bottom: 12px;
	padding-left: 8px;
	font-variant: normal;
}
.toctext {
	background-color: #FFFFDB;
	margin-top: 0px;
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 0;
}
 .toctable {
	background-color: #FFFFDB;
	width: 700px;
} 

 .doctableheader {
	font-weight: 700;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 20px;
	text-decoration: underline;
	color: #006060;
	padding-top: 4px;
	padding-bottom: 12px;
	padding-left: 8px;
} 

.doclist {
	font-weight: normal;
	margin-left: 20px;
}


/* HYPERLINKS */
.clink A {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}
.clink A:hover {
	color: #FFFF00;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}
.hovertext {
	color: #003300;
	background-color: #FFE9BB;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 14px;
	font-style: italic;
}
.hovertext:hover {
	color: #000080;
	background-color: #FFFF88;
}
.hovertext_large {
	color: #003300;
	background-color: #DCE8BF;
	text-align: center;
	font-weight: 700;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 20px;
	font-style: italic;
}
.hovertext_large:hover {
	color: #000080;
	background-color: #FFFF88;
}
.ylink A {
	color: #FFFF00;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}
.ylink A:hover {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	border-bottom: solid 1px #FFFFFF;
}

.imglink {
	border-bottom: none;
}

.imglink:hover {
	border-bottom: none;
}

.bookmark {
	color:inherit;
	border:none;
	border-bottom: none;
}

.bookmark:hover {
	color:inherit;
	border:none;
	border-bottom: none;
}

a {
	color: #0044BB;
	text-decoration: none;
	border-bottom: dotted 1px #0044BB;
}
a:hover {
	color: #008080;
	border-bottom: solid 1px #008080;
}


/* TABLE STUFF */
.tablemain {
	width: 740px;
	background-color: #d5dce3;
}
.tablewht {
	width: 740px;
	background-color: white;
}

.tablefooter {
	width: 740px;
	background-color: #c8dcd6;
}

.cellfooter {
	text-align: center;
	vertical-align: middle;
	padding: 4px;
}
.cellmain {
	text-align: justify;
	vertical-align: top;
	padding: 8px;
}
.cellcenter {
	text-align: center;
	vertical-align: middle;
}


/* COMMAND BARS */

.cmdbar {
	width: 188px;
	text-align: left;
	background-color: #230602;
	background-image : url(images/cmdgrad2.jpg);
	background-position : top;
	background-repeat : repeat-y;
	color: white;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}
.cmdbar:hover {
	background-color: #F08000;
	background-image : url(images/cmdgold2.jpg);
	background-position : top;
	background-repeat : repeat-y;
	color: #FFFF00;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	cursor: pointer;
}
.subcmdbar {
	width: 188px;
	text-align: right;
	background-color: green;
	background-image : url(images/cmdgreen.jpg);
	background-position : top;
	background-repeat : repeat-y;
	color: white;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}
.subcmdbar:hover {
	background-color: olive;
	background-image : url(images/cmdgold.jpg);
	background-position : top;
	background-repeat : repeat-y;
	color: #FFFF00;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	cursor: pointer;
}
.disclaimtext {
	font-size: 11px;
	font-family: "Arial Narrow", Times, "Times New Roman";
}


/* EVERYTHING ELSE */
.bigred {
	text-align: center;
	font-weight: 700;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 28px;
	color: red;
	line-height: 24px;
}
.bigtext {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 18px;
}
	
.redtxt {
	color: #FF0000;
}

.greentxt {
	color: #008000;
}

.bluetxt {
	color: #000080;
}
.doubleindent {
	margin-left: 60px;
	margin-right: 60px;
}
.emailimg {
	margin-top: -3px;
	margin-bottom: -3px;
}
.emphasisbig {
	text-align: left;
	font-weight: 700;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0000A0;
	line-height: 20px;
	margin-bottom: 8px;
	margin-top: 0px;
}
.emphasistext {
	text-align: left;
	font-weight: 700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0000A0;
}
.errormsg {
	color: red;
	background-color: #FFFF99;
	margin: 0;
}

.heading {
	margin: 0px 0px 8px 0px;
	font-size: 18px;
	font-weight: 700;
	color: #000080;
}
.pagegrad {
	background-color : #285d8f;
	background-image : url('images/gradgreen.png');
	background-position : 50% top;
	background-repeat : repeat-y;
	font-weight: 100;
}
.smalltext {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 14px;
}
.subtitle {
	font-weight: 700;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 18px;
	color: #006060;
	margin-bottom: 0px;
}
.subhead {
	font-weight: 700;
	font-size: 16px;
	color: #000080;
	margin-bottom: 0px;
}

.text_centered {
	text-align: center;
}

.text_justified {
	line-height: 16px;
	margin-top: 0px;
	padding: 4px;
	text-align: justify;
}

.txt_indent {
	margin-left: 24px;
}


.tight_para {
	margin-top: 8px;
	margin-bottom: 8px;
}
.tight_indent {
	margin-left: 24px;
	margin-top: 8px;
	margin-bottom: 0px;
}
.tiptext {
	padding: 8px;
	font-size: 13px;
	margin-bottom: 18px;
	font-style: italic;
	background-color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
}
.headertext {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 20px;
	color: #008000;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	width: 150px;
	cursor: pointer;
}

.titletext {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 22px;
	color: #008000;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
}
.toctop {
	border-width: 1px;
	font-weight: 700;
	font-size: 11px;
	font-variant: small-caps;
	font-family: "Arial Narrow", "Sans Serif";
	margin-top: -8px;
	border-bottom-style: inset;
	padding-bottom: 4px;
	text-align: right;
}
.birdbutton {
	margin-top: 2px;
	margin-bottom: 2px;
}

.smallbutton {
	font-size: 11px;
	font-family: "Arial Narrow";
	font-weight: bold;
	width: 42px;
	height: 24px;
	padding-bottom: 1px;
}
.marquee_text {
	font-weight: normal;
	margin-left: 60px;
	margin-right: 60px;
	color: #CC3300;
	border-bottom: none;
	cursor: pointer;
}
.smalltext_center {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 14px;
	text-align: center;
}
.smallcaps {
	font-variant: small-caps;
	font-size: 12px;
}


/* THIRD-PARTY CSS */
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/pro_drop9.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.nav {padding:0 0 0 10px; margin:0; list-style:none; height:41px; background:url('images/menubg.png') repeat-x; 
font-family:verdana, arial, sans-serif;font-weight:700;color:white; font-size:14px; }
.nav li {float:left; height:41px;}
.nav li a {display:block; height:41px; width:124px; float:left; line-height:37px; color:white; text-decoration:none; text-align:center;border:none;}
.nav li a:hover {position:relative; visibility:visible; line-height:35px; z-index:50;}
.nav li a:hover b {display:block; width:124px; height:41px; background:url('images/toptab_shadow.png');
}
.nav li a:hover span {display:block; width:124px; height:41px; position:absolute; left:0; top:0; cursor:pointer;}
.nav li ul, .nav li div  {position:absolute; left:-9999px;}
.nav li:hover {position:relative;}
.nav li:hover > a {line-height:35px; color:#000;}
.nav li:hover > a b {display:block; width:124px; height:41px; background:url('images/toptab_shadow.png');
}
.nav li:hover > a span {display:block; width:124px; height:41px; position:absolute; left:0; top:0; cursor:pointer;}

.nav table {border-collapse:collapse; margin:-1px;}

.nav :hover div {left:0; top:37px; width:200px; height:200px; padding:0; background:url('images/sub_blue.png'); 
z-index:100;
}

.nav :hover ul {padding:0; margin:0; list-style:none; left:0; top:37px; width:200px; height:170px; padding:0; z-index:120;}
.nav :hover ul li {height:27px;}
.nav :hover ul li a {height:27px; line-height:27px; color:#fff; width:196px; text-align:left; text-indent:20px;}
.nav :hover ul li.fly a {background:url('images/arrow.gif') no-repeat 150px center;
}
.nav :hover ul li a:hover {background: url('images/subtab_hilite.png'); 
color:#000;
}
.nav :hover ul li:hover > a {background: url('images/subtab_hilite.png'); 
color:#000;
}

.nav :hover ul ul, .nav :hover ul div {position:absolute; left:-9999px;}
.nav :hover ul :hover {z-index:200;}
.nav :hover ul :hover div {left:150px; top:-4px; width:200px; height:144px; padding:10px 0; background:url('images/sub_back.png'); 
z-index:200;
}
.nav :hover ul :hover ul {padding:0; margin:0; list-style:none; left:150px; top:-4px; width:200px; height:144px; padding:10px 0; z-index:250;}
.nav :hover ul :hover ul li a {background:transparent;}
.nav :hover ul :hover ul li a:hover {background: url('images/subtab_over.png'); 
color:#000;
}


#holder {
width:740px;
text-align:center;
margin-left:auto;
margin-right:auto;
}

#holder img {margin-top:-4px;}

