body { color: #444444;
background-color: #336bb8;
border-style: none;
font-family: verdana;
font-size: 14px;
line-height: 1.2em;
background-image: url(images/back.jpg);
background-repeat: repeat-y;
text-align: justify;
background-position: 50%;
}

a:link {color: #96abff;
text-decoration: none;}

a:visited {
text-decoration: none;
color: #af83c4;}

a:hover {color: #0e06ff;
background-color: #9fc1ff;
text-decoration: underline overline;}

h1 {font-size: 2em;
font-family: verdana;
font-weight: bold;
text-align: left;



color: #555555;
font-variant: small-caps;
text-transform: capitalize;}

h2 {font-size: 1.5em;
font-family: verdana;
font-weight: bold;
text-align: left;
color: #555555;}

h3 {font-size: 1.3em;
font-family: verdana;
font-weight: bold;
text-align: left;}

h4 {font-size: 1.1em;
font-family: verdana;
font-weight: bold;
text-align: left;}

h5 {font-size: 1em;
font-family: verdana;
font-weight: bold;
text-align: left;}#chromemenu{


width: 692px;


}





#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/


content: "."; 


display: block; 


height: 0; 


clear: both; 


visibility: hidden;


}





#chromemenu ul{


border: 1px solid #BBB;


width: 100%;


background: url(images/chromebg2.gif) center center repeat-x; /*Theme Change here*/


margin-left: 0;


padding-left: 0;


margin: 0;


float: left;


font: bold 12px verdana;


}








#chromemenu ul li{


display: inline;
}









#chromemenu ul li a{





color: #7F7F7F;


font-weight: bold;


padding: 6px 38px 6px 38px;


text-decoration: none;


background: url(images/divider2.gif) center right no-repeat; /*Theme Change here*/
float: left;
text-align: right;
}





#chromemenu ul li a:hover{


color: #494949;


}





#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/


content: "";


/*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 #B5E2FE; /*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-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;


}