body{ font:14px arial, verdana, sans-serif; color:navy; margin:0px; padding:0px; text-align:left;  background-color:#e2f0ff }

#inner{ width:720px; height:610px; margin:0px auto; padding:15px; background-color:white; background-image:url(../images/sky1.jpg); background-Position:bottom right; background-repeat: no-repeat;}
#indent {margin-top:90px;}
a {
color:navy;
text-decoration:none;
}

img.center {vertical-align:middle;padding:5px}

.chromestyle{
width: 720px;
font-weight: normal;
/*background: url(../images/clouds_2.jpg) no-repeat;*/ 
background-color:#ffffff
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
height:30px;
padding: 4px 0 0 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
background: url(../images/taboff.gif) no-repeat; 
color: #000088; 
padding: 5px 5px 5px 3px;
margin: 0;
text-decoration: none;
font-family:arial;
font-size:12px;
}

.chromestyle ul li a:hover{
background: url(../images/tabon.gif) no-repeat; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(../images/downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
margin-top:-3px;
position:absolute;
top: 0;
border: 1px solid navy; /*THEME CHANGE HERE*/
border-top: 0px solid navy; /*THEME CHANGE HERE*/
/*border-bottom-width: 0;*/
font:normal 12px Arial;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=10); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
font-family: arial;
color: navy;
background-color: #B0C7DC;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background-color: navy;
color: white;
}
.banner
{
position:absolute;
top: 125px;
width:700px;
height:30px;
color:white;
background-color:navy;
text-align:left;
font-family: arial, verdana, sans-serif;
padding:10px 10px 0px 10px;
font-weight:bold;
font-size:12px;
}

.outline
{
background-color:#e2f0ff;
border:1px solid navy;
padding:3px 2px 3px 2px
}