
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
}

a, a:link, a:active, a:visited {
	color: #000066;
	text-decoration:none;
}

img {
	border: 0;
}

div.content a, div.content a:link, div.content a:active, div.content a:visited {
	border-bottom: 1px solid #BBBBBB;
}

a:hover {
	color: #990000;
}

h1 {
	color: #000066;
	font-size: 140%;
	margin-bottom: 0.8em;
}

h2 {
	color: #666666;
	font-size: 120%;
	margin: 1.6em 0 0.5em 0;
	clear:both;
}

h3 {
	color: #666666;
	font-size: 100%;
	margin: 1.0em 0 0.5em 0;
	clear:both;
}

p, div.content ul {
	margin-bottom: 1.3em;
}

div.content ul {
	margin-left: 1em;
}

div.content ul ul { margin-top: 0.7em; }

div.content td ul {
	margin-left: 0;
}

.XStandardImageLeft, .imageLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.XStandardImageRight, .imageRight {
	float: right;
	margin: 0 0 10px 10px;
}

table {
	margin: 1em 0;
	width: 100%;
	border: none;
	border-bottom: 1px solid #666666;
}

table caption {
	text-align: left;
	font-style: italic;
	padding: 0;
	caption-side: bottom;
}

table td, table th {
	padding: 0.4em 0.6em;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: white;
	vertical-align: top;
}

table th {
	background-color: #DDDDDD;
}

table td {
	background-color: #EEEEEE;
}

.main ul li, 
.main ol li {
	margin-left: 18px;
	margin-bottom: 0.5em;
}

p.more {
	background: url(../img/bullet_square.gif) no-repeat left center;
	padding-left: 17px;
	margin-left: 1px;
}

p.center {
	text-align: center;
}


/* Google Maps */

div#googlemap {
	width: 100%;
	height: 300px;
}

