html {
width:100%;
height:100%;
padding:0;
margin:0;
background:#e6e7e8;
}

body {
width:100%;
height:100%;
padding:0;
margin:0;
font-family:"Arial", Helvetica, sans-serif;
}

/* colors Blue #004b8d  Red #8b0f04 */
p, h1, h2, h3, a, form {
padding:0;
margin:0;
text-decoration:none;
color:#000000;
}


/*  Body   */

ul, li {
font-size:13px;
color:#000000;
}

#contentHolder {
border-top:#FFFFFF solid 3px;
width:920px;
}


#contentHolder {
border-top:#FFFFFF solid 3px;
background:url(../images/sidePic1.jpg) no-repeat left top;
width:920px;
}

#contentHolder400 {
border-top:#FFFFFF solid 3px;
background:url(../images/sidePic1.jpg) no-repeat left;
height:400px;
width:920px;
}

#textHolderNew {
padding-left:5px;
padding-top:3px;
}

#textHolderNew h2 {
padding-left:5px;
}

#textHolder {
padding-left:270px;
padding-top:3px;
}


#mainHolder {
width:920px;
background:#FFFFFF;
border:#FFFFFF solid 3px;
}

#homeContent {
padding-bottom:3px;
}

#content {
padding-bottom:3px;
width:920px;
text-align:left;
}

#titleHolder {
font-size:20px;
font-weight:bold;
background:#8b0f04;
width:920px;
padding-bottom:3px;
}

.titles {
font-size:20px;
font-weight:bold;
color:#FFFFFF;
padding-left:5px;
padding-top:3px;
}

.copyText {
font-size:14px;
color:#000000;
line-height:20px;
padding-left:5px;
padding-right:5px;
}

.defList  {
font-size:12px;
color:#000000;
}

.subHeadings14 {
color:#004b8d;
font-size:14px;
font-weight:bold;
}

.subHeadings {
color:#004b8d;
font-weight:bold;
}

.contactText {
line-height:20px;
font-size:14px;
}


#mainPicHolder {
padding-top:3px;
padding-bottom:3px;
}

#logoHolder {
padding-top:3px;
padding-bottom:3px;
}

#blueLine {
height:8px;
width:920px;
background:#004b8d;
}

#redLine {
height:8px;
width:920px;
background:#8b0f04;
}


/*#navMenu_ {
width:920px;
height:30px;
background:url(../images/navBg.jpg) repeat-x;
color:#FFFFFF;
font-size:20px;
font-variant:small-caps;
}

#navMenu a {
color:#FFFFFF;
}

#navMenu a:hover {
color:#004b8d;
}
*/
#footer {
padding-top:5px;
font-size:11px;
color:#8b0f04;
}


#footer a {
color:#8b0f04;
}

#footer a:hover {
font-size:11px;
color:#004b8d;
}

/*------- Nav Menu -------*/

.chromestyle{
width: 100%;
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: 1px solid #BBB;
width: 100%;
background: url(../images/navBg.jpg) 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:#FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
font-variant:small-caps;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#004b8d;/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
text-align: left;
}

.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: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
