/**
*  General HTML styles
***/

* {
	margin:0;
}
body {
	font: normal 10px verdana,arial,helvetica,sans-serif; 
	background-color:#0049B1;
	margin-top:0;
}
h1 {
	display:none;
}
h2 {
	display:none;
}
h3 {
	font-weight:bold;
	font-size:24px;
	color:#0049B1;
	display:block;
	vertical-align:top;
	clear:right;
}
h4 {
	font-weight:bold;
	font-size:14px;
	color:#0049B1;
	display:block;
	margin-left:-232px;
	vertical-align:top;
}
h5 {
	font-size:12px;
	font-weight:bold;
	color:#0049B1;
	margin:4px 4px 4px 0;
}
h6 {
	font-size: 11px;
	font-weight:bold;
	color:#000000;
	margin:4px 4px 4px 2px;
}
a {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
}
blockquote {
	margin:0 0 20px 20px;
}
img {
	border:none;
}
ol {
	list-style-type:lower-alpha;
	list-style-position:inside;
	text-indent:-22px;
}
table {
	font: normal 10px verdana,arial,helvetica,sans-serif; 
	width:555px;
}


/**
*  General CLASS styles
***/

.alphalist {
	font-size:10px;
	font-weight:bold;
	margin:4px;
}
.logosmall {
	margin:0 12px 9px 0;
}
img.logosmall  {
	text-align:left;
	clear:none;
	display:inline;
	float:left;
}
div.gallery {
	width:580px;
	text-align:center;
}
div.gallery img {
	border:0;
	margin-right:20px;
}


/**
*  Specific DIV styles
***/

div#container {
	width:800px;
	margin:0 auto;
	background-color:white;
	text-align:left;
}
div#content p {
	padding:0 4px;
	line-height:14px;
	margin-bottom:12px;
}
div#content img {
	border:solid 4px #00ADEB;
	margin-bottom:22px;
}
div#content ul {
	list-style-image:url(images/bullet.gif);
	list-style-type:none;
	margin-bottom:12px;
}
div#content ol {
	margin-bottom:12px;
}
div#content li {
	margin-bottom:2px;
}
div#content table {
	margin:0 0 12px 20px;
	border:solid 1px #0049B1;
}
div#content table td, div#content table th {
	padding:3px;
	vertical-align:top;
}
div#content table th {
	text-align:left;
	font-weight:bold;
	margin-top:12px;
	color:white;
	background-color:#00ADEB;
}
div#content table th.indent {
	font-weight:normal;
	padding-left:12px;
}
div#footer {
	clear:both;
	font-size: 8pt;
	text-align: center;
	margin-bottom:22px;
	padding-bottom:22px;
}
div#header {
	height:100px;
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
	background-position:center;
	margin:0 0 24px 0;
}
div#leftcol {
	float:left;
	padding-left:22px;
	width:156px;
}
div#menu ul {
	list-style-type:none;
	padding:0;
	margin-top:57px;
}
div#menu ul li a {
	font-size:10px;
	font-weight:bold;
	color:white;
	list-style-type:none;
	padding:0;
	text-decoration:none;
}
div#menu ul li a:hover {
	text-decoration:underline;
}
div#menu ul li {
	margin:2px 0;
	padding:3px 4px;
	background-color:#0049B1;
}
div#pagetitle {
	display:block;
	clear:right;
	height:43px;
	margin-bottom:20px;
}
div#rightcol {
	padding:0 22px 22px 200px;
}
div#summary ul {
	margin:31px 4px 12px 18px;
	padding:0;
	list-style-type:none;
	list-style-image:url('images/bullet.gif');
}
div#summary ul li {
	margin:5px 0;
	padding:0;
}
div#topmenu {
	text-align:right;
	padding:5px 24px;
	margin:0;
}


