body {
  font-family: Verdana,Arial,sans-serif,Helvetica;
  color:#003399;
  font-size:12px;
  margin: 0px;
  background-color: #336799;
}

a {
  color:#003399;
}

div.headeroptions a { 
  color: #003399;
  text-decoration: none;
}

div.headeroptions a:hover { 
  color:#003399; 
  text-decoration: underline;
}


div.header {
  border-bottom: 1px solid #336699;
  width: auto;
  padding-bottom: 5px;
}

div.logo {
  width: 200px;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 5px;
}

div.logo img {
  border: none;
}

div.headeroptions {
  float: right;
  font-size: 11px;
  padding-right: 20px;
  margin-top: 58px;
}

div.main {
  border: 4px solid #4477aa;
  margin: 5px auto;
  width: 800px;
  background-color: white;
  padding-bottom: 25px;
}

div.content {
  margin: 8px auto;
  padding-left: 10px;
  padding-right: 5px;
  overflow: auto;
}

div.intro {
  width: 280px;
  height: 200px;
  clear: both;
  float: right;
  margin-top: 20px;
  margin-right: 30px;
  margin-left: 30px;
  border: 4px solid #4477aa;
  padding: 12px;
  background-color: #336799;
  color: white;
}

div.intro h4 {
  color: white;
  padding-bottom: 5px;
}

div.intro a {
  color: white;
}

div

div.sectionbox {
  width: 500px;
  clear: both;
  margin-top: 20px;
  margin-right: 30px;
  margin-left: 30px;
  border: 4px solid #4477aa;
  padding: 12px;
  background-color: #336799;
  color: white;
}

div.sectionbox h4 {
  color: white;
}


ul.bullets {
  list-style-type: none;
  padding:0;
  margin:0;
}

ul.bullets li {
  background-image: url(/images/triangle.png);
  background-repeat: no-repeat;
  background-position: 0 .2em;
  padding-left:10px;
}

ul.bullets li p {
  margin:0;
  padding:0;	
  color:white;  
  font-weight:normal;
  font-size:.9em;
}

ul.padded > li {
  padding-bottom:10px;	
}

h4 {
 font-size: 14px;
 margin-top:1px;
 margin-bottom:0px;
 margin-left:0px;  
 font-weight: bold;
}

h4 a {
  text-decoration: none;
}
  

h5 {
 font-size: 12px;
 margin-top:0px;
 margin-bottom:3px;
 margin-left:0px;  
 font-weight: bold;
}

h5 a {
  text-decoration: none;
}


table.es {
	margin-bottom:10px;
	margin-top:10px;
}
 
table.es td.img {
  vertical-align:middle;
}

table.es td.img img {
  width: 75px;
  height: 50px;
  border: 1px solid #4477aa;
}
 
table.es td.txt {
  vertical-align:top;	
  padding-left:10px;
}
 
table.es td.txt ul.bullets li {
	font-size:10px;
	padding-bottom:3px;
}

div.sections {
  clear: left;
  overflow: auto;
  border-top: 2px solid #336699;
}


div.section {
  width:390px;
  padding-left: 15px;
  
}

div.footer {
  border-top: 1px solid #4477aa;
  padding-bottom: 25px;
  margin-top: 10px;
  display: block;
  clear: both;
}

div.copyright {
  font-size: 11px;
  text-align: center;
  color: silver;
}

/* rounded buttons - from text link <a href=""> */
a.button, button.button {
  color:white;
  text-decoration: none;
  font-weight:bold;
  font-size:10px;
  height:20px;
  background-image:url(/images/button_20_a4.png);
  background-position:right top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color:transparent;
  padding-right:4px; 
  vertical-align:middle;
  float:left;
  display:block; /*opera*/
  display:inline-block; /* ie */
  display:-moz-inline-box; /*ff*/
  margin-right:8px;
  outline:none;
}

a.button span, button.button span { 
  background-image:url(/images/button_20_span.png);
  background-position:left top; 
  background-repeat: no-repeat;
  display:block;
  text-align:center;
  padding-top:3px;
  padding-bottom:3px;	
  padding-left:4px;
  padding-right:0px;
  line-height:14px;
  border:0px none;
  cursor: pointer;
  cursor: hand;
}

a.button:hover, button.button:hover {background-position:right -20px;}
a.button:hover span, button.button:hover span {background-position:left -20px;}

button.button {
  background-image:url(/images/button_20_a3.png);
  float:none;

  border: 0px none;   
  
  margin-left:0px;  
  padding-left:0px;
  padding-top:0px;
  padding-right:0px;
  padding-bottom:0px;
  padding-right:4px; 
  cursor: pointer;
  cursor: hand;  
}	

button.button span {
  white-space:nowrap;
  display:block ! important;
  height:14px;
  position:relative;
  float:none;
  vertical-align:top;
  border:0px none;  
  margin-top:0px;
  top:0px;
  padding-right:2px;  
}

