* {
    padding: 0;
    margin: 0;
} 

body {
	background: #0b1561;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	margin: 10px;
}

p {
	font-size: 1.4em;
	text-align: left;
	line-height: 18px;
	padding: 5px;
}

form {
	font-size: 1.2em;
	padding: 10px;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
}

#wrap {
	width: 800px;
	margin: 0 auto;
	border: 2px solid #fff;
	background: #fff;
}

#colorband {
	width: 100%;
	height: 40px;
	background-color: #818ec2;
	margin-bottom: 1px;
}

#header {
	height: 150px;
	width: 800px;
	border-bottom: 1px solid #0b1561;
	background: #fff;
}

#leftcol {
	float: left;
	width: 220px;
	padding: 10px;
}

#menu { 
  	width: 100%;
  	background-color:#fff;
	line-height: 22px;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu .subheader {
  	display: block;
  	background-color: #fff;
  	color: #333;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#menu a {
  	display: block;
  	background-color: #fff;
  	color: #333;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#menu a:hover {
  	background-color: #fff;
  	color: #818ec2;
	font-weight: bold;
}

#menu a.selected {
  	background-color: #fff;
  	color: #818ec2;
	font-weight: bold;
}

#centercol {
	margin-top: 10px;
	float: left;
	width: 488px;
	padding: 10px 20px 20px 20px;
	background: #fff;
}

#centercol h1 {
	width: 100%;
	color: #333;
	font-size: 1.7em;
	letter-spacing: 1px;
	padding: 5px;
	border-bottom: 1px dotted #333;
	margin-bottom: 10px;
}

#centercol h2 {
	width: 100%;
	color: #669966;
	font-size: 1.6em;
	letter-spacing: 1px;
	padding: 5px;
}

#centercol ul li {
	font-size: 1.4em;
	line-height: 18px;
	padding: 5px;
	margin: 5px;
	margin-left: 25px;
	list-style-type: square;
	list-style-position: outside;
}

#centercol ol li {
	font-size: 1.4em;
	line-height: 18px;
	padding: 5px;
	margin: 5px;
	margin-left: 25px;
	list-style-type: decimal;
	list-style-position: outside;
}

#centercol img {
	float: left;
	margin-right: 10px;
}

#gallery table { 
	float: left;
    margin: 0 5px 10px 0; 
}

#gallery table { 
	border-collapse: collapse; 
}

#gallery table td { 
	padding: 0; 
}

#gallery table caption { 
	font-size: 1.1em; 
}

.vary .caption { 
	height: 4em; 
	vertical-align: top; 
}

.vary table { 
	width: 200px; 
}

.important { 
	font-size: 110%; 
}

#gallery table img { 
	border: 1px solid #ccc; 
}

#rightcol {
	float: right; 
	width: 10px;
	padding: 10px;
}

#footer {
	margin-top: 20px;
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
	background: #818ec2;
	color: #fff;
}

#footer a {
	text-decoration: underline;
	color: #fff
}