@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position:center;
}

hr {
	width: 1000px;
	color:#bdb17d;
	height: 1px;
}

a:link {
	text-decoration: none;
	color: #807856;
}
a:visited {
	text-decoration: none;
	color: #807856;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a:link.quick {
	text-decoration: none;
	color:#615b3f;
}
a:visited.quick {
	text-decoration: none;
}
a:hover.quick {
	text-decoration: underline;
}
a:active.quick {
	text-decoration: none;
}

a:link.footer {
	text-decoration: none;
	color:#FFF;
}
a:visited.footer {
	text-decoration: none;
	color:#FFF;
}
a:hover.footer {
	text-decoration: underline;
	color:#FFF;
}
a:active.footer {
	text-decoration: none;
	color:#FFF;
}

h1 {
	color: #000066 !important;
	text-align: left;
}

h2 {
	color: #000066 !important;
	text-align: left;
}

h3 {
	color: #000066 !important;
	text-align: left;
}


/* layout */

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width:1000px;
	height: 135px;
	padding-top:40px;
}

#headerleft {
	width: 500px;
	height: 135px;
	float: left;
}

#headerright {
	width: 370px;
	height: 115px;
	float: right;
	padding-left:130px;
	padding-top:20px;
}

#chapter {
	width: 1000px;
	height:20px;
	clear: both;
}

#line {
	width:1000px;
	height:10px;
	color: #FFF;
	clear:both;
}

#navigation {
	width: 1000px;
	height: 45px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:38px;
	font-weight:bold;
	letter-spacing:1px;
	color: #00283d;
	clear: both;
	padding-top:15px;
}

#navbar {
	margin: 0;
	padding-left:15px;
}
	
#navbar li {
	list-style: none;
	float: left; 
}
	
#navbar li a {
	display: block;
	padding: 3px 45px;
	color: #FFF;
}

#lgimage {
	width: 1000px;
	height: 300px;
}

#bodycontent {
	width: 1000px;
	background-image:url(../images/background2.jpg);
	background-repeat:repeat-y;
	overflow: auto;
}

#bodycontentleftbar {
	float:left;
	width: 240px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	color:#615b3f;
	font-size:14px;
	line-height: 10px;

}

#bodycontentright {
	float:right;
	width:680px;
	padding-left:20px;
	padding-right: 20px;
	padding-top:15px;
}

#line2 {
	width:1000px;
	height:10px;
	color: #FFF;
	clear:both;
}

#footer {
	width: 900px;
	height: 225px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	font-size: 10px;
	color: #fff;
	line-height:10px;
}
	
#l-left {
    float:left;
    width:215px;
    text-align:left;
}

#r-left {
    float:left;
    width:215px;
    padding-left:5px;
    padding-right:5px;
    text-align:left;
}

#l-right {
    float:right;
    width:205px;
    padding-left:5px;
    padding-right:5px;
    text-align:left;
}

#r-right {
    float:right;
    width:235px;
    padding-left:5px;
    padding-right:5px;
    text-align:left;
}