/* CSS Document */ 

/* Content Section */

body {
	background-color: white;
	font-family: verdana;
	font-size: 18px;
	color: #000066;
}

h2 {color: #000066;}

h3 {color: #000066;}

a {
	color: #FFCC00;
	font-weight: 600;
}

ul li {
	list-style: url(../images/paw.gif);
	padding: 0px 0px 10px 0px;
}

#content {
	margin: 0px 30px 0px 140px;
}
	
#content a:link {color: #FFCC00;}

#content a:visited {color: #FFCC00;}

#content a:hover {
	background-color: #FFCC00;
	color: #000066;
}

table {
	text-align: center;
	font-family: verdana;
	font-size: 18px;
	color: #000066;
	border-collapse: collapse;
}

p {
	font-family: verdana;
	font-size: 18px;
	color: #000066;
}

.smalltext {
	font-size: 10px;
}
	
/* End Content */

/* Header */

#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 99px;
	background: #FFCC00;
}

#header h1 {
	font-family: verdana;
	font-size: 32px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
	color: #000066;
	text-align: center;
}

.banleft {float: left;}

.banright {float: right;}

/* End Header */

/* Menu Buttons */

#menu {
	position: absolute;
	top: 130px;
	left: 7px;
	width: 121px;
}

.cssnav	{
	position: relative;
	font-family: verdana;
	background-image: url(../images/buttondown.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 120px;
	height: 26px;
	margin: 0; 
	padding: 0;
}
	
.cssnav a {
	display: block;
	font-size: 10px;
	color: #FFCC00;
	display: block;
	float: left;
	width: 120px;
	height: 26px;
	text-decoration: none;
}

.cssnav img {
	width: 120px;
	height: 26px;
	border: 0px;
}
.cssnav a:hover {
	visibility: visible;
	color: #000066;
}

.cssnav a:hover img {visibility: hidden;}

.cssnav span {
	position: absolute;
	left: 4px;
	top: 6px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 113px;
	height: 14px;
	text-align: center;
	font-weight: bold;
}
	 
/* End Of Menu Buttons */

