/* CSS Document */

body {
	background-image:url(images/backgrounds/body.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9pt;

}
a {
	text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
liss {
	list-style-image:url(images/backgrounds/bullet.gif);
}
h1s,hs2,hs3 {
	color:#996666;
	border-bottom:1px dashed #cccccc;
	margin-top:5px;
	margin-bottom:5px;
	font-size:200%;
	padding-bottom:3px;
}
#container {
	width:880px;
	padding:10px;
	padding-top:0;
	margin:0 auto 0 auto;
	background-image:url(images/backgrounds/main.jpg);
	background-repeat:repeat-y;
}
#topcontainer {
	width:100%;
	clear:both;
}
#website_title {
	width:auto;
	float:left;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:36px;
	height:80px;
	font-weight:bold;
	background-image: url(images/logocon_04.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	
}
#menu {
	background-color:#FCFCFC;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
		width:230px;
	float:left;
	height:auto;
	margin-left: 7px;
}
.contdent {
	clear:both;
	width:860px;
	padding:5px;
	background-color:#ffffff;
	border:1px solid #cccccc;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	margin-right:auto;
	line-height:20px;
	margin-bottom:10px;
	margin-top: 0;
	margin-left: auto;
}
.footercontent {
	clear:both;
	width:560px;
	padding:5px;
	background-color:#dddddd;
	border:1px solid #cccccc;
	margin-right:200px;
	margin:0 auto 0 auto;
	line-height:20px;
	margin-bottom:10px;
}

.footercontent a {
	font-weight:bold;
	text-decoration:none;
	color:#999999;
}
.footercontent a:hover {
	text-decoration:underline;
}

#footer {
	
	margin:0 auto 0 auto;
	background-image:url(images/backgrounds/footer.jpg);
	background-position:0px -5px;
	height:30px;
}
