/* CSS Document */

body {
	margin: 0 auto;
	color: #FFFFFF;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	text-align: center;
}

#frame {
	margin: 0 auto;
	width: 1000px;
	height: 600px;
	background: #FFFFFF url(img/copyright.gif) bottom right no-repeat;
	text-align: left;
	position: relative;
}

#rect {
	position: relative;
	top: 47px;
	left: 56px;
	background: #605d5c;
	width: 890px;
	height: 486px;
}

#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #e6dccf url(img/navbg.jpg) top right no-repeat;
	width: 200px;
	height: 486px;	
}

#grey {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 690px;
	height: 486px;
}

#greybuffer {
	width: 690px;
	height: 5px;
}

#content {
	width: 670px;
	height: 476px;
	position: relative;
	top: 5px;
	left: 15px;
	overflow: auto;
}

#content2 {
	margin-right: 10px;
}





h1 {
	color: #a9d046;
}

h2 {
	color: #9f9d9d;
}

h3 {
	color: #a9d046;
	display: inline;
}

a {
	color: #a9d046;
	text-decoration: none;
}

a:hover {
	background-color: #a9d046;
	color: #FFFFFF;
}

.indent {
	margin-left: 15px;
}

td {
	vertical-align:top;
	padding: 2px;
}

.error {
	width: 100%;
	background-color: #999999;
	color: #FFFFFF
}

.error h1 {
	color: #990000;
}

.popup {
	color: #666666;
	text-align: left;
	padding: 15px;
}















/* PSEUDO SUCKERFISH NAV */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 200px; /* Width of Menu Items */
font-size: 18px;
font-weight: bold;
/*border-bottom: 1px dotted #FFFFFF;*/
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 200px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
background: #e6dccf;
padding: 1px 5px;
border-bottom: 1px dotted #FFFFFF;
/*border-bottom: 0;*/
}

.suckerdiv ul li a:visited{
color: white;
}

.suckerdiv ul li a:hover{
background-color: #605d5c;
color: #a9d046;
border: 1px solid #a9d046;
}

.suckerdiv .subfolderstyle{
background: #e6dccf url(media/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */



img.floatleft{
float:left;
clear: both;
padding-bottom: 15px;
padding-right: 5px;
}

img.floatright{
float:right;
}

p{
clear:both;
}
