/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body{
  background-color: #fff;
  font-family: "Times New Roman", Arial, Helvetica, sans-serif;

}

h1,h2,h3,h4{
font-family:Georgia, "Times New Roman", Times, serif;	
}
h1{
font-size:24px;
line-height:28px;
}
h2{
font-size:18px;
line-height:22px;
}

#wrapper {
    width:55em;
    background-color: #fff;
  /* Center the wrapper */
  margin: 20px auto 0 auto;

}

#branding{
  position:relative;
  background-color:#fff;
  text-align:center; 
} 

/* Absolutely position links in the branding division */

#branding a{
  position:absolute;
  text-decoration:none;
  color:#0a264d;
  font-size:1em; 
  font-family: Charcoal,Impact, sans-serif;
  letter-spacing:0.05em; 
}

/* Unvisited and visited links in branding bar */
#branding a:link, #branding a:visited {
  color:#000;
} 

/* Hover links in branding bar */
#branding a:hover{
  color:#0a264d;
}

/* Active link in branding bar */
#branding a:active{
  color:#1bb498;
}

/* Applies to images in the branding div */
#branding img{
  width:30;
}

/* Nav division */
#nav {
                width:55em;
  

				position:absolute;
				z-index:1;
				top:158px;

}
/* Navbar division */
#navbar{
 
  /* Left margin must match leftcolumn width */
  background-color:#fff;
  margin-left:15em;
  height:1.6em;



}

/* Remove bullets from ul in the navbar */
#navbar ul{
  list-style-type:none;
}

/* List items in the navbar */
#navbar li{
  float:left;
/* Required for drop-down menus */
position:relative;

}

/* Applies to navbar links, unvisited and visited */
#navbar a,
#navbar a:link,
#navbar a:visited{
  background-color:#fff;
  text-decoration:none;
    font-family:Verdana, Geneva, Arial, Sans-Serif;
  font-size:80%;
 color:#0a264d;
 display:block;
  height:2em;
  width:7em;
  line-height:2em;
  text-align:center;
 outline-style:none;
 font-weight:bold;

}

/* Navbar hover and active links */
#navbar a:hover,
#navbar a:active{
  background-color:#0a264d;
  color:#fff;
  font-weight:bold;
}




#leftcolumn{
  /* Remember, content and navbar left 
  margins must match this width */
  /* Temporary border */
  

   width:15em;
   float:left;
   text-align:center;
   margin:10px auto auto auto;
    font-size:0.8em;
    font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	color:#0a264d;
	font-weight:bold;
}

/* Applies to images in the leftcolumn div */
#leftcolumn img{
  width:40%;
}

/* Applies to paragraphs in the leftcolumn division */
#leftcolumn p{
  
  padding:0.5em;
} 
#leftcolumn a{

  text-decoration:none;
  color:#aa0d38;
  font-size:1.2em; 
  font-family: "Times New Roman", Charcoal,Impact, sans-serif;
    font-weight:bold;
}

/* Unvisited and visited links in footer bar */
#leftcolumn a:link, #leftcolumn a:visited {
  color:#aa0d38;
  font-weight:bold;
} 

/* Hover links in footer bar */
#leftcolumn a:hover{
  color:#919191;
}

/* Active link in footer bar */
#leftcolumn a:active{
  color:#1bb498;
}

/* Size h1 headings in the leftcolumn division */
#leftcolumn h1{
  font-size:1.5em;
  font-family: Charcoal, Impact, sans-serif;
  color:#914735;
  font-weight:normal;
  font-style:italic;
  font-variant:small-caps;
  letter-spacing:0.08em; 

}
/* Size h2 headings in the leftcolumn division */
#leftcolumn h2{
  font-family: Tahoma, Impact, sans-serif;
  color:#806659;
  font-weight:normal;
  font-size:1.1em;
  text-align:center;
  font-variant:small-caps;
}


#leftcolumn h2 a:link,#leftcolumn h2 a:visited{

  color:#914735;
  text-decoration:none;
  font-size:0.9em; 
  font-family: Tahoma,Impact, sans-serif;
}

#leftcolumn h2 a:active{

   color:#1bb498;
}

#leftcolumn h2 a:hover{

  color:#0a264d;
}

#News{
text-align:center;
   margin:10px auto auto auto;
    font-size:0.8em;
    font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	color:#0a264d;
	font-weight:bold;
}


/* Applies to paragraphs in the News division */
#News p{
  
  padding:0.5em;
} 

#News img{
  width:40%;
}

#News a{

  text-decoration:none;
  color:#069;
  font-size:1.2em; 
  font-family: "Times New Roman", Charcoal,Impact, sans-serif;
    font-weight:bold;
}

/* Unvisited and visited links in footer bar */
#News a:link, #News a:visited {
  color:#069;
  font-weight:bold;
} 

/* Hover links in footer bar */
#News a:hover{
  color:#919191;
}

/* Active link in footer bar */
#News a:active{
  color:#1bb498;
}

/* Size h1 headings in the News division */
#News h1{
  font-size:1.4em;

}

/* Size h2 headings in the News division */
#News h2{
  font-size:1.5em;


}

#News h1, #News h2{

  font-family: Charcoal, Impact, sans-serif;
  color:#914735;
  font-weight:normal;
  font-style:italic;
  font-variant:small-caps;
  letter-spacing:0.08em; 

}

#content {
/* Left margin must match leftcolumn width */
 margin-left:15em;
 background-color:#fff;

 color:#000;
  padding:30px 5px 5px 5px;
    
}

/* Size h1 headings in the content division */
#content h1{
  font-size:2em;

}

/* Size h2 headings in the content division */
#content h2{
  font-size:1.5em;
  font-family: Tahoma,Charcoal, Impact, sans-serif;
  color:#914735;
  font-weight:bold;
  font-style:italic;

}


/* Size h3 headings in the content division */
#content h3{
  font-size:1.1em;
    color:#914735;
  font-weight:bold;

}

/* Size h3 headings in the content division */
#content h4{
  font-size:1em;
    color:#914735;
  font-weight:bold;

}


/* Applies to unordered lists in the content division */
#content ul{
  padding-left:40px; 
}

#content a{

  text-decoration:none;
  color:#0a264d;
  font-size:1em; 
  font-family: "Times New Roman", Charcoal,Impact, sans-serif;

}

/* Unvisited and visited links in footer bar */
#content a:link, #content a:visited {
  color:#0a264d;

} 

/* Hover links in footer bar */
#content a:hover{
  color:#914735;
}

/* Active link in footer bar */
#content a:active{
  color:#914735;
}

/* Applies to images in the content div */
#content img{
  width:inherit;
}

#pagecontent{

  padding:30px 5px 5px 5px;
}
/* footer declorations */
#footer {
 clear:both;
 background-color:#919191;
 color:#fff;
 border:2px solid #000;
 text-align:center;
margin:0;
padding:0;
height:2.7em;
 }

#footer a{

  text-decoration:none;
  color:#0a264d;
  font-size:1em; 
  font-family: "Times New Roman", Charcoal,Impact, sans-serif;
    font-weight:bold;
}

/* Unvisited and visited links in footer bar */
#footer a:link, #footer a:visited {
  color:#fff;
  font-weight:bold;
} 

/* Hover links in footer bar */
#footer a:hover{
  color:#0a264d;
}

/* Active link in footer bar */
#footer a:active{
  color:#1bb498;
}

#footer p{
 color:#fff;
 font-size:12px;
 }
/* Drop-down menu styles */

/* Applies to drop-down menus in navbar */
#navbar li ul{ 
  position:absolute;
  z-index:100;
   visibility:hidden;

}

/* Make drop-down visible on navbar hover */
#navbar li:hover ul,
#navbar li a:hover ul{ /* IE6 hack */

  visibility:visible;
  top:1.6em;
  left:0;

}

/* Applies to links on the drop-down menu */
#navbar li:hover ul li a,
#navbar li a:hover ul li a{ /* IE6 hack */
  background:#0a264d; 
  color:#fff;
  text-align:left;
  display:block;
  width:15em;
  padding:0 0 0 1em;
  height:auto;

}

/* Hover on drop-down menu links */
#navbar li:hover ul li a:hover,
#navbar li a:hover ul li a:hover{ /* IE6 hack */
  background: #919191; 
  color:#fff;
}


