body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 12px;
	background-image: url("images/background.jpg");
	background-repeat: repeat-x;
}

img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
}

a { color: #996600; text-decoration: underline; }
a:visited { color: #996600; text-decoration: underline; }
a:hover { color: #996600; text-decoration: none; }


dl {
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	padding-bottom: 5px;
}

dt {
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
	background-image: url("images/menubreak.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 4px;
}

dt a { color: #000000; text-decoration: none; }
dt a:visited { color: #000000; text-decoration: none; }
dt a:hover { color: #996600; text-decoration: none; }

dd {
	font-size: 12px;
	font-weight: normal;
	color: #996633;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

dd a { color: #996633; text-decoration: none; }
dd a:visited { color: #996633; text-decoration: none; }
dd a:hover { color: #000000; text-decoration: none; }

div#top {
	width: 980px;
	height: 249px;
}

div#container {
	width: 980px;
	background-image: url("images/toolbarbg.gif");
	background-repeat: repeat-y;
	background-position: left;
}

div#toolbar {
	width: 208px;
	float: left;
}

div#main {
	width: 771px;
	float: right;
}

div#content {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

h1#main_header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	text-align: right;
	background-image: url("images/header.gif");
	background-position: right;
	background-repeat: no-repeat;
	height: 21px;
	padding-right: 25px;
}

div#clear {
	clear: both;
}

div#footer {
	clear: both;
	background-color: #cccc99;
}

div#footer div{
	width: 980px;
	text-align: right;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

