/* CSS Document */
html, body {
	margin:0;
	padding:0;
}
body {
	font-family:Futura, Futura Medium, Century Gothic, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	color: #000;
	background-image:url(images/bggradient.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
}
p {
	margin-top:0px;
}
.heading {
	font-size:21px;
}
#list .heading {
	font-size:16px;
}
.miniheading {
	font-size:16px;
	color:#930;
}
a:link, a:visited {
	color: #8D0A00;
}
a:hover {
	color: #996600;
}
#headwrap {
	margin:0px;
	padding:0px;
	background-color: #FFF6CF;
}
#head {
	width:750px;
	margin:auto;
	padding:10px 10px 0px 10px;
	font-size:35px;
	line-height:42px;
	color:#7B150F;
}
#list {
	float:right;
	width:340px;
	padding:0px 0px 5px 18px;
	font-size:14px;
	margin-left:16px;
	border-left:1px dotted #ccc;

}

#toplinks {
	float:right;
}
#toplinks a:link, #toplinks a:visited {
	font-size:14px;
	color:#000;
	margin:0px 7px 0px 14px;
	text-decoration:none;
}
#toplinks a:hover {
	color: #CC0000;
	text-decoration:underline;
}
#divider {
	margin:0px;
	height:7px;
	background: #000033;
}

#pagetitlewrap{
	margin:0px;
	background-color:#7B150F;
	border-bottom:solid 1px #000;
}
#pagetitle {
	width:742px;
	margin:0px auto;
	padding:14px;
	font-size:21px;
	text-align: left;
	color: #FFEDB5;
}
#main {
	width:742px;
	margin:0px auto;
	padding:14px;
	background-color:#FFF;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;

}	
.big {
	font-size:21px;
	line-height:28px;
}
.bottom {
	font-size:12px;
	color:#999999;
}
.z {
color:#fff;;
}
.title {
	border-bottom:1px dotted #ccc;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 200px;
border: 1px solid black;
padding: 4px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
