body {
  background: #d5d6c7 url(../images/background.jpg) repeat-x;
  margin: 0px;
  font-family: arial;
  font-size: 80%;
}


a img {
	border: 0px;
}

#wrapper{
	background: white;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#leftcol{
	width:279px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: white;
}


#leftmenu{
	float: left;
	background: orange url("../images/menu_back.jpg") no-repeat;
	width: 215px;
	height: 285px;
	text-align: right;
	padding-right: 65px;
	padding-top: 40px;
	font-size: 10pt;
	line-height: 1.5em;
	font-weight: bold;
}
#leftfoot{
	clear: left;	
}

#leftmenu a,a:visited{ 
	color: silver;
	text-decoration: none;
}

#leftmenu a:hover{ 
	color: white;
	text-decoration: none;
}

li{
	list-style-type: none;
}

#header{
	height: 250px;
	width: 800px;
	/* background: url("../images/header.jpg") no-repeat; */
}

#headerleft {
	float: left;
	height: 250px;
	width: 280px;
	/*background: #304235 url("../images/logo.jpg") bottom left no-repeat;*/
	background: #2B2C23 url("../images/logo.jpg") bottom left no-repeat;
}

#headerright {
	float: right;
	height: 250px;
	width: 520px;
}

#headerbreak {
	height: 3px;
	background: white;
	width: 798px;
}
	

#maincontent {
	float: right;
	width: 450px;
	background: white url("../images/header_str.jpg") top left no-repeat;
	padding-right: 30px;
	padding-left: 0px;
	border-left: 1px solid #6A6853;
	margin: 0px;
	padding-left: 40px;
	padding-top: 5px;
	font-size: 90%; 
}

#maincontent img{
	/* border: 10px; */
}

#maincontent ul{
	list-style-image: url('../images/raquo.jpg');
}

#maincontent a,a:visited{
	color: grey;
	text-decoration: none;
}

#maincontent a:hover{
	color: silver;
}

.contentheading{
	height: 40px;
	font-weight: bold;
	color: white;
	font-size: 14pt;
	padding-left: 20px;
	padding-bottom: 20px;
}

p {
	/* padding-left: 20px; */
}

.contentpaneopen {
	padding-bottom: 10px;
	padding-top: 10px;
}

#maincontent img {
	border-color: white;
	border-left: 10px;
}

#footer {
	clear: both;
	height: 3px;
	background: white;
	width: 798px;
	font-size: 80%;	
}

#footer a:link, a:visited {
	color: #101010;
	text-decoration: none;
}

#footer a:hover {
	color: #303030;
	text-decoration: underline;
}

#internalfoot {
	background: url("../images/int_foot.jpg") bottom left no-repeat;
	float: right;
	width: 521px;
	height: 75px;
	border: 0px;
}

ul 'parent active item1' ul{
	margin: 0 0 0 100%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
}
