body {
	font-size: 12pt;
	background: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

p {
	text-align: left;
	}

h3 {
	font-size: 12pt;
	font-weight: bold;
	background: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	}


hr {
	width: 80px;
	}

hr.full {
	text-align: center;
	width: 250px;
	}

ul.menus {
	list-style: disc url("/icons/tri.gif");
	}

a:link a:hover a:active {
	text-decoration: underline;
	color: rgb(0, 0, 153);
	}

a:visited {
	text-decoration: underline;
	color: rgb(153, 0, 153);
	}

span.name {
	font-style: italic;
	}

div#smallcontainer {
	padding: 11px 0px 0px 0px;
	margin: 0px 0px 0px 190px;
	width: 400px;
	overflow: auto;
	z-index: 1;
	}

div#container {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 190px;
	overflow: auto;
	z-index: 1;
	}

div#logo {
	background: url("/icons/feflogo.jpg") top center no-repeat;
	height: 138px;
	}

div#viv {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	}

div#about {
	margin-top: 10px;
	text-align: left;
	}

div#join {
	margin-top: 10px;
	text-align: center;
	}

div#footer {
	font-size: 10pt;
	margin-top: 10px;
	}

div#menu {
	position: absolute;
	font-size: 10pt;
	background: url("/icons/spiral.png") top left repeat-y;
	color: rgb(0, 0, 0);
	margin: 0px 0px 0px 0px;
	padding: 11px 0px 0px 0px;
	left: 0px;
	top: 0px;
	width: 185px;
	height: 100%;
	}

@media screen {
	body>div#menu {
		position: fixed;
	}
}
