body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 0px solid #2A4F6F;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:0px 0px;
}
#header {
	border-top: 1.5px;
	border-bottom: 1.5px;
	height: 4em;
}
#header .strapline {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #778899;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.5em;
}
#header .logo {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}
#navigation {
	position: absolute;
	top: 137px;
	left: 0.5em;
	width: 150px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 150px;
	border-bottom: 0px solid #005e20;
	margin: 0 ;
	padding: 1px;
	font-size: 100%;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 3px 3px 3px 0.8em;
	border-left: 0px solid #005e20;
	border-right: 0px solid #005e20;
	background-color:#c9f2ab ;
	color: #003300;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #005e20;
	color:#ffffff ;
}
#navigation ul.subnav {
	border-left: 0px solid #b18500;
}
#navigation ul.subnav li {
	border-bottom: 0px solid #ffeec0;
	width: 168px;
}
#navigation ul.subnav a:link, #navigation ul.subnav a:visited {
	background-color: #ffeec0;
	color: #b18500;
}
#navigation ul.subnav a:hover {
	background-color: #b18500;
	color: #000000;
}
#content {
	margin: 0px 0px 0px 180px;
	padding: 14px; 
}
h1 {
	background-color:#339933;
	color:#FFFFFF;
	font: bold 16px Times New Roman, Times, serif;
	padding: 2px;
}
h2 {
	text-align: left;
	padding-lift: 20px;
	font: bold 110% Arial, "Times New Roman", Times, serif;
	color: #990033
}
h3 {
	text-align: left;
	padding-lift: 20px;
	font: bold 100% , "Times New Roman", Times, serif; bold;
	color: #006633
}
.hilite {
	background-color: #FFFFCC;
	color: #B22222;
}
p, td, th {
	font: 0.8em Times New Roman, Arial, Helvetica, sans-serif;
}
h4 {
	text-align: left;
	color:#000000;
	font: 1em Times New Roman, Times, serif;
}
h5 {
	text-align: left;
	color:#0000FF;
	font: bold 16px Times New Roman, Times, serif;
}
h6 {
	text-align: left;
	color:#000000;
	font: 0.8em Times New Roman, Times, serif;
}
.rightimg {
	float: right;
	margin-left: 20px;
	margin-right:10px;
	margin-bottom: 6px;
}
.leftimg {
	float: left;
	margin-right: 20px;
	margin-bottom: 6px;
}
.clear {
	clear: both;
}
#side1 {
	position: absolute;
	width: 150px;
	top: 60px;
	right: 10px;
	padding: 70px 10px 10px 8px;
	border-left: 0px;
	background-position: top right;
	background-repeat: no-repeat;
}
.clear {
	clear: both;
}
.datatable {
	border: 1px solid #D6DDE6;
	border-collapse:inherit			
}
.datatable td {
	border: 0.3px solid #D6DDE6;	
	padding: 4px;
}
.datatable th {
	border: 0.5 solid #828282;
	background-color: #BCBCBC;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
}
.datatable caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.datatable tr.altrow {
	background-color: #DFE7F2;
	color: #000000;
}
#footer {
	position: absolute                                                               ;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1em;
	background-color: #2A4F6F;
	color: #FFFFFF;
	border-top: #778899;
	text-align: right;
}
#html > body #footer {
  position: fixed;
}
#footer a:link, #footer a:visited {
	padding: 0.5em 1em 0.5em 1em;
	color: #FFFFFF;
	background-color: transparent;
	font-size: 100%;
}
#footer a:hover {
	text-decoration: none;
}
#footer h4 {
	color: #FFFFFF;
	font: bold 12px Times New Roman, Times, serif;
	text-align: right
}
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg3.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 3px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #ADED7C; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url(chromebg3-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ADED7C; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #ADED7C; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EAFADC;
}
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font: normal 10px;
line-height: 25px;
z-index: 100;
background-color: white;
width: 100px;
}

.anylinkcss a{
color: black;
width: 100%;
display: block;
text-indent: 4px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
text-indent: 15px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #F8FBBD;
color: black;
}
#marqueecontainer{
position:absolute;
top: 450px;
left: 0.3em;
width: 150px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
background-color: white;
overflow: hidden;
border: 2px solid green;
padding: 2px;
padding-left: 4px;
}
.shadetabs{
padding: 3px 0;
margin-left: 16em;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #006600;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #006600;
width: 400px;
margin-bottom: 3em;
margin-left: 12em;
padding: 20px;
;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
.shadetabs1{
padding: 3px 0;
margin-left: 16em;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs1 li{
display: inline;
margin: 0;
}

.shadetabs1 li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #006600;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs1 li a:visited{
color: #2d2b2b;
}

.shadetabs1 li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs1 li.selected{
position: relative;
top: 1px;
}

.shadetabs1 li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs1 li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle1{ /*style of tab content oontainer*/
border: 1px solid #006600;
width: 400px;
margin-bottom: 3em;
margin-left: 12em;
padding: 20px;
}

.tabcontent1{
display:none;
}
@media print {
.tabcontent1 {
display:block!important;
}
}
.shadow{
border:1px solid silver;
font:10pt arial;
position:relative;
display:inline;
background-color:transparent;
z-index:80;
}
.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}
#linkstyle {text-decoration: none; color: #1a0bd5; font-size:none;};
#linkstyle:visited {color: #8064a2; text-decoration: none};
#linkstyle:active {color: #ff0000; text-decoration: none};
#linkstyle:hover {color: #ecad1a; text-decoration: none};

.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: 13px ·s²Ó©úÅé Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align:center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
background-color: #DBFF6C;
color: black;
}

.basictab li a:active{
color: black;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}
.glowingtabs{
float:left;
width:100%;
font-size: 12px;
line-height:normal;
border-bottom: 1px solid #dcc208; /*Add border strip to bottom of menu*/
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(glowtab.gif) no-repeat right top;
padding: 4px 12px 2px 3px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;
}

.glowingtabs li.selected a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top: 0;
border: 1px solid #dcc208; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 50px;
visibility: hidden;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #dcc208; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #fef8c8;
}

#memoryticker{
background-color: lightyellow;
width: 750px;
font: 13px Verdana;
/*Tip: add in height attribute here for multiple line scroller*/
border: 0px solid gray;
padding: 15px;
/*Change 0.7 below to a different number if desired (0.7=0.7 seconds)*/
/*Remove below line to remove transitional effect in IE. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7)
}




