@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #D8C795;
}
#wrapper {
	box-shadow: 10px 10px 20px #000;
	-webkit-box-shadow: 10px 10px 20px #000;
	-moz-box-shadow: 10px 10px 20px #000;
	width: 915px;
	padding: 0;
	margin-left: auto;
 	margin-right: auto;
}
a:link {
	color: #00C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00C;
}
a:hover {
	text-decoration: none;
	color: #00205B;
}
a:active {
	text-decoration: none;
	color: #00205B;
}
h1 {
	font-size: large;
	color: #00205B;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif
}
h2 {
	font-size: medium;
	color: #00205B;
}
h3 {
	font-size: medium;
	color: #C96;
	font-weight: bolder;
	font-style: normal;
}
h4 {
	font-size: small;
	color: #00205B;
}
h5 {
	font-size: xx-small;
	color: #00205B;
}
h6 {
	font-size: small;
	color: #00205B;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
}
h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666;
}
h8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999;
	vertical-align: sub;
}
hr {
	color: #00205B;
	width: 40%;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}
.pad {
	padding: 10px;
}
.pad2 {
	padding: 20px;
}
#ddblueblockmenu {
border: 1px solid black;
border-bottom-width: 0;
width: 180px;
}
#ddblueblockmenu ul {
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 164px; /*180px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #00205B;
border-bottom: 2px solid #D8C795;
border-left: 7px solid #001845;
}
#ddblueblockmenu li a:hover {
background-color: #1a366a;
border-left-color: #00205B;
}
.hr2 {
	border: 1px dashed #999;
	text-align: center;
	padding: 10px;
	width: 80%;
}
sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999;
}
