body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../images/left_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

.header{
	background-color: CDFF1F;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 0px;
	padding: 10px 25px 10px 10px;
}

.pagetitle {
	font-size: x-large;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
}
.adminoptions {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.profile {
	border: 1px solid #003333;
}
