/* content css */

body {
	background: #f0f0f0;
                  background-image: url('bg.jpg');
                  background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}

div.title2box {
	z-index: 3;
	position: relative;
	font-family: verdana, sans-serif;
	font-size: 19px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	width: 220px;
}

div.shiny {
	z-index: 1;
	position: absolute;
	top: 20px;
	left: 20px;
	font-family: verdana, sans-serif;
	font-size: 8px;
	text-align: center;
	color: #000000;
	width: 50px;
}

div.contentbox {
	z-index: 2;
	background-color: #ffffff;
	border-top: 2px solid #555566;
	border-right: 2px solid #555566;
	border-bottom: 2px solid #555566;
	border-left: 2px solid #555566;
	width: 600px;
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: verdana, sans-serif;
	font-size: 9pt;
	color: #222222;
	text-align: justify;
}

div.titlebox {
	width: 588px;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 3px;
                  background: #F1F1F1;
                  border-bottom:1px dotted #999999;
                  border-top:1px dotted #999999;
                  border-left:1px dotted #999999;
                  border-right:1px dotted #999999;
}

div.mainbox {
	width: 580px;
	margin-top: 0;
	margin-left: 6px;
	margin-right: 6px;
	padding: 0;
}
	
div.footer {
	position: relative;
	bottom: 0;
	margin-top: 15px;
	width: 100%;
	background-color: #555566;
	color: #ffffff;
	text-align: right;
	font-size: 8pt;
	padding-top: 2px;
}

div.map {
	z-index: 1;
	position: absolute;
	top: 500px;
	left: 630px;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	text-align: center;
	background-color: #f0f0f0;
	color: #aaaabb;
	padding-top: 2px;
}
		
div.menucontainer {
	z-index: 3;
	position: absolute;
	top: 10px;
	left: 630px;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	width: 220px;
	background-color: #ffffff;
	border-top: 1px solid #555566;
	border-left: 1px solid #555566;
	border-right: 1px solid #555566;
	border-bottom: 1px solid #555566;
	margin : 0px;
	margin-bottom: 4px;
	text-align: left;
	padding-left: 8px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.bordermsg {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 4px;
	margin-right: 4px;
	padding: 0;
                  border-bottom:1px dotted #999999;
                  display: block
}

.maintitle {
	font-family: verdana, sans-serif;
	font-size: 13pt;
	color: #000000;
	display: inline;
}

.title {
	font-family: verdana, sans-serif;
	font-size: 12pt;
	color: #444455;
	display: inline;
}
.subtitle {
	font-family: verdana, sans-serif;
	font-size: 11pt;
	color: #444455;
	display: inline;
}
.3subtitle {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: #444455;
	display: inline;
}

.content {
	font-family: verdana, sans-serif;
	font-size: 9pt;
	color: #222222;
	text-align: justify;
}

.notes {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #222222;
}

.map {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #f0f0f0;
}

a.notes {
	color: #2222aa;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	letter-spacing: 1px;
	text-decoration: none;
}

a.notes:hover {
	color: #222222;
	text-decoration: underline overline;
}

a.menuitem {
	color: #555566;
	font-family: verdana;
	font-size: 8pt;
	letter-spacing: 1px;
	text-decoration: none;
}

a.menuitem:hover {
	color: #2222aa;
	text-decoration: underline overline;
}

a.title {
	color: #2222aa;
	font-family: verdana;
	font-size: 12pt;
	text-decoration: none;
}

a.title:hover {
	color: #555566;
	text-decoration: underline overline;
}

a.subtitle {
	color: #2222aa;
	font-family: verdana;
	font-size: 11pt;
	text-decoration: none;
}

a.subtitle:hover {
	color: #555566;
	text-decoration: underline overline;
}

a.3subtitle {
	color: #2222aa;
	font-family: verdana;
	font-size: 10pt;
	text-decoration: none;
}

a.3subtitle:hover {
	color: #555566;
	text-decoration: underline overline;
}

a.content {
	color: #2222aa;
	font-family: verdana;
	font-size: 9pt;
	text-decoration: none;
}

a.content:hover {
	color: #555566;
	text-decoration: underline overline;
}

a.map {
	color: #f0f0f0;
	text-decoration: none;
}

a.map:hover {
	color: #f0f0f0;
	text-decoration: none;
}

a.footer {
	color: #ffff00;
	text-decoration: none;
}

a.footer:hover {
	color: #ffff00;
	text-decoration: underline overline;
}

