﻿body{
background-color:#ACB6BD;
background-image:none;
font-family:arial,helvetica,sans-serif;
color:#000000;
border:none;
text-align:center;
margin:6px 0 6px 0;
padding:0;
}

table	{border-collapse: collapse }
a	{text-decoration:none;color:#0285C2}
a:hover	{text-decoration:underline;color:red }
.pic	{margin-top:12px; margin-bottom:24px; text-align:center }
div {
	background-color:white;
}
h1	{font-family:Arial Black; 
color:#000; 
font-size:18pt; 
text-align:center; 
margin-top:18px; 
margin-bottom:12px }

h2	{font-family:Arial; 
color:#000; 
font-size:16pt; 
margin-bottom:0; 
margin-top:12px; 
text-align:left }

h3	{font-family:Arial; 
color:#a52a2a; 
font-size:14pt; 
text-align:center; }

h4	{font-family:Arial; 
color:#ffffff; 
font-size:11px; 
font-weight:bold; 
margin-right:12px; 
margin-bottom:6px; 
text-align:left }

p	{
font-family:Arial; 
color:#000; 
font-size:10pt; 
margin:0 0 6px 0; 
text-align:left 
}

ul	{font-family:Arial; 
color:#000; 
font-size:13px; 
margin-top:0px; 
margin-bottom:6px; }

li	{font-family:Arial; 
color:#000; 
font-size:13px; 
margin-top:0px; 
margin-bottom:6px; }

.caption	{text-align:center;
margin-top:0;
margin-bottom:6px;
font-size:10pt;
font-family:trebuchet MS; 
color: #000 }
.tOne {
	width:990px;
	border-collapse:collapse;
	margin:0;
	padding:0;
}

.testL {
background:transparent url('/images/test3-shadowL.gif');
background-repeat:repeat-y;
background-position:left;
width:19px;
border-collapse:collapse
}
.testR {
background:transparent url('/images/test3-shadowR.gif');
background-repeat:repeat-y;
background-position:left;
width:19px;
border-collapse:collapse
}

.testtop {
background:transparent url('/images/test3-shadowT.gif');
background-repeat:repeat-x;
background-position:bottom center;
border-collapse:collapse;
}
.testbottom {
background:transparent url('/images/test3-shadowB.gif');
background-repeat:repeat-x;
background-position:top center;
border-collapse:collapse
}

/*CHROME MENU*/
.chromestyle{
width: 99%;
font-weight: bold;
margin-top:4px;
margin-bottom:12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border-top: 1px solid #BBB;
border-bottom: 1px solid #BBB;
width: 100%;
background: url(/images/chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
padding: 4px 8px;
margin: 0;
text-decoration: none;
border-right: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(/images/chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 230px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
}