body {
	margin: 0;
	background-color: rgb(4,42,1);
	font-family: verdana;
	font-size: 1em;
}

h1#banner {
	margin: 5px 0 0 0;
	padding-left: 4%;
}

h1#banner a {
	color: rgb(239,225,184);
	font-size: 50px;
	text-decoration: none;
}

h1#banner a img {
	width: 365px;
	height: 130px;
}


/**********
  GENERAL
**********/
img
	{border: 0px;
	background-color: transparent;
	color: rgb(239,225,184);}
p, ul, dl, td
	{color: rgb(4,42,1);
	font-size: 0.8em;
	margin-top: 0px}
dd
	{margin-bottom: 1em}
sup
	{vertical-align: top}
.title
	{font-style: italic}
dt, .id, .question
	{font-weight: bold}
td.left
	{font-weight: bold;
	text-align: right;
	width: 50%;
	vertical-align: top}
td.right {
	font-weight: bold;
	text-align: left;
	width: 50%;
}

li, ul ul {
	font-size: 1em;
}

.error {
	font-size: 1em;
	color: rgb(255,0,0);
	font-weight: bold;
}


/*********
   PAGE
*********/
div#page
	{position: relative;
	top: 0;
	left: 4%;
	width: 64%;
	text-align: left}
div#page a
	{color: rgb(72,80,51);
	text-decoration: underline;
	font-weight: bold}
div#page a:hover
	{color: rgb(255,204,82);
	background-color: rgb(70,93,15);
	text-decoration: none}

div.box
	{padding: 0;
	background-color: rgb(240,207,136);
	border: 1px solid rgb(85,118,6);
	margin-bottom: 25px}
div.box h1
	{font-size: 1.2em;
	color: rgb(17,76,31);
	margin: 0.2em 0 0.3em 0;
	border-bottom: 1px solid rgb(155,129,74)}
div.box h2
	{font-size: 1.1em;
	color: rgb(17,76,31);
	text-align: center;
	margin: 1em 0 0 0;}

div.content {
	padding: 0.4em;
}

/** HEADER **/
	div.box h1.header {
		font-size: 1.4em;
		padding: 0.2em;
		border: none;
		margin: 0;
		color: rgb(239,225,184);
		border-bottom: 0px solid rgb(85,118,6);
		background-color: rgb(63,45,7);
		text-align: center;
	}

	div.box h2.header {
		font-size: 1.2em;
		border: none;
		margin: 0;
		padding: 0.4em 0 0.3em 0;
		color: rgb(239,225,184);
		background-color: rgb(63,45,7);
		text-align: center;
	}

	div.box h3.header {
		font-size: 0.9em;
		border: none;
		margin: 0;
		padding: 0 0 0.5em 0;
		color: rgb(239,225,184);
		border-bottom: 0px solid rgb(85,118,6);
		background-color: rgb(63,45,7);
		text-align: center;
	}

	img.avatar {
		float: left;
		width: 80px;
		height: 60px;
		border: 0px solid rgb(85,118,6);
		margin: 0;
		color: rgb(239,225,184);
	}

/** PORTAL **/
	fieldset#portal {
		float: right;
		margin: 0px 0px 0.4em 0.4em;
		padding: 0.3em;
		background-color: rgb(228,246,174);
		border: 1px outset rgb(32,85,0);
	}

	fieldset legend {
		font-size: 1em;
		font-weight: bold;
		color: rgb(17,76,31);
	}

	fieldset#portal ul {
		list-style-type: none;
		padding: 0;
	}

	fieldset#portal ul ul {
		font-size: 1em;
		padding-left: 1em;
	}


/*********
   DOCK
*********/
div.dock {
	text-align: center;
}

div.dock p {
	font-size: 0.95em;
	margin-bottom: 1em;
}

div.dock a {
	font-size: 1.1em;
	font-weight: bold;
}


/*********
   MENU
*********/
div#menu {
	position: absolute;
	top: 120px;
	right: 4%;
	width: 25%;
}

/** DIRECTORY **/
	div.directory {
		padding: 0;
		background-color: rgb(240,207,136);
		border: 1px solid rgb(85,118,6);
		margin-bottom: 20px;
		text-align: center;
	}

	div.directory h1 {
		padding: 0.2em;
		font-size: 1.1em;
		color: rgb(239,225,184);
		border-bottom: 0px solid rgb(85,118,6);
		background-color: rgb(63,45,7);
		margin: 0 0 0.3em 0;
	}

	div.directory p a {
		display: block;
		font-size: 1em;
		text-align: center;
		color: rgb(72,80,51);
		text-decoration: none;
		font-weight: bold;
		padding: 3px;
		margin: 0 0.4em 0 0.4em;
	}

	div.directory p a:hover {
		color: rgb(255,204,82);
		background-color: rgb(70,93,15);
		text-decoration: overline underline;
	}

/* div.directory a {
	display: block;
	font-size: 1em;
	padding: 3px;
	text-align: center;
	color: rgb(72,80,51);
	text-decoration: none;
	font-weight: bold;
}

div.directory a:hover {
	color: rgb(255,204,82);
	background-color: rgb(10,93,15);
	text-decoration: overline underline;
} */

/** MENUBITS **/
	div.menubit {
		padding: 0;
		background-color: rgb(240,207,136);
		border: 1px solid rgb(85,118,6);
		margin-bottom: 20px;
		text-align: center;
	}

	div.menubit h1 {
		padding: 0.2em;
		font-size: 1.1em;
		color: rgb(239,225,184);
		border-bottom: 0px solid rgb(85,118,6);
		background-color: rgb(63,45,7);
		margin: 0 0 0.3em 0;
	}

	div.menubit a {
		color: rgb(72,80,51);
		font-weight: bold;
	}

	div.menubit a:hover {
		color: rgb(255,204,82);
		background-color: rgb(70,93,15);
		text-decoration: none;
	}

	div.menubit a.img:hover {
		background-color: transparent;
	}

	ul.menu li {
		display: block;
		font-size: 1em;
		padding: 2px;
		font-weight: bold;
		margin-left: -3em;
		list-style-type: none;
	}

	ul.menu li a {
		text-decoration: none;
	}

/********
  LINKS
********/
div#links h1 {
	margin-top: 1.3em;
}

div#links h2 {
	font-size: 1em;
	color: rgb(17,76,31);
	border-bottom: 1px solid rgb(155,129,74);
	text-align: left;
}

div#links h3 {
	font-size: 1.1em;
	color: rgb(4,42,1);
	text-align: left;
	margin: 1em 0 0 0;
}

div#links p.link {
	font-size: 0.9em;
	color: rgb(4,42,1);
	text-align: left;
	margin: 0 0 0 0;
}


/*************
   SITE MAP
*************/
div#map
	{font-size: 0.7em}
div#map dl
	{margin-top: 0.4em;
	padding: 0.7em;
	font-size: 1em;
	border-left: 1px solid rgb(0,0,0);
	border-bottom: 1px solid rgb(0,0,0);}
div#map dl.top
	{border: none}
div#map dt
	{font-weight: normal}
div#map dd
	{margin: 0.5em;
	margin-left: 3em;
}
