html, body {
	behavior:url(../includes/hover.htc);
	background: #CEF7DA url(../images/papbackground.jpg) repeat-x;
	font: 11px Arial, sans-serif;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #333333;
	line-height: 150%;
}


table, select,input,textarea {
    font-size: 1em;
}


#wrap {
	width: 100%;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#topstrip {
	height: 15px;
	width: 100%;
	background-color: #799400;
}

#header {
	height: 190px;
	text-align: left;
}

#layer {
	position: absolute;
	z-index: 10;
	height: 100px;
	width: 500px;
	left: 357px;
	top: 98px;
	visibility: visible;
}

#footer {
	width: 100%;
	bottom: -1px;
	height: 20px;
	background-color: #DDDDDD;
	clear: both;
	padding-left: 30px;
	padding-top: 10px;
	border-top: 1px solid #999999;
}

.buttons {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	padding-right: 30px;
	float: left;
	text-align: center;
	display: inline;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.buttons a {
	text-decoration: none;
	color: #799400;
}
.formstxt {
	text-align: right;
	padding-right: 5px;
}
.error {
	font-weight: bold;
	color: #FF0033;
	font-size: 14px;
}
#add {
	width: 310px;
	float: left;
	padding: 5px;
	border: 1px dotted #CCCCCC;
}
#delete {
	width: 320px;
	float: right;
	padding: 5;
	border: 1px dotted #CCCCCC;
}
#admin_wrap {
	width: 680px;
	text-align: center;
}
#adminmenu {
	width: 150px;
	border-top: 1px dotted #CCCCCC;
	text-align: center;
}
#adminmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#adminmenu li {
	margin: 0px;
}

#adminmenu a {
	display: block;
	padding: 8px;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	color: #799400;
}

#adminmenu a:hover {
	background: #D5FFEA;
}

.maintext {
}
.maintext a {
	color: #799400;
	text-decoration: none;
	border-bottom: 1px dotted #799400;
}
#center {
	width: 310px;
	padding: 5px;
	border: 1px dotted #CCCCCC;
}

.tableresults {
	border-right: 1px solid #C9E2CD;
	border-bottom: 1px solid #C9E2CD;
	border-left: 1px solid #C9E2CD;
}
th {
	font-size: 12px;
	font-weight: bold;
	color: #799400;
	background: #C9E2CD;
	text-align: left;
}

th a {
	background: #C9E2CD;
	text-align: left;
	text-decoration: none;
	color: #799400;
}



