Body {
	background-color: silver;
	color: white;
	font-family: arial, times-new-roman, sans-serif, verdana;
	font-size: 12px;
}

.subbody {
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
	background-color:teal;
	border-width:0px;
	padding:0px;
	margin-top:10px;
	overflow:auto;
}

/*** General ***/

table {
	border-style:none;
	border-width:0px;
	margin:0px;
	padding:0px;
	width:100%;
}

td {
	font-size: 12px;
	text-align:justify;
	vertical-align:top;
	padding-bottom:10px;
}

p {
	font-size: 12px;
	text-align: justify;
	margin:0px;
}

hr {
	color:#FFEFCB;
}

h3 {
	font-size:12px;
	font-weight:bold;
}

.htop {
	margin-top:0px;
}

/*** Links ***/

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

a:hover {
	color: #8E1700;
	text-decoration: none;
}

a.img:link, a.img:visited, a.img:active, a.img:hover {
	color:#000080;
	text-decoration: none;
}

a.tl:link, a.tl:visited, a.tl:active {
	color: #8E1700;
	text-decoration: underline;
}

a.tl:hover {
	color: #8E1700;
	text-decoration: none; 
}

/*** Header ***/

img.header {
	padding:5px;
}

.headerimage {
	padding:8px 8px 0px 8px;
	margin-bottom:-2px;
}

.header {
	font-family:verdana,arial;
	color:maroon;
	text-align:center;
	font-weight:bold;
	font-size:48px;
	width:100%;
}

/*** Content ***/

div.contentFrame {
	padding:4px;
	background-color:navy;
	border-style:none;
	border-width:0px;
	margin:0px 0px 5px 0px;
	width:374px;
}

div.rightColumnFrame,
div.leftColumnFrame {
	margin:5px 0px 0px 5px;
	float:left;
	background-color:teal;
}

div.content {
	margin: 0px 12px 0px 12px;
	clear:both;
	overflow:auto;
}

div.content p {
	margin: 12px 0px 12px 0px;
}

div.block {
	clear:both;
	padding:5px;
	overflow:auto;
}
div.content div.block {
	margin-left:12px;
	margin-right:12px;
	padding:0px;
}

div.contentheaderdate {
	background-color:maroon;
	color: #FFFFF0;
	float:left;
	padding:5px 10px 5px 10px;
	margin-right:3px;
	font-weight: bold;
	width:64px;
}
div.contentheader1 {
	background-color:maroon;
	color: #FFFFF0;
	float:left;
	padding:5px 5px 5px 10px;
	font-weight: bold;
	width:272px;
}
div.contentheaderfull {
	background-color:maroon;
	color: #FFFFF0;
	float:left;
	padding:5px;
	font-weight: bold;
	width:365px;
}
/*** Tables ***/

div.stats {
	text-align:right;
	clear:both;
}

div.label {
	text-align:left;
	font-weight: bold;
	width:200px;
	float:left;
}

div.text {
	margin-left:200px;
}
div.cities {
	margin-left:200px;
	margin-bottom:10px;
}

div.label2 {
	text-align:left;
	font-weight: normal; 
	font-style:italic;
	width:200px;
	float:left;
}
 
div.label3 {
	text-align:left;
	font-weight: bold;
	float:left;
}

div.label3text {
	margin-left:150px;
	margin-bottom:10px;
	text-align:justify;
}
 
div.labelHeader {
	padding-left:2px;
	margin-right:-2px;
	text-align:left;
	font-weight: bold;
	color:#FFFFF0;
	background-color:#000080;
	width:200px;
	float:left;
}

div.col {
	width:100px;
	float:left;
}

div.col2 {
	font-style:italic;
	width:100px;
	float:left;
}

div.colHeader {
	font-weight: bold;
	color:#FFFFF0;
	background-color:#000080;
	width:100px;
	float:left;
}

div.note {
	text-align:left;
	font-size:x-small;
}

/*** Menus and Headers ***/

.clear {
	clear:both;
}

div.menuheader1 {
	background-color:#FFFFF0;
	border-color:#000080;
	border-style:solid;
	border-width:1px;
	color: #8E1700;
	padding:3px;
	padding-top:1px;
	margin:2px;
	font-weight: bold;
	font-size:large;
	float:left;
	clear:none;
}

div.menuheader2 {
	background-color:#FFEFCB;
	border-color:#000080;
	border-style:solid;
	border-width:1px;
	color: #8E1700;
	padding:3px;
	padding-top:1px;
	padding-bottom:1px;
	margin:2px;
	font-weight: bold;
	font-size:medium;
	float:left;
	clear:none;
}

div.menuheader3 {
	background-color:#000080;
	color: #E5E4E2;
	padding:1px 2px 1px 3px;
	margin:2px;
	font-weight: bold;
	float:left;
	clear:none;
}

div.menuheader3 a:link, div.menuheader3 a:visited, div.menuheader3 a:active {
	color: #FFFFF0;
}

div.menuheader3 a:hover {
	color: #8E1700;
}

div.contentmenu3 {
	background-color:#E5E4E2;
	border-color:#000080;
	border-style:solid;
	border-width:1px;
	color: #000080;
	padding:3px;
	padding-top:1px;
	padding-bottom:1px;
	margin:2px;
	font-weight: bold;
	float:left;
	clear:none;
}

div.contentmenu3 a:link, a.contentmenu3 a:active, div.contentmenu3 a:visited {
	color: #000080;
	text-decoration: none;
}

div.contentmenu3 a:hover {
	color: #8E1700;
	text-decoration: none;
}

div.content a.website {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
div.content a.website:hover {
	color:maroon;
}
div.content a.website img {
	border:0px;
}
/*** Footer ***/

.lastupdatedleft {
	background-color:teal;
	border-width:0px;
	padding-left:4px;
  font-size:x-small;
	float:left;
	clear:none;
}

.lastupdatedright {
	background-color:teal;
	border-width:0px;
	padding-left:4px;
	margin-right:4px;
  font-size:x-small;
	float:right;
	clear:none;
}

.smallSize {
    font-size:	10px;
}

/* general */
.right {
	float:right;
}

.left {
	float:left;
}

table.columnImages {
	width:inherit;
	border-spacing:2px 4px;
}
table.columnImages td {
	border: solid 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	vertical-align: bottom;
	border-collapse: collapse;
	border-spacing: 0px;
}

/* images in content */

.image {
	padding-left:10px;
	padding-bottom:10px;
}

img.resized {
	width:500px;
}
.names {
	background-color:white;
	color:black;
}