body{
background-color:#ACB6BD;
background-image:none;
font-family:arial,helvetica,sans-serif;
color:#000000;
border:none;
text-align:center;
margin:0 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;
margin:12px 0 12px 0 }

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:6px 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:998px;
	border-collapse:collapse;
	margin:0;
	padding:0;
}

.TLC {
width:19px;
height:19px;
background:transparent url('images/test3-shadowLC.gif') no-repeat top left;
}
.TRC {
width:19px;
height:19px;
background:transparent url('images/test3-shadowRC.gif') no-repeat top right;
}
.BLC {
width:19px;
height:19px;
background:transparent url('images/test3-shadowBLC.gif') no-repeat bottom left;
}
.BRC {
width:19px;
height:19px;
background:transparent url('images/test3-shadowBRC.gif') no-repeat bottom right;
background-position:top right;
}
.testL {
background:transparent url('images/test3-shadowL.gif') repeat-y left;
width:19px;
}
.testBL {
background:transparent url('images/left-bg.gif') repeat-y left;
width:10px;
}

.testR {
background:transparent url('images/test3-shadowR.gif') repeat-y left;

width:19px;
}
.testBR {
background:transparent url('images/right-bg.gif') repeat-y left;
width:10px;
}

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

/*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;
}
