@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	background-color: #3A4A6E;
}

img {
	border: 0px;
}

h4 {
	margin: 0px;
	color: #166e53;
	font-size: 14px;
}

li {
	margin-bottom: 5px;
	list-style-image: url(../img/template/square.gif);
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 750px;
	background-color: #ffffff;
}

#header {
	width: 750px;
}

#navBar {
	color: #ffffff;
	background-color: #53402a;
	line-height: 25px;
	height: 25px;
	text-align: center;
	font-size: 11px;
}

#navBar a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	width: 750px;
}

#navBar a:hover {
	color: #CCCCCC;
}


#content {
	position: relative;
}

#subContent {
	padding: 0px 15px 20px 15px;
}

#leftBar {
	width: 180px;
	padding: 10px;
	background-color: #ddd9d4;
	color: #000000;
	float: left;
	text-align: center;
}

#leftBar a {
	color: #9d1212;
	text-decoration: none;
	font-weight: bold;
}

#leftBar a:hover {
	color: #851313;
}

#rightBar {
	width: 550px;
	float: left;
}

#rightBarContent {
	padding: 20px 30px 20px 30px;
	border: solid 0px #000000;
	width: 490px;
}

#footer {
	color: #ffffff;
	background-color: #53402a;
	line-height: 25px;
	height: 25px;
	text-align: center;
	font-size: 11px;
	clear: both;
}

#footer a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	width: 750px;
}

#footer a:hover {
	color: #CCCCCC;
}

.brown {
	color: #53402a;
	font-size: 14px;
}

.black {
	font-weight: bold;
	font-style: italic;
}

.red {
	font-style: italic;
	color: #9d1212;
}

.bar1 {
	font-size: 18px;
	line-height: 25px;
	color: #166e53;
	text-align:center;
	border-top: solid 2px #53402a;
	border-bottom: solid 2px #53402a;
}

.bar2 {
	font-size: 11px;
	padding: 20px;
	border-bottom: solid 1px #53402a;
	clear: left;
}

.bar2 img {
	float: left;
	margin-right: 20px;
	border: solid 1px #000000;
}

.bar2 h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 2px 0px;
}

.subContent {
	padding: 0px 15px 20px 35px;
}