/* CSS Document */

html {
	height: 100%;
	margin-bottom: 1px;
}

* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

body {
	background: #ddd;
	margin: 0;
}

h1 {
	font-size: 110%;
	font-weight: normal;
    color:#900;
}
h2 {
	font-size: 100%;
	font-weight: normal;
	color: #333;
	margin-bottom: -0.75em;
}
h3 {
	font-size: 100%;
	font-weight: normal;
	color: #900;
}
h5 {
	font-size: 70%;
	font-weight: normal;
}

a {
	color: #005;
}

a:hover {
	color: #99042e;
}

p, li, label, input {
	font-size: 80%;
	line-height: 1.4em;
}

div#content {
	background-color: #fff;
}

div#nav {
/*	float: right;
	margin: -26px 20px 0 0; */
	font-size: 70%;
	position: absolute;
	top: 65px;
	right: 20px;
	z-index: 20;
}

div#nav a {
	color: #666;
	text-decoration: none;
}

div#nav a:hover {
	color: #000;
	text-decoration: underline;
}

hr {
	color: #666;
	height: 2px;
}

th {
	font-weight: normal;
	font-size: 90%;
	height: 25px;
	color: #fff;
	text-align: left;
	background: #666;
}

td.pad, th.pad {
	padding: 0 20px;
}

td#bdr {
	border: 1px solid #666;
	border-width: 0 1px;
}


object.banner, embed.banner {
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 10;
}

.imgLink {
	cursor: pointer;
}

div.imgBdr {
	display: inline;
}

div.imgBdr img, img.imgBdr {
	border: 1px solid #666;
}

div.imgBdr img:hover, img.imgBdr:hover {
	border: 1px solid #99042e;
}

div.imgBdr img {
	margin-right: 4px;
}

p#footer {
	background-color: #ddd;
	border-top: 1px solid #777;
	padding: 5px 0 8px 20px;
	margin: 1.5em 0 0.25em 0;
	font-size: 70%;
	color: #666;
}

p#footer a {
	text-decoration: none;
	color: #666;
}

p#footer a:hover {
	text-decoration: underline;
	color: #000;
}