@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #9C8C73;
	margin: 0px 0px 20px 0px;
	background-image: url(images/fade2.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

a {
	color: #820024;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 12px;
	text-align: justify;
}

h1 {
	font-size: 18px;
	font-weight: lighter;
}

.h1 {
	background-color: #E5E7DB;
	border: 1px solid #666;
	font-weight:lighter;
}

h2 {
	font-weight: lighter;
	color: #820024;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
}

h3 {
	font-size: 15px;
	font-weight:lighter;
	color: #820024;
	margin:0px;
	border-bottom: 1px solid #ccc;
}

td {
	font-size: 12px;
}

ul {
	list-style: none;
}

input {
	border: 1px solid #ccc;
}

textarea {
	border: 1px solid #ccc;
}

.inset-right {
	padding: 3px;
	border: 1px solid #ccc;
	margin-left: 10px;
	margin-bottom: 5px;
}

.inset-left {
	padding: 3px;
	border: 1px solid #ccc;
	margin-right: 6px;
}

.back {
	font-size: 12px;
	margin-bottom: 10px;
}

.first {
	font-size: 12px;
}

.rest {
	font-size: 12px;
	text-transform: uppercase;
}

#container {
	width: 980px;
	height: auto;
	margin: 0px auto 0px auto;
	border: 2px solid #000;
	background-color: #ffffff;
	padding-bottom: 10px;
	background-image: url(images/btmfade.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	padding: 5px;
}

#banner {
	background-color: #ffffff;
	height: 157px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	margin-bottom: 15px;
	border: 1px solid #666;
}

#banner2 {
	background-color: #ffffff;
	height: 100px;
	background-image: url(images/banner2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	margin-bottom: 15px;
	border: 1px solid #666;
}

#topbar {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-top: 0px;
	text-align: left;
	height: 40px;
	background-image: url(images/headfade.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	
}

#crumbs {
	margin: 20px auto 0px auto;
	width: 980px;
	height: 20px;
	padding: 9px 5px 5px 5px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	text-align: right;
	font-size: 11px;
	background-color: #820024;
	text-decoration: none;
	background-image: url(images/topfade2.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#crumbs a {
	border: 1px solid #ccc;
	background-color: #820024;
	color: #ffffff;
	padding: 5px;
	line-height: 20px;
	text-decoration: none;
}

#crumbs a:hover {
	background-color: #ffffff;
	color: #820024;
}

#content {
	width: 770px;
	margin-left: 200px;
}

#bar {
	width: 980px;
	height: auto;
	padding: 8px 5px;
	margin: 0px auto 10px auto;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	text-align: left;
	color: #ffffff;
	background-color: #820024;
	background-image: url(images/topfade2.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

#bar td {
	font-size: 11px;
	color: #ffffff;
}

#bar a:hover {
	background-color: #ffffff;
	color: #820024;
}


#footer {
	margin: 0px auto;
	width: 970px;
	padding-left: 5px;
	font-size: 10px;
	font-weight: bold;
	text-align:center;
}

#footer2 {
	margin: 0px auto;
	width: 970px;
	padding-left: 5px;
	font-size: 10px;
	font-weight: bold;
	text-align:center;
	padding-top: 5px;
}

#nav-left {
	float:left;
	width: 200px;
	margin-top: 0px;
}

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:300px;
height:300px;
z-index: 9002;
}









