html, body {
    margin: 0;
    padding: 0
}

body {
    font: 13px arial, sans-serif;
    text-align: center
}

img {
	display: block;
}

/* ************  container  ************ */

div#container {
    text-align: left;
	width: 810px;
    margin: 0 auto;
	padding-top: 30px;
}

/* ************  upper_content  ************ */

div#upper_content {
	width: 100%;
}

div#upper_content ul li {
	display: inline;
	padding:0;
	margin: 0;
}

/* ************  upper_content_left  ************ */

div#upper_content_left {
    float: left;
    width: 526px;
    height: 160px;
/*
    background-image: url(assets/images/upper_left_bg.jpg);
    background-repeat: no-repeat;
*/
}

div#upper_content_left_b2 {
	text-align: center;
	background-color: #cea523;
	border-left: 3px solid #8d7535;
	border-bottom: 3px solid #8d7535;
	border-right: 3px solid #8d7535;
	height: 27px;
	margin: 0;
	padding: 0;
}

div#upper_content_left_b2 ul {
	padding: 5px 0px 0px 0px;
	margin: 0;
}

div#upper_content_left_b2 ul li {
	padding: 0px 6px;
}

div#upper_content_left_b3 {
	margin: 0;
}

/* ************  upper_content_right  ************ */

div#upper_content_right {
    float: right;
    width: 284px;
}

/* ************  blue_bar  ************ */

div#blue_bar {
	width: 100%;
	height: 17px;
	background-color: #40627c;
}

/* ************  lower_content  ************ */

div#lower_content {
	width: 100%;
	height: 258px;
}

div#lower_content ul li {
    display: inline;
	padding:0;
	margin: 0;
}

/* ************  lower_content_left  ************ */

div#lower_content_left {
    float: left;
    width: 526px;
}

div#lower_content_left p {
	padding: 7px;
}

div#lower_content_left_b1 {
	font-size: 16px;
	color: #8d7535;
	/* height: 151px; */
}

div#lower_content_left_b1 a:link, div#lower_content_left_b1 a:active, div#lower_content_left_b1 a:visited {
	text-decoration: underline;
	color: #8d7535;
}

div#lower_content_left_b1 a:hover {
	color: #40627c;
}

div#lower_content_left_b2 {
	background-color: #d9ca6d;
	font-size: 15px;
	color: #8d7535;
	height: 72px;
}

div#lower_content_left_b2 a:link, div#lower_content_left_b2 a:active, div#lower_content_left_b2 a:visited {
	text-decoration: underline;
	color: #8d7535;
}

div#lower_content_left_b2 a:hover {
	color: #ffffff;
}

div#lower_content_left_b3{
	background-color: #8d7535;
	text-align: center;
	color: #ffffff;
	height: 35px;
}

div#lower_content_left_b3 ul {
	padding: 10px 0px 0px 0px;
	margin: 0;
}

div#lower_content_left_b3 li {
	font-style: italic;
}

div#lower_content_left_b3 li a {
	font-size: 12px;
	font-style: italic;
}

/* ************  lower_content_right  ************ */

div#lower_content_right {
    float: right;
    width: 284px;
}

/* ************  clear_both  ************ */

div.clear_both {
	clear: both;
}

/* ************  footer  ************ */

div#footer {
    color: #707070;
	clear: both;
    width: 100%;
	text-align: center;
}

div#footer ul {
	padding: 5px 0 5px 0;
	margin: 0;
}

div#footer ul li {
    display: inline;
	padding: 0px 2px;
}

div#footer a:link, div#footer a:active, div#footer a:visited {
	text-decoration: none;
	color: #707070;
}

div#footer a:hover {
	color: #707070;
	text-decoration: underline;
}

/* ************  credits  ************ */

div#credits {
	text-align: center;
	color: #cccccc;
}

div#credits a:link, div#credits a:active, div#credits a:visited {
	text-decoration: none;
	color: #a2a2a2;
}

div#credits a:hover {
	color: #d9ca6d;
	text-decoration: underline;
}

/* ************  subpage  ************ */

div#subpage_left {
	width: 526px;
	float: left;	
}

div#subpage_left p {
	padding: 7px;
}

div#subpage_right {
	width: 284px;
	float: right;	
}

div#lower_content_subpage {
	font-size: 13px;
	color: #8d7535;
}

div#lower_content_subpage a:link, div#lower_content_subpage a:active, div#lower_content_subpage a:visited {
	text-decoration: underline;
	color: #40627c;
}

div#lower_content_subpage a:hover {
	color: #759AB7;
	text-decoration: underline;
}

div#lower_content_subpage ul, div#lower_content_subpage ol {
        margin: 0 0 10px 20px;
        padding: 0;
}

div#lower_content_subpage ul li {
        display: list-item;
	list-style-type: disc;
}