@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background: url(../Images/bg.gif) repeat;
	margin-top: 10px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

* {
	padding: 0px;
	margin: 0px;
}

a img {
	border: 0;
}

h4 {
	margin-bottom: 10px;
	font-size: 18px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.bold {
	font-weight: bold;
}

.clr {
	clear: both;
}

#main {
	width: 998px;
	margin: auto;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #660000;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 25px;
	margin-top: 4px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	color: #660000;
	margin-bottom: 5px;
}


#logo {
	padding-right: 13px;
	padding-left: 14px;
	padding-bottom: 6px;
}

#top-nav {
	background-image: url(../Images/top-nav-img.gif);
	background-repeat: no-repeat;
	height: 27px;
	padding-right: 55px;
	padding-top: 17px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
}

#top-nav a {
	text-decoration: none;
	color: #7f0000;
}

#top-nav a:hover {
	text-decoration: underline;
	color: #7f0000;
}

#top-nav span {
	margin-left: 1px;
	margin-right: 1px;
	font-size: 13px;
	font-weight: bolder;
}

#header {
	font-size: 0px;
}

#body-outer {
	background-image: url(../Images/body-bg2.jpg);
	background-repeat: repeat-y;
}
.body-bg {
	min-height: 406px;
	background-image: url(../Images/bg-main.gif);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom: 20px;
}

* html .body-bg {
	height: 406px;
}

.body-bg p {
	margin-bottom: 30px;
}

.left-col {
	width: 250px;
	padding-left: 13px;
}

.right-col {
	width: 650px;
	padding-right: 50px;
	line-height: 19px;
}

.right-col a {
	color: #660000;
}

#side-nav {
	width: 200px;
}

#side-nav a {
	margin: 3px 0;
	text-decoration: none;
	color: #7f0000;
	height: 22px;
	width: 111px;
	display: block;
	padding-left: 40px;
	line-height: 22px;
	font-weight: bold;
}

#side-nav a:hover,
#side-nav a.active {
	text-decoration: none;
	color: #7f0000;
	font-weight: bold;
	display: block;
	background: #FFFFFF;
	height: 20px;
	width: 111px;
	padding-left: 40px;
	line-height: 20px;
	border: #996633 solid 1px;
	border-left: 0px;
}

.small-box {
	width: 210px;
	background-image: url(../Images/s-bg.png);
	margin-left: 20px;
	margin-top: 20px;
}

.small-box p {
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer {
	font-size: 0px;
	position: relative;
}

.btm-layer {
	position: absolute;
	top: -40px;
	left: 40px;
	background-image: url(../Images/btm-img_31.png);
	height: 64px;
	width: 67px;
}

.top-mar {
	padding-top: 15px;
}

.zero {
	font-size: 0px;
}

.btm-mar {
	margin-bottom: 0px;
}

.btm-line {
	height: 35px;
	line-height: 35px;
	text-align: right;
	padding-right: 25px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
}

.zero-mar {
	margin: 0px;
}

.link-black {
	text-decoration: none;
	color: #000000;
}

.link-black:hover {
	text-decoration: underline;
	color: #000000;
}

.link-white {
	text-decoration: none;
	color: #fff;
}

.link-white:hover {
	text-decoration: underline;
	color: #fff;
}

