
/* standard things */
body {
	color: #DEDEDE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #204F8F;
	margin: 0;
}

td {
	padding: 5px 10px;
}

ul {
	list-style-type: circle;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.command {
	font-family : Monospace;
   }	

div { 
	/*border: 1px solid black;*/
}

/* table imitating stuff */
div#area1 {
	float: left;
	text-align: right;
	font-weight: bold;
	width: 20%;
}

div#area2 {
	padding-left: 21%;
	overflow: visible;
}

div#menu {
	position: fixed;
	float: left;
	margin-left:0.5em;
	width: 8em;
}

div#site {
	position: absolute; right: 5px; left: 8.5em;
	/*width: 89%;*/
}

div#banner {
	margin-right: 5px;
	text-align:right;
	height: 95px
}

/* standard links */
a {
	color: #9C9C9C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline !important;
	color: #9C9C9C;
}

/* header of each page */
#header {
	border-bottom: 1px solid #FFFFFF;
    font-family: Georgia, Times;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	/*width: 760px;*/
}

/* links in the header */
a.header, a.liketext{
	color: #DEDEDE;
	text-decoration: none;
}

/* links in the menu */
a:link.menu {
	text-decoration: none;
	color: #9C9C9C;
}

a:visited.menu {
	text-decoration: none;
	color: #9C9C9C;
}

a:hover.menu {
	text-decoration: underline;
	color: #9C9C9C;
}

a:active.menu {
	text-decoration: none;
	color: #9C9C9C;
}

/* anchors */
a.anchor {
	text-decoration: none;
	color: #DEDEDE;
}

a:hover.anchor {
	text-decoration: none !important;
	color: #DEDEDE;
}

/* language change links */
div.lang {
	font-size: small;
	clear: both;
	margin-top: 5px;
}
