body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 12px;
	color: #999999;
	margin: auto;
	background-image: url(../images/bgdBody.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a {
	text-decoration:none;
	color:#999999;
	font-weight:normal;
}
a:hover {
	text-decoration:none;
	color:#666666;
	font-weight:normal;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px;
	font-weight: bold;
	color: #999999;
}
img {
	border: 0px;
}
form  {
	margin: 0px
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	clear:both;
}
.input {
	background-image: url(../images/bgdInput.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 150px;
	border: 1px solid #000000;
	height: 20px;
	color: #000000;
	font-size: 12px;
	padding: 3px 0px 0px 5px;
}
hr {
	height: 1px;
	background-color: #CCCCCC;
	color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
}
#header {
	width: 750px;
	height: 320px;
	margin: auto;
	background-image: url(../images/bgdHeaderLeft.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 20px;
}
#menu {
	width: 500px;
	height: 105px;
	margin: auto;
	padding: 215px 0px 0px 250px;
}
#content {
	width: 730px;
	overflow: hidden;
	margin: auto;
	padding: 10px;
}
#footer {
	width: 730px;
	height: 100px;
	margin: auto;
	padding: 0px 0px 0px 20px;
}
/* CSS for the PLUS / MINUS items */

.trigger {
	cursor:pointer;
	background-color: #CCCCCC;
}		
.trigger:hover {
	cursor:pointer;
}		
.expanded {
	cursor:pointer;
	background-color: #DDDDDD;
}
.expanded:hover {
	cursor:pointer;
	background-color: #CCCCCC;
}
.show {
	position:static;
	display: table;
}
.hide {
	position:absolute;
	left:-999em;
	height:1px;
	width:100px;
	overflow:hidden;
}
h5 {
	font-size: 10px;
	padding: 5px;
}