/* CSS Document */

body{
	background-image:url(images/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
td{
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}

/* ------------------------------------------ Left ----------------------------------- */
.sidecolumnitemtext {
	padding:0px;
	margin:0px;
}
.sidecolumnitemtext a.navbar:link, .sidecolumnitemtext a.navbar:visited {
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:13px;
	font-weight:normal;
	color:black;
	padding:8 5 8 8;
	width:186px;
	_width:199px;
	border-bottom:1px solid #D5C99E;
	display:block;
	text-decoration:none;
}
.sidecolumnitemtext a.navbar:active, .sidecolumnitemtext a.navbar:hover {
	background-color:#F2EACE;
	width:186px;
	_width:199px;

}
/* subs */
.sidecolumnitemtextsub {
	padding:0px;
	margin:0px;
}
.sidecolumnitemtextsub a.navbar:link, .sidecolumnitemtextsub a.navbar:visited {
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:13px;
	font-weight:normal;
	color:black;
	padding:5 5 5 5;
	width:199px;
	border-bottom:1px solid #D5C99E;
	display:block;
	text-decoration:none;
}
.sidecolumnitemtextsub a.navbar:active, .sidecolumnitemtextsub a.navbar:hover {
}
#footer {
	background-image: url(images/footer.jpg);
	height: 92px;
	width: 790px;
}
#footer #inner_footer {
	padding-left: 214px;
	padding-top: 38px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #561501;
}
#footer #inner_footer a {
	color: #561501;
}
ul {
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
	line-height: 22px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	margin:0 0 0 15px;
	padding:0px;	
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #BE2121;
	font-weight: normal;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFD69D;
}
h3 {
	font-size: 13px;
}

