/* Global Styles */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body {
	background-color: #6D4B31;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* ID Styles */

#banner {
	background-image: url(../images/gradient.jpg);
	width: 100%;
	background-repeat: repeat-x;
	height: 100px;
}

#main {
	background-color: #FEFBF2;
	height:600px;
}
#content {
	background-color: #FEFBF2;
	width: 400px;
	float: left;
	height: auto;
}

#footer {
	clear: both;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	background-color: #6D4B31;
}

.nav1 {
	font-size: 12px;
	color: 6E4B32;
	font-weight: bold;
}

h1 {
	font-size: 16px;
	color: #006600;
}


#buttons {
	background-image: url(../images/horz_tear.jpg);
	background-repeat: repeat-x;
}

#leftnav {
	background-color: #000000;
	background-image: url(../images/side_bkgrd.jpg);
	background-repeat: no-repeat;
	height: 409px;
	width: 185px;
	float: left;
	padding-left: 5px;
}
#leftnav li {
	list-style-image: url(../images/bullet.jpg);
	margin-left: -30px;
	margin-bottom: 10px;
	font-size: 80%;
}
#leftnav a {
	text-decoration: none;
	color: #544391;
}
#rightside {
	float: left;
	padding-left: 50px;
	background-color: #FEFBF2;
}

#leftnav a:hover {
	text-decoration: underline;
}

h2 {

	font-size: 12px;
	color: #006600;
}
.navitem {
	font-size: 10pt;
}
#fool_pop{
	padding: 2px;
	border: 1px dotted #5B52A1;
	position:absolute;
	width:228px;
	height:236px;
	z-index:1;
	left: 676px;
	top: 383px;
	background-color: #FFFFFF;
	visibility: hidden;
}
