/* CSS Document */
body, h1, h2, h3, h4, h5, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
html {
	background:url(../i/body-gradient.jpg) repeat-x;
}
a {
	color:#0000cc;
}
a:hover {
	text-decoration:none;
}
a:visited {
	color:#0066ff;
}
a img {
	border: none;
	margin:0;
	padding:0;
}

div#outer-container {
	width: 70%;
	margin: 30px auto;
	padding:7px;
	border: 1px solid rgb(51,51,51);
	background: rgb(255,255,255) url(../i/bottom-left-ornament.jpg) no-repeat bottom left;
}
div#inner-container {
	background: url(../i/logo-wm.jpg) no-repeat bottom right ;
}

div#header {
	border-top: 5px solid rgb(208,38,29);
	border-bottom: 5px solid rgb(208,38,29);
	margin:0;
	padding:0;
	background: rgb(190,50,50) url(../i/header-home.jpg) right;
}

div#navigation {
	background: rgb(0,0,0);
	height: 2em;
}

div#navigation ul {
	margin: 0;
	padding: 0;
	margin-left:150px;
	list-style:none;
}

div#navigation ul li {
	display: inline;
	line-height:2em;
}

div#navigation ul li a {
	color: rgb(255,255,255);
	text-decoration:none;
	font-weight: bold;
	font-size:0.80em;
	padding-left: 1.25em;
	padding-right: 1.25em;
	text-transform:lowercase;
}
div#navigation ul li a:hover {
	color: rgb(208,38,29);
}

div#main {
	position:relative;
	padding:0;
	margin:0;
	background: url(../i/top-right-ornament.jpg) no-repeat right top;
}

div#main div#divsubnav {
	position:absolute;
	top:0px;
	left:0px;
	width: 150px;
}

div#main div#divsubnav ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-top:1px;
}
div#main div#divsubnav ul li {
}
div#main div#divsubnav ul li a {
	display:block;
	width:150px;
/*	height: 2.5em;
	line-height:2.5em; */
	text-align:center;
	background: rgb(208,38,29);
	border-bottom: 1px solid rgb(255,255,255);
	font-size:0.7em;
	font-weight:bold;
	color: rgb(255,255,255);
	text-decoration:none;
	padding-bottom:0.7em;
	padding-top:0.7em;
}
div#main div#divsubnav ul li a:hover {
	background: rgb(255,255,255) ;
	color: rgb(208,38,29);
}

div#main div#content {
	padding-left: 160px;
	padding-right: 50px;
}
div#main div#content h1 {
	padding: 0.8em 0.5em 0.8em 2.5em;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight:bold;
	color:#333333;
	clear:left;
}
div#main div#content h2 {
	margin: 1em 0.5em 0 0;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight:normal;
	clear:left;
	color: rgb(208,38,29);
}
div#main div#content h1 + h2 {
	margin: 0em 0.5em 0 0;
}

div#main div#content h3 {
	margin: 1.25em 0.5em 0 0;
	font-size: 0.8em;
	font-weight:bold;
	clear:left;
}
div#main div#content p {
	font-size: 0.8em;
	margin:0 0 1em 0;
}
div#main div#content p.clear {
	clear:both;
}
div#main div#content address {
	font-size: 0.8em;
	margin:-0.75em 0 1em 0;
}
div#main div#content ul#subsubnav {
	margin: 0;
	padding: 0.5em 0 0 1em;
}
div#main div#content ul#subsubnav li { 
	display: inline;
}
div#main div#content ul#subsubnav li a { 
	color: rgb(208,38,29);
	text-decoration:underline;
}
div#main div#content ul#subsubnav li a:hover { 
	text-decoration:none;
}

div#main div#content img {
	margin: 10px;
	border: 1px solid #333;
}
div#main div#content img.left {
	float:left;
}
div#main div#content img.right {
	float:right;
}
div#main div#content img.noborder {
	border:none;
}

div#main div#content table {
	font-size: 0.7em;
	width: 100%;
	border: 1px solid #333;
	clear:both;
}
div#main div#content table.smaller {
	font-size: 0.65em;
}
div#main div#content table th {
	font-weight: bold;
	background: #ddd;
	border-bottom:1px solid #333;
	padding: 3px;
}
div#main div#content table td {
	text-align:center;
	border-bottom: 1px solid #ccc;
}

div#main div#content ul {
	margin: 0.5em 0 1em 1.5em;
	font-size:0.7em;
}

div#main div#content ul li {
}



div#footer {
	text-align:center;
	margin-top:1em;
}
div#footer p {
	margin:0;
	padding:0;
	color: rgb(208,38,29);
	font-weight:bold;
	font-size:0.7em;
}