body {
  background: #aae3ff url('images/bg_body.gif') top left repeat-x;
  color: #000033;  
  font-size: 14px;
  font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, SunSans-Regular, Sans-Serif;
  margin: 15px 0 50px 0;
  padding: 0;
}

a:link, a:visited {
  color: #009999;
  text-decoration: underline;
}

a:hover, a:active {
  color: #006e6e;
  text-decoration: underline;  
}

h1 {
  color: #006e6e;
  font-size: 24px;
}

h2 {
  color: #009999;
  font-size: 20px;
}

h3 {
  color: #009999;
  font-size: 16px;
}

p {
  line-height: 1.5em;
}

big, .largetype {
  color: #009999;
  font-size: 16px;
  font-weight: bold;
}


small, .smalltype {
  color: #666;
  font-size: 10px;
}

li {
  margin-bottom: 1em;
}


fieldset {
  border: 1px solid #000033;
  padding: .75em;
}

legend {
  border: none;
  color: #000033;
  font-weight: bold;
  padding: 0.2em 0.5em;  
}

label {
  float: left;
  font-weight: bold;
  margin-right: 0.5em;
  padding-top: 0.2em;
  text-align: right;
  width: 25%;  
}

/*
input, textarea, select {
  border: 1px solid #000033;
  margin: .3em 0;
  padding: .1em;
} */

IMG.flush {
  display: block;
  border: 0;
}

.imgfloatright {
  color: #006e6e;
  display: block;
  float: right;
  font-size: 11px;
  margin: 10px 0 10px 10px;
  text-align: center;
}


.imgfloatleft {
  color: #006e6e;
  display: block;
  float: left;
  font-size: 11px;
  margin: 10px 10px 10px 0;
}

.announcement {
  background-color: #006e6e;
  color: #fff;
  margin-bottom: 1.5em;
  padding: .3em .75em;
}

.announcement big, .announcement h2 {
  color: #ffc;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);  
}

/* Layout CSS */
#container {
  padding: 0px;
  margin: 0 auto;
  width: 980px;  
} 

#header {
  text-align: left;
  margin: 0px;
  height: 158px;
  background-color: transparent;
}

/*
#address {
  padding: 12px 0px 0px 490px;
  font-size: 14px;
  color: #000;
} */

#outer { 
  border-left: solid 190px #ccebeb;  /* color of the left column  */ 
  background-color: #fff; /* color of the content column */
} 

#inner {  /* The ie/pc pecularity */ 
  margin: 0px;
  width: 100%;
}

#left {
  width: 190px; 
  float: left; 
  position: relative; 
  margin-left: -190px; 
  margin-right: 1px;
}


#content { 
  position: relative; 
  margin: 0px;
  padding: 5px 15px 35px 15px;
  width: 760px;
}

#footer {
  background-color: #006e6e;
  border-top: 4px solid #009999;
  clear: left;
  color: #FFF;  
  line-height: 1.8em;  
  margin: 0px;  
  padding: .75em;
  text-align: center;
} 

#footer a:link, #footer a:visited {
  color: #FFFFAA;
  text-decoration: none;
}

#footer a:hover, #footer a:active {
  color: #FFFF00;
  text-decoration: underline;  
}


#navlist {
  margin: 0;
  padding: 0 5px;
  list-style-type: none;
}


/* 
#sidebar #navlist li {
  margin-bottom: 0;
}
*/

#navlist a, #navlist a:visited {
  background-color: #0377ee;
  border: 1px solid #0067d3;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: normal;    
  padding: 5px 2px 5px 24px;
  text-decoration: none;
  
  text-shadow: 1px 1px 1px #03041e;
  margin: 4px 0;
  
	-webkit-border-radius: 1em; 
	-moz-border-radius: 1em;
	border-radius: 1em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);  
}

#navlist a:hover {
  background-color: #1e8afb;
  color: #fff;
}

#navlist .selected_link {
  background-color: #1e8afb !important;
  color: #fff !important;
  cursor: default;  
  font-weight: bold;
}

 
<!--[if IE 5]>
 #navlist a {float: left; clear: both; width: 100%;} 
<![endif]-->
<!--[if gte IE 6]>
 #navlist a {height: 1%;} 
<![endif]-->
  	

/* Gallery Pop-Up Styles */
#lightbox {
    background-color:#eee;
	  padding: 10px;
	  border-bottom: 2px solid #666;
	  border-right: 2px solid #666;
}

#lightboxDetails {
    font-size: 0.8em;
	  padding-top: 0.4em;
}
	
#lightboxCaption {
    float: left;
}

#keyboardMsg {
    float: right;
}

#closeButton {
    top: 5px;
		right: 5px;
}

#lightbox img {
    border: none;
		clear: both;
}
 
#overlay img {
    border: none;
}

#overlay {
    background-image: url(images/lightbox/overlay.png);
}

* html #overlay {
    background-color: #333;
    back\ground-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/lightbox/overlay.png", sizingMethod="scale");
}


