/* 10/10/06  FB#: 1831   SK */
/* Added image to background for body*/

body {
	background: brownparchment.gif;
	color: #3A2C08;
	margin: 0px;
	font-family: georgia,trebuchet,verdana,helvetica,arial;
	font-size: 13px;
}


h1, h2, h3, h4, h5, h6 {
	background: none;
	color: #000000;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	font-family: arial,verdana,helvetica;
	padding: 2px;
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 4px solid #cc0000;
}


h1.menu, h2.menu, h3.menu, h4.menu, h5.menu, h6.menu {
	background: none;
	color: #003399;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	font-family: arial,verdana,helvetica;
	margin: 0px;
	padding: 0px;
	border: none;
}


ul, dl, dt, dd, p, tr, td {
	color: black;
	font-weight: normal;
	font-style: normal;
	font-family: verdana,helvetica,arial;
	font-size: 8px;
}


li {
	background: none;
	color: black;
	font-style: normal;
	font-family: verdana,helvetica,arial;
	font-size: 13px;
	margin: 0px;
}


ul li {
	list-style: disc;
}


ol li {
	list-style: lower-alpha;
}


a:link, a:visited, a:active {
	background: none;
	color: #cc0000;
	text-decoration: underline;
	font-weight: normal;
	font-style: bold;
	font-family: georgia,verdana,helvetica,arial;
	font-size: 13px;
}


a:hover {
	background: none;
	color: #ff0000;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	font-family: georgia,verdana,helvetica,arial;
	font-size: 13px;
}


a.black:link, a.black:visited, a.black:active {
	background: none;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-family: verdana,helvetica,arial;
	font-size: 12px;
}


a.black:hover {
	background: none;
	color: #398E61;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	font-family: verdana,helvetica,arial;
	font-size: 12px;
}


a.blue:link, a.blue:visited, a.blue:active {
	background: none;
	color: #003399;
	text-decoration: underline;
	font-weight: normal;
	font-style: bold;
	font-family: verdana,helvetica,arial;
	font-size: 11px;
}


a.blue:hover {
	background: none;
	color: #ff0000;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	font-family: verdana,helvetica,arial;
	font-size: 11px;
}

/*
#container {
	padding-top: 20px;
	padding-left: 20px;
}

#top {
	background: transparent url('images/logo_top.jpg') top left no-repeat;
	width: 760px;
	height: 131px;
}

#bottom {
	background: transparent url('images/footer.gif') top left no-repeat;
	width: 760px;
	height: 55px;
}

#logo {
	float: left;
	width: 380px;
	height: 190px;
	background: transparent url('images/logo.gif') top left no-repeat;
}

#topmenu {
	background: #cc0000;
	color: #770000;
	width: 760px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

#bodytext {
	width: 760px;
	text-align: left;
	/* background: #ffffff url('images/bodytext.gif') bottom right no-repeat; */
}
*/

/***** Force minimum height for IE *****/
.prop {
	height: 500px;
	float: right;
	width: 1px;
}
