/*
 dark 003366
 dark/med 507ea1
 medium  709ec1
 light   #f0fcff
 accent ccccff

/*-------------------------------
All pages:
---------------------------------*/
body {
	background-color: #f0fcff;
}

img { 
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	margin-right: 12px; }


img.right { 
              float:right; 
		display: block;}


img.left { 
	      float: left; 
              display: block; }


img.block { display: block; }


a:active {
	color: #ff0000;
}
a:hover {
	color: #cc0033;
}
a:link{
	color: #660000;
}
a:visited{
	color: #330033;
}

.pageBox {
	width:80%;
	border:1px #000000 solid;
	background-color:#507ea1;
	text-align:left;
	
}

.pageBoxInside {
	padding:10px;
}

.boxOfEntries {
	background-color: #f0fcff;
	border:1px #000000 solid;
	padding:2px;
	margin-left:10px;
}


.sidebar {
	background-color: #f0fcff;
	padding:2px;
	border:1px #000000 solid;
}

div, p, li{
	font-family: "Georgia", times;
	font-size:95%;
}

.sidebar div, .sidebar p, .sidebar li{
	background-color: #f0fcff;
	font-size:90%;
}

h1,h2,h3,h4,h5
{
	font-family: "Trebuchet MS",Trebuchet,"Century Gothic",arial;
	margin:0px;
}

ul {
	padding:0px;
	margin:0px;
}

li {
	list-style:none;
	padding:0px;
	margin:0px;
}

h1,h2,h3,h4,h5 {
	color: #210800;
	background-color:#709ec1;
	padding:.25em;
}

h5 {
	border: 1px #709ec1 solid;
	background-color:#f0fcff;
}

/*
h1 {
	font-size:300%;
	padding:0 1em .25em .5em;
	background-color:#f0fcff;
	border:#210800 1px solid;
	margin-bottom:10px;
}
*/

.box {
	background-color: #f0fcff;
	border: 1px #000000 solid;
	margin: 6px;
}

.boxTextArea, .boxNavArea {
	background-color: #f0fcff;
	padding:6px;
	border: 2px #709ec1 solid;
}

.entryDate {
	float:right;
}


.heading {
	background: left;
	padding:0px;
/*	border:#210800 1px solid; */
/*	margin-bottom:15px; */

}

.heading h2 {
	text-align:left;
	background:url(/screen.gif) repeat;
	font-size:200%;
	padding:1px 0px 1px 10px;
	margin:0px;
}

.heading h3 {
	text-align:right;
	vertical-align:text-bottom;
	background:url(/screen.gif) repeat;
	padding:1px 10px 1px 0px;
}


/* content area styles */


.boxTextArea h3, .boxTextArea h4,.boxTextArea h5 {
	font-size:225%;
	color:#507ea1;
	font-family:Geneva, Arial, Helvetica, san-serif;
	background-color:#f0fcff;
	text-align:center;
}

.boxTextArea h4 {
	font-size:175%;
	color:#8C007B;
	margin-top:15px;
}

.boxTextArea h5 {
	font-size:125%;
	margin-bottom:10px;
}

.boxTextArea .leftImage {
	float:left;
	margin:10px 10px 10px 0px;
}

.boxTextArea .rightImage {
	float:right;
	margin:10px 0px 10px 10px;
}

.boxTextArea ul {
	margin:20px;
	font-weight:bold;
}

.boxTextArea li {
	list-style-type:disc;
}


.vOutline a:hover {
	background-color:#ccccff;
}

.vOutline a {
	display:block;
	padding:2px;
	text-decoration:none;
}

.vOutline .current a {
	
	border:1px solid black;
}


.vOutline li {
	font-size:12px;
	font-weight:bold;
	line-height:11px;
	
}

.vOutline ul {
	padding-top:1px;
}

.vOutline li li {
	font-weight:normal;
	padding-left:5px;
}


.vOutline li.current li a {
	border:0px solid black;
}

.vOutline img {float:left;}

#mapContainer { height: 600px; width: 600px; }