body {
background-image:url(../images/bodybg.gif);
background-position:top;
background-repeat:repeat-x;
background-color:#999999;
color: black;
font-size: 12px;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
margin:9px 0px 0px 0px;
}

table {
font-size: 12px;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.SubTitle {
	color: #000;
	font-size: 16px;
	font-family: ARIAL, Helvetica, Geneva;
	font-weight:bold;
}

a:link {
	color: #000000;
	font-family: ARIAL, Helvetica, Geneva;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	font-family: ARIAL, Helvetica, Geneva;
	text-decoration: underline;
}

a:link.button, a:visited.button {
	color: #236eaf;
	font-size: 12px;
	font-family: ARIAL, Helvetica, Geneva;
	background-color: #033289;
	text-decoration: none;
	padding: 3px;
	border: solid 1px #000080;
}

a:hover.button {
	color: #000;
	font-size: 12px;
	font-family: ARIAL, Helvetica, Geneva;
	background-color: #ffb123;
	text-decoration: none;
	padding: 3px;
	border: solid 1px #000080;
}

.menustyle {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
}

a:link.amenu, a:visited.amenu {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	font-family: ARIAL, Helvetica, Geneva;
	text-decoration: none;
}
a:hover.amenu {
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	font-family: ARIAL, Helvetica, Geneva;
	text-decoration: underline;
}

.boldtext {
	color: #033289;
	font-weight: 700;
	font-size: 9pt;
	line-height: 160%;
	font-family: ARIAL, Helvetica, Geneva
}


.largeheader {
	color: #033289;
	font-size: 25px;
	font-family: ARIAL, Helvetica, Geneva;
	font-weight: bold;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.theInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #faffef;
	color: #102132;
	border: 1px solid #033289;
    }

.theSubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #033289;
	color: #FFFFFF;
	margin: 0;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-color:#033289;
	padding:2px;
}

.Category {
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	overflow: hidden;
}
.CategoryTab {
	background-color: #033289;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-image: url(../images/menubg.gif);
	background-repeat: repeat;
}
.CategoryTabContent {
	overflow: auto;
	margin: 0px;
	height: auto;
	padding: 5px;
}
.bigfatgreyborder {
	border: 4px solid #666666;
	padding: 15px;
	background-color:#CCDDEE;
}
.basicyellowbox {
	background-color: #FFFFCC;
	padding: 10px;
	border: 1px solid #428903;
}

.tdunderline {
border-bottom: ccc solid 1px;
}

.warningbox { 
color:#990000;
font-weight:bold;
background-color:#FFCCCC;
border:1px solid #990000;
padding:10px
}

#bulletlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#bulletlist li 
{
padding: 10px 10px 10px 25px;
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

.redrequired { color:#a30000; font-weight:bold; font-style:italic; }

td a:link.littlebutton, td a:visited.littlebutton {
	color: #FFFFFF;
	font-size: 9px;
	line-height: 14px;
	font-family: ARIAL, Helvetica, Geneva;
	font-weight: bold;
	font-variant:small-caps;
	background-color: #033289;
	text-decoration: none;
	padding: 2px;
	border: solid 1px #033289;
	margin-left:10px;
}

td a:hover.littlebutton {
	color: #000000;
	font-size: 9px;
	line-height: 14px;
	font-family: ARIAL, Helvetica, Geneva;
	font-variant:small-caps;
	font-weight: bold;
	background-color: #90a6cf;
	text-decoration: none;
	padding: 2px;
	border: solid 1px #033289;
	margin-left:10px;

}

td a:link.littlebutton2, td a:visited.littlebutton2 {
	color: #FFFFFF;
	font-size: 9px;
	line-height: 14px;
	font-family: ARIAL, Helvetica, Geneva;
	font-weight: bold;
	font-variant:small-caps;
	background-color: #eab000;
	text-decoration: none;
	padding: 2px;
	border: solid 1px #eab000;
	margin-left:10px;
}

td a:hover.littlebutton2 {
	color: #000000;
	font-size: 9px;
	line-height: 14px;
	font-family: ARIAL, Helvetica, Geneva;
	font-variant:small-caps;
	font-weight: bold;
	background-color: #f0e2b7;
	text-decoration: none;
	padding: 2px;
	border: solid 1px #eab000;
	margin-left:10px;
}


.subhead { font-weight:bold; margin-bottom: 1.0em; font-size: 1.375em; }

/* Main Content  */
#main { background: #fff; }
#main_inner { position: relative; width: 800px; margin: 0 auto; text-align:left; }

/* left sub nav */
#subnav { width:180px; float:left; padding:10px;  overflow:auto; text-align:left; }
#subnavcompanion { padding:10px; text-align:left; width: 550px; float:left }
#subnav ul { display: block; list-style: none; margin: 0; padding: 0; }
#subnav ul li { display:block; margin: 0; padding: 0; }
#subnav ul li a { display:block; padding:12px 0 12px 20px; margin: 0px; color:#000; font-weight:bold; padding-left:20px; text-decoration:none; outline:none; }
#subnav ul li a:hover, #subnav ul li a:active { color:#428903; padding-left:20px; }
#subnav ul li.ui-tabs-selected a { color:#428903; /*background-color:#DEEBFF; border-top: 1px solid #0088cc; border-bottom: 1px solid #0088cc;*/
 background-image:url(../../../images/subnavbg.gif); background-position:top; background-repeat:no-repeat; padding-left:20px; }
.ui-tabs-hide { display: none; }

/* subnav info include files */
#subnavcompanion #subnavinfo_left { width:225px; float:left; }
#subnavcompanion #subnavinfo_right { width:225px; float:left; }
#subnavcompanion #subnavinfo_left .snippet, #subnavcompanion #subnavinfo_right .snippet { background-image:url(../../../images/snippetbg.gif); background-repeat:no-repeat; margin-right:10px; padding:10px; margin-bottom: 1.0em;   }
#subnavcompanion img.left { margin-right:10px; float:left; }
#subnavcompanion p { margin-bottom: 1.0em; line-height:1.25em; }

.clearing { clear: both; }

.tabdiv { font-size:1.25em; }

.lastpost { font-family:Arial, Helvetica, sans-serif; font-size: 0.85em; font-weight: bold }

