/* CSS Document */

body {
	background-color:#000000;
	font-family:"Trebuchet MS";
	font-size:12px;
}

#all {
	width:856px;
	background-color:#623422;
	margin-left:auto;
	margin-right:auto;
	color:#dbc597;
}
a {
	color:#dbc597;
	text-decoration:none;

}
a:hover {
	color:#79c2e3;
	text-decoration:none;
}
#header {

}
#header_top {
	background-image:url(../images/body_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:856px;
	height:14px;
}
#logo {
	background-image:url(../images/logo.jpg);
	float:left;
	margin-left:22px;
	width:186px;
	height:79px;
}
#menu-left {
	float:left;
	margin: 30px 0 0 75px;
	font-size:14px;
}
#menu-left a {
	color:#79c2e3;
	text-decoration:none;
}
#menu-left a:hover {
	color:#dbc597;
	text-decoration:none;
}
#menu-right {
	float:left;
	margin: 30px 0 0 65px;
	font-size:14px;
}
#menu-right a {
	color:#79c2e3;
	text-decoration:none;
}
#menu-right a:hover {
	color:#dbc597;
	text-decoration:none;
}
#banner {
	height:243px;
	width:823px;
	margin:10px 0 0 17px;
}
#title_welcome {
	background-image:url(../images/title_welcome.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:49px;
	width:823px;
	margin:0 0 0 17px;
}
#title_page {
	height:49px;
	width:823px;
	margin:0 0 0 17px;
	font-size:28px;
}
.title_blue {
	color:#79c2e3;
	font-size:18px;
	font-weight:bold;
}
.bold_blue {
	color:#79c2e3;
	font-weight:bold;
}
#content-container {
	width:840px;
	margin-left:17px;
}
#nav_left {
	width:143px;
	float:left;
}

ul.menu {
    
    margin-top: 0px;
    margin-left: 30px;
    padding:0px;    
}

ul.menu li {
	list-style-image: url(../images/bullet_blue_jet.jpg);
}

#content {
	width:674px;
	float:left;
}
#content a {
	color:#79c2e3;
	text-decoration:underline;
}
#content a:hover {
	color:#dbc597;
	text-decoration:none;
}
#home_image_rt {
	width:195px;
	float:left;
}
#page_image_rt {
	width:195px;
	float:left;
	margin-left:9px;
}
.clearrow
{
	clear:both;
}
#footer {
	background-image:url(../images/Body_bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#000000;
	font-size:11px;
	color:#dbc597;
}
#footer a {
	color:#dbc597;
	text-decoration:none;
}
#footer a:hover{
	color:#dbc597;
	text-decoration:underline;
}

table.contentpaneopen {
    width: 674px;
    padding: 0px;
    margin: 0px;
}

table.contentpaneopen td {
    padding: 0px;
}

.image-right{
    margin-left: 9px;
}