body {
	background:url(img/background01.gif);
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	width: 796px;
	margin-left: 10px;
	margin-right: 10px;
}
/* p { margin-left: 2%; }
h3 { text-align: center; }

/* Menu area */
.pageHead {
	background:url(img/menu_grad.png);
	background-repeat: repeat-x;
	padding-bottom: 5px;
	margin-bottom: 5%;
	width: 796px;
}
.pageHead a {
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 3px;
	outline: black solid thin;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.pageHead a:hover { 
	color: #FFFFF0;
	background-color: #00000F;
}
.pageFoot {
	background-color: #7ea590;
	min-height: 1px;
	margin-top: 10%;
	width: 796px;
	display: block;
	clear: both;
}

/* -- Tabs -- */
.tabMenu {
	background:url(img/menu_grad.png);
	background-repeat: repeat-x;
	padding-bottom: 5px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 5%;
	padding-top: 5px;
	padding-bottom: 2px;
}
.tabMenu a {
	padding-left: 10px;
	padding-right: 10px;
	outline: black solid thin;
	color: #f5f1c4;
	font-weight: bold;
	text-decoration: none;
}

/* -- Forms -- */
.formBox {
	margin-left: 10%;
	margin-right: 10%;
	background-color: #FFFFF0;
	color: #b295b1;
	margin-top: 0.5%;
	padding-bottom: 5px;
	clear: both;
}
.formBox h2 {
	background: url(img/sub_grad1x22.png)  #FFFFF0;
	background-repeat: repeat-x;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1px;
	margin-top: 1px;
	color: #223233;
	font-size: 12;
}
.formBox a {
	color: #f5f1c4;
	font-weight: bold;
}
.formBox table tr th {
	width: 20%;
	text-align: right;
	font-weight: normal;
	color: #f5f1c4;
}
.formBox table tr td {
	width: 80%;
	color: #223233;
}
.formBox table tr td .txt {
	color: #f1f1f1;
}

.messageBox {
	margin-top: 8%;
	margin-left: 24%;
	margin-right: 24%;
	padding-bottom: 5px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	color: #f5f1c4;
	background-color: #FFFFF0;
	min-height: 15%;
}
.messageBox h1 {
	background: url(img/grad_1x22p.png);
	background-repeat: repeat-x;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #223233;
	font-size: 12;
}

.messageBox a {
	color: #f5f1c4;
	font-weight: bold;
}
.messageBox h2 { 
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center; 
	font-size: 12; 
}
.messageBox h3 {
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center; 
	font-size: 12; 
	font-weight: normal;
	text-decoration: underline;
}


/* -- List functions -- */
/*
.listing {
	margin-left: 3%;
	margin-right: 3%;
	background-color: #e5ede9;
	color: #FFFFF0;
	margin-top: 8%;
	padding-bottom: 5px;

}
*/
.listing .pager {
	text-align: center;
	margin-top: 10px;
}
.listing .pager a {
	padding-left: 0px;
	padding-right: 0px;
}
.listing .pager span {
	padding-left: 0px;
	padding-right: 0px;
}
.listing h2 {
	background: #ebefed;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #223233;
	font-size: 12;
}
/* This is for NON-IE browsers */
.listing > div > table { 
	width: 100%;
}
.listing table { 
	border-collapse: collapse;
}
.listing table thead tr {
	background-color: #FFFFF0;
	color: #f5f1c4;
}
.listing table thead tr th { 
	font-weight: normal;
}
.listing table tbody tr td { 
	font-size: 12;
	font-weight: normal;
	color: #000000;
}



/* -- Utility elements -- */
.hide { display: none; }
.debug { color: #FFFFF0; }
.center { text-align: center; }

/* -- Stylistic elements -- */

.smwhitetext { 
	color: #FFFFFF; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal;  
}

