body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	background-color: #9e9e9e;
	background-image: url("images/body-bg.png");
	background-repeat: repeat-x;
}
a:link, a:visited {	color: #000000; text-decoration: none; }
a:hover, a:active {	color: #000000; text-decoration: underline; }

img { border: 0; }

#menu a:link, #menu a:visited {	color: #FFFFFF; text-decoration: none; }
#menu a:hover, #menu a:active {	color: #FFFFFF; text-decoration: none; }

h1 { font-size: 17px; color: #000000; font-weight: bold; margin-top: 0px; margin-bottom: 25px; }
h2 { font-size: 15px; color: #000000; font-weight: bold; margin-top: 0px; margin-bottom: 5px; }
#content-left hr { border-bottom: thin dotted #999999; border-top: 0px; border-right: 0px; border-left: 0px; margin-top: 20px; margin-bottom: 20px; }
#content-right hr { border-bottom: thin dotted #999999; border-top: 0px; border-right: 0px; border-left: 0px; }
.copyright { font-size: 11px; color: #555555; font-weight: normal; margin-right: 35px; }
.link-small { font-size: 11px; }
.pic-left { margin-right: 15px; margin-bottom: 15px; }
.pic-title { margin-top: 5px; font-weight: bold; float: left; }
.wit { color: #FFFFFF; }
.red { color: #FF0000; font-size: 15px; font-weight: normal; }

.block { width: 227px; margin-top: 5px; margin-bottom: 25px; }

.btn { display:block; padding: 3px 3px 3px 3px; background-color: #222222; float:left; font-size: 10px; font-weight:bold; color:#FFFFFF; border: 0; cursor: pointer; }

.small-header{
	width: 227px;
	height: 27px;
	background-image: url("images/bg-smallheader.gif");
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	padding: 8px 15px 0px 15px;
}

.small-header2 a { color: #FFFFFF; }

.small-header2{
	width: 227px;
	height: 27px;
	background-image: url("images/bg-smallheader2.gif");
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	padding: 8px 15px 0px 15px;
}

.long-header{
	width: 575px;
	height: 27px;
	background-image: url("images/bg-longheader.gif");
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 6px 15px 0px 15px;
}

#content-left{
	width: 575px;
	min-height: 500px;
	float: left;
	margin-left: 35px;
}

#content-right{
	width: 227px;
	min-height: 500px;
	float: right;
	margin-right: 40px;
}

#menu{
	width: 860px;
	height: 20px;
	margin-left: 35px;
	margin-top: 6px;
	color: #FFFFFF;
	font-weight: bold;
}

p.trigger a { color: #000000; text-decoration: none; }
p.trigger a:hover { color: #000000; text-decoration: underline; }

.toggle_container {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 575px;
	clear: both;
}
