body {
   font-family: Arial; Helvetica; sans-serif;
   color: #404040;
   background-color: #606f79;
}

a {
  color: blue;
}

h1 {
   font-size: 20px;
   margin:0;
   padding:0;
   font-weight: strong;
   font-style: normal;
} 

h2 {
   font-size: 13px;
   margin:0;
   padding:0;
   font-weight: normal;
   font-style: normal;
} 

h3 {
   font-size: 18px;
   margin:0;
   padding:0;
   font-weight: strong;
   font-style: normal;
   color: #000000;
}

h4 {
   font-size: 10px;
   color: #8090A2;
   margin:0;
   padding:0;
   font-weight: normal;
   font-style: normal;
}

/*This is used for captions*/
h5 {
   font-size: 13px;
   color: #8090A2;
   margin:0;
   padding:0;
   font-weight: normal;
   font-style: normal;
}

/*Small spacing breaks*/
h6 {
   font-size: 6px;
   color: #FFFFFF;
   text-align: left;
   margin:0;
   padding:0;
   font-weight: normal;
   font-style: normal;
}


.SideBar {
   font-family: Tahoma; Arial; Helvetica; sans-serif;
   font-size: 12px;
   color: #FFFFFF;
   margin:0;
   padding:0;
   font-weight: strong;
   font-style: normal;
}

.SideBar h2 {
   /* font-family: Tahoma; Arial; Helvetica; sans-serif; */
   font-size: 12px;
   color: #FFFFFF;
   text-align: left;
   margin:0;
   padding:0;
   font-weight: strong;
   font-style: normal;
}

/*sidebar smaller, italic, and bold*/
.SideBar h3 {
   /* font-family: Tahoma; Arial; Helvetica; sans-serif; */
   font-size: 10px;
   color: #556882;
   text-align: left;
   margin:0;
   padding:0;
   font-weight: strong;
   font-style: italic;
}

/*sidebar smaller and NOT bold*/
.SideBar h4 {
   /* font-family: Tahoma; Arial; Helvetica; sans-serif; */
   font-size: 10px;
   color: #556882;
   text-align: left;
   margin:0;
   padding:0;
   font-weight: normal;
   font-style: normal;
}

.headerbox {
    background-color: #113277; 
	padding: 3px 3px 3px 5px;
	/* This places the headerbox slightly down from the top of the photo  */
	/* margin: 5px 0px 0px 0px;  */
	margin: 0px 0px 0px 0px;
	border: 1px solid #999999;
	color: #ffffff;
}


#container { 
	width: 900px; 
	/* min-height: 1200px; */ 
	margin: 0 auto; 
	padding: 0;

    background-color: #ffffff;
}

#footer { 
 font-size: 14px;
 width: 900px;
 color: #ffffff;
 background-color: #041c48;
 margin: 0px 0px 10px 0px;
 padding: 0px;
 text-align: center
}

#footer h2 {
   font-size: 22px;
   color: #ffffff;
   margin:0;
   padding:0;
   font-weight: strong;
   font-style: normal;
} 

#footer h3 {
   font-size: 12px;
   color: #ffffff;
   margin:0;
   padding:0;
   font-weight: normal;
   font-style: normal;
}

#thick-col { 
	width: 750px; 
	float: right; /* switch this to left and below to right to change the column locations */
	border: 0;
	padding-left: 0px;
        padding-right: 0px;
        background-color: #F0F0F0;
}
#thin-col {
	width: 149px; 
	float: left; /* switch this to right and above to left to change the column locations */
	border: 0;
	padding-left: 1px;
        padding-right: 0px;
        background-color: #F0F0F0;
}


input, textarea {
   font-family: sanserif; 
   font-size: 16px; 
}


.topmenu ul{
font: 12px Arial; Helvetica; sans-serif;
margin:0;
padding:0;
padding-left: 0;
margin-left: 0;
background-color: #ffffff;
height: 16px;
width: 100%;
}

.topmenu ul li{
list-style: none;
display: inline;
float:right;
}

.topmenu ul li a{
padding: 4px 0.5em;
text-decoration: none;
float: left;
color: white;
border-left: 1px solid #ffffff;
border-top:none;
border-bottom:none;
background-color: #113277;
}

.topmenu ul li a:hover{
background-color:#5f8dc7;
color: white;
border-left: 1px solid #FFFFFF;
border-top:none;
border-bottom:none; 
}

.topmenu ul li a.current, .topmenu ul li a.current:hover{
background-color: #ffffff;
color: #7f9d54;
border-left: 1px solid #FFFFFF;
border-top:none;
border-bottom:none; 
text-decoration:underline;
}


.botmenu {
 background-color: #00228d;
}

.botmenu ul{
font: 12px Arial; Helvetica; sans-serif;
margin:0;
padding:0;
padding-left: 0;
 background-color: #00228d;
height: 22px;
width: 100%;
}

.botmenu ul li{
list-style: none;
display: inline;
float:right;
}

.botmenu ul li a{
padding: 4px 0.5em;
text-decoration: none;
float: left;
color: white;
border-left: 1px solid #ffffff;
border-top:none;
border-bottom:none;
 background-color: #113277;
}

.botmenu ul li a:hover{
background-color:#5f8dc7;
color: white;
border-left: 1px solid #FFFFFF;
border-top:none;
border-bottom:none; 
}

.botmenu ul li a.current, .botmenu ul li a.current:hover{
background-color: #ffffff;
color: #7f9d54;
border-left: 1px solid #FFFFFF;
border-top:none;
border-bottom:none; 
text-decoration:underline;
}

#submenu {
font: 14px Arial, Helvetica, sans-serif;
width: 170px;
padding: 0px;
margin: 0px;
}

#submenu h4 {
display: block; 
background-color:#91841c;
font: 16px Arial, Helvetica, sans-serif;
font-weight: normal;
padding: 3px 0 5px 3px;
border: 1px solid #FFFFFF;
color: #FFFFFF;
margin: 0px;
width:170px;
}

#submenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}

#submenu ul li {
margin: 0px;
padding: 0px;
}

#submenu ul li a {
font: 14px Arial, Helvetica, sans-serif;
display: block;
background-color:#113277;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #ffffff;
width:170px;
padding-left: 5px;
}

#submenu ul li a:hover, #vertmenu ul li a:focus {
color: #ffffff;
background-color:#5f8dc7;
}

#submenu ul li a.current, #vertmenu ul li a.current:hover {
color: #7f9d54;
background-color: #FFFFFF;
text-decoration:underline;
}

#submenu2 {width: 100%; text-align: center;}
#submenu2 ul {list-style:none; margin:0px; padding:0px; padding-left: 0px; margin-left: 0px; }
#submenu2 li {display:block; float:left;}
#submenu2 li a{background:#ffffff; border:2px solid #181980; margin:0px 2px 5px 0px; padding:0px 0px 4px 0px; display:block; float:left; color:#000000; text-decoration:none; font-family: "Veranda", "New York", "Times New Roman", "Times Roman", Times, serif; font-size: 14px; font-weight: normal; font-style: normal; height: 160px; width: 95px;}
#submenu2 li a:hover{background:#4763dc; border:2px solid #4763dc; text-decoration:none;}
#submenu2 li a.current, #submenu2 li a.current:hover {background:#3d5196; border-top:1px solid #24222f; border-bottom:3px solid #24222f; border-right:3px solid #24222f; border-left:1px solid #24222f; text-decoration:none; color:#ffffff}
#submenu2 li a:hover span{color:#ffd9c7;}

/*submenu3 is a copy of topmenu*/
#submenu3 ul{ font: 12px Arial; Helvetica; sans-serif; margin:0; padding:0; padding-left: 0; margin-left: 0; background-color: #ffffff; height: 16px; width: 100%; }
#submenu3 ul li{ list-style: none; display: inline; float:right; }
#submenu3 ul li a{ padding: 4px 0.5em; text-decoration: none; float: left; color: white; border-left: 1px solid #ffffff; border-top:none; border-bottom:none; background-color: #113277; }
#submenu3 ul li a:hover{ background-color:#5f8dc7; color: white; border-left: 1px solid #FFFFFF; border-top:none; border-bottom:none; }
#submenu3 ul li a.current, .topmenu ul li a.current:hover{ background-color: #ffffff; color: #7f9d54; border-left: 1px solid #FFFFFF; border-top:none; border-bottom:none; text-decoration:underline; }


#vertmenu {
font: 14px Arial, Helvetica, sans-serif;
width: 180px;
padding: 0px;
margin: 0px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}

#vertmenu ul li {
margin: 0px;
padding: 0px;
}

#vertmenu ul li a {
font: 14px Arial, Helvetica, sans-serif;
display: block;
background-color: #113277;
border-bottom: 1px solid #FFFFFF;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #FFFFFF;
width:180px;
padding-left: 5px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #FFFFFF;
background-color:#5f8dc7;
}

#vertmenu ul li a.current, #vertmenu ul li a.current:hover {
background-color: #ffffff;
color: #7f9d54;
text-decoration:underline;
}

div#banner {
    background-image:  url(/images/NavBar.jpg);
    background-repeat: no-repeat;
    height: 264px;
    width: 900px;
}

div#bannertext {
    position: relative;
    height: auto;
    width: auto;
    left: 680px;
    top: 60px;
}

Banner {
   font-family: Tahoma; Arial; Helvetica; sans-serif;
   font-size: 20px;
   color: #c8cdc7;
   margin:0;
   padding:0;
   font-weight: strong;
   font-style: normal;
}

