* { margin: 0; padding: 0; text-decoration: none; border: 0; }
body {
	font: normal 0.7em Verdana, Sans-serif;
	background: #DFD692;
	text-align: justify;
        margin: 0;
        padding: 0;
}

#container {
	width: 170px;
	background: #D0CC73;
	margin-left: 5em;
        height:100%;
}
#logo { position: fixed; top: 16px; left: 722px; }
#logo a:hover { background: none; }
#logo img { width: 230px; height: 100px; }
#top {
	position: fixed;
	top: -6px;
	left: 57px;
	width: 652px;
	height: 128px;
}
#top img { width: 44em; }


#sidebar {
	width: 110px;
	position: fixed;
	bottom: 0px;
	left: 65px;
	padding: 1.8em;
	font-size: 0.8em;
	color: #747027;
}

#sidebar h2 
	{ 
	margin-top: -0.1em; 
	color: #747027;
	font-weight: bold;
}
#sidebar a:hover { color: #d0cc73; }
#body {
	width: 450px;
	padding: 12.7em 2em 2em 2em;
	margin-left: 14em;
	background: #fff;
        height: 100%;
}
#message { padding: 0.01em 1em 1em 1em; background: #F6F5E3; }
#menu { position: fixed; top: 144px; left: 719px; width: 18em; }
#menu li {
	font: normal 1.2em Georgia, Helvetica, Sans-serif;
	letter-spacing: 0.15em;
	padding: 0;
}
#menu li a {
	width: 15em;
	display: block;
	padding: 0;
	color: #72840E;
	background: url("../images/menu.gif") 0 0.35em no-repeat;
	padding-left: 1em;
	margin-right:auto
}
#menu li.active a, #menu li.active a:hover {
	background: url("../images/menuactive.gif") 0 0.35em no-repeat;
	color: #BF2626;
}
#menu li a:hover {
	background: url("../images/menuhover.gif") 0 0.35em no-repeat;
	color: #A4AC3E;
}
#menu span.underline { text-decoration: underline; }
#recommended { 
	width: 10em; 
	padding: 2em; 
	position: absolute; 
	top: 38.5em; 
	left: 0; 
	color: #747027; 
	font-size: 0.8em;
}
#recommended h2 {
	margin-top: 1.3em;
	color: #747027;
	font-weight: bold;
}
h1 { font: normal 2em Georgia, Helvetica, Sans-serif; color: #B51212; }
h2 {
	font: normal 1.4em Georgia, Helvetica, Sans-serif;
	margin: 0.75em 0 0.2em 0;
	color: #B51212;
}
p { line-height: 135%; margin-bottom: 0.5em; }
ul { list-style: none; }
i {
	color: #8F8A2E;
}
li { margin-bottom: 0.3em; background: url("../images/li.gif") 0.1em 0.45em no-repeat; padding-left: 0.75em; }
acronym { border-bottom: 0.06em dotted #000; }
a {
	color: #8F8A2E;
	padding: 0 0.1em 0 0.1em;
}
a:hover {
	background: #8F8A2E;
	color: #fff;
}
img.out { width: 2.075ex; height: 1.2ex; }

 input {
	background-color: White;
	border: #DFD692 1px solid;
	color: black;
	font-family: verdana, ms sans serif;
	font-weight: normal;
	font-size: 10pt;
}

textarea {
	background-color: White;
	border: #DFD692 1px solid;
	color: black;
	font-family: verdana, ms sans serif;
	font-size: 10pt;
	font-weight: normal;
}
