img.thumbnail {
  width: 180px;
}
img.portrait {
  width: 180px;
}
img.wideImage {
  width: 250px;
}
#header {
	padding-top: 30px;
	background-color: white;
  padding-bottom: 5px;
}
#footer {
    background-color: #1a5184;
    font-size: 10px;
    color: white;
  border-bottom: 7px solid #009bef;
}
#navigation {
  height: 60px;
  border-top: 7px solid #009bef;
  background-color: #1a5184;
}
h1 {
	color: #009bef;
font-size:2.0em;
 padding-bottom: 10px;
}
h2 {
  color: #1a5184;

font-size:1.5em;
 padding-bottom: 5px;
}

a {
  text-decoration: none;
  color: #009bef;
}
* { 
	margin: 0; padding: 0; 
}
html, body {
	width: 100%;
	height: 100%;
font-size:0.875em;
}

body {
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
    background-color: #ffffff;
/*
 * see http://www.alistapart.com/articles/howtosizetextincss
 */

    line-height:1.5em;
  font-size:100%;
}
img {
  border: 0px;
}
.left {float: left;}
.right {float: right;}
.centered { margin: 0 auto; width: 760px; }



#navigation #nav {
    clear: both;
    list-style: none;
	padding-left: 20px;
padding-top: 29px;
}

#navigation #nav li {
    float: left;
    margin-right: 2px;  
	text-align: center;
}

.tab {
	font-family: Arial,Verdana,Sans-Serif;
	font-weight: bold;
    padding: 10px;
    font-size: 11px;
    text-decoration: none;
    letter-spacing: 2px;
    color: black;
    background-color: #cecece;
	float: left;
	min-width: 50px;
    line-height:1.0em;
}
.active, .tab:hover {
    background-color: white;
}

#center {
    background-color: #ffffff;
}
#center .centered {
}
.content {
  padding: 20px;
}

.onecol, .twocol, .threecol {	
  width: 230px;
  padding-bottom: 15px;
  padding-top: 10px;
}
.twocol {
  width: 475px;
}
.threecol {
  width: 720px;
}
.separator {
  width: 100%;
  border-top: 1px solid #003366;
}
.clear {
clear: both; display: block; margin: 0; padding: 0; 
}
.dot {
  color: black;
  font: times, serif;
  padding-left: 0.1em;
}

