#nav {
	clear: left;
	background: #850c21 url(images/navbg.jpg) repeat-x;
	margin: 0;
	padding: 0 0 0 8px;
	height: 35px;
	list-style: none;
}

#nav li {
	float: left;
}

#nav a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 35px;
	display: block;
	padding: 0 8px;
}

#nav a.current {
	background: url(/images/navbgcurrent.jpg) repeat-x;
	border-left: 1px solid #b3b5b0;
	border-right: 1px solid #b3b5b0;
}

#articles {
	float: right;
	width: 177px;
	padding: 10px;
	display: inline;
}

#articles {
	color: #000;
}

#articles img {
	padding-right: 5px;
}

#pages {
	position: relative;
	background: #fff url(/images/contentbg.jpg) repeat-y;
}

#pages h1 {
	background: #d5d5d5;
	color: #3d3d3d;
	margin: 0;
	padding: 8px 15px;
	display: block;
}

#sidebar {
	float: right;
	width: 181px;
	padding: 8px;
	display: inline;
	margin-bottom: 87px;
}

#sidebar img {
	margin-bottom: 5px;
}

body, p, td, li
{
	font: 12px Arial, sans-serif;
	color: #333;
}
p, h1, h2, h3, h4, h5, h6, h7, h8 {
	margin: 12px 0;
}
h1
{
	font-size: 18px;
	font-weight: normal;
	color: #850c21;
	text-transform: uppercase;
}
h2
{
	font-size: 14px;
	font-weight: normal;
	color: #A82F21;
}
h3
{
	font-size: 16px;
	font-weight: bold;
	color: #850c21;
}
h4
{
	font-size: 14px;
	font-weight: bold;
	color: #850c21;
}
h5
{
	font-size: 12px;
	font-weight: bold;
	color: #850c21;
}
h6
{
	font-size: 10px;
	font-weight: bold;
	color: #850c21;
}
.subMenu
{
	color: #6f011a;
	font-size: 12px;
	line-height:20px;
	text-decoration:none;
	display:block;
	font-weight:bolder;
	text-indent:10px;
	line-height:22px;
}
a.subMenu:link
{
	color: #6f011a;
	font-size: 12px;
	line-height:20px;
	text-decoration:none;
	display:block;
	font-weight:bolder;
	text-indent:10px;
	line-height:22px;
}
a.subMenu:active
{
	color: #6f011a;
	font-size: 12px;
	line-height:20px;
	text-decoration:none;
	font-weight:bolder;
	text-indent:10px;
	line-height:22px;
}
a.subMenu:visited
{
	color: #6f011a;
	font-size: 12px;
	line-height:20px;
	text-decoration:none;
	font-weight:bolder;
	text-indent:10px;
	line-height:22px;
}
a.subMenu:hover
{
	color: #FFFFFF;
	font-size: 12px;
	line-height:20px;
	text-decoration: none;
	font-weight:bolder;
	background-color:#6f011a;
	text-indent:10px;
	line-height:22px;
}
li
{
	list-style-image:url(images/arrow.gif);
}
a:link
{
	color:#0066FF;
	text-decoration: underline;
}
a:visited
{
	text-decoration: underline;
	color:#0066FF;
}
a:hover
{
	text-decoration: underline;
	color:#0066FF;
}
a:active
{
	text-decoration: underline;
	color:#0066FF;
}
.tbl
{
	width:100%;
	border-collapse:collapse;
	border-bottom:1px solid #fff;
}
.tbl-2
{
	width:100%;
	border-collapse:collapse;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.th
{
	text-align:left;
	font-family:arial;
	color:#6f011a;
	font-weight:bolder;
	font-size:12px;
	background-color:#fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	line-height:20px;
	padding-left:3px;
}
.th-2
{
	text-align:left;
	font-family:arial;
	color:#006A51;
	font-weight:bolder;
	font-size:10px;
	background-color:#FFFFFF;
	line-height:15px;
	padding-left:3px;
	border-bottom:1px solid #fff;
}
.td
{
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	padding: 3px 0;
}
.td-2
{
	border-bottom:1px solid #fff;
	padding:3px;
}
.td-2 img {
	margin-right: 5px;
}
.td-left
{
	padding:3px;
	border-left:1px solid #fff;
}
.td-right
{
	padding:3px;
	border-right:1px solid #fff;
}
.td-left-2
{
	padding:3px;
	text-align:center;
}
.td-right-2
{
	padding:3px;
	text-align:center;
}
.tbl-3
{
	width:100%;
	border-collapse:collapse;
}
.tbl-4
{
	width:100%;
	border-collapse:collapse;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.frm-btn
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #6f011a;
	background-color:#6f011a;
	height:20px;
}
.frm-input
{
	border:1px solid #6f011a;
	width:200px;
	height:20px;
}
.frm-textarea
{
	border:1px solid #6f011a;
	width:200px;
}
.frm-select
{
	border:1px solid #6f011a;
	width:200px;
	height:20px;
}
.side-tbl
{
	padding:5px;
}
.side-th
{
	font-size:12px;
	font-weight:bold;
}
.side-td
{
	font-family:Arial;
	font-size:12px;
}
.side-btn
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #6f011a;
	background-color:#6f011a;
	height:20px;
}
.side-input
{
	border:1px solid #6f011a;
	height:20px;
	width:108px;
}
.side-select
{
	border:1px solid #6f011a;
	height:20px;
}
a.side-link:link
{
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
a.side-link:visited
{
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
a.side-link:active
{
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
a.side-link:hover
{
	font-size:10px;
	color:#000000;
	text-decoration:underline;
}
.paging-btn
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #6f011a;
	background-color:#6f011a;
	line-height:20px;
	width:20px;
	text-align:center;
	vertical-align:top;
	float:left;
}
.paging_link
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
a.paging_link:link
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
a.paging_link:active
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
a.paging_link:visited
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
a.paging_link:hover
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
