body
{
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: Times New Roman, Times, Serif;
}

img
{
	border: 0px;
}

body > div.menu
{
	position: fixed;
}

a:active, a:visited, a:link
{
	color: #533;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

a.nodeco
{
	text-decoration: none;
	color: #533;
}

div.menu
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	overflow: auto;
	background-color: #A99;
	border-right:1px solid #000;
}

div.logo
{
	width: 200px;
	height: 271px;
	border-bottom:1px solid #808080;
	background-color: #A99;
}

div.content
{
	width: 540px;
	margin-left: 200px;
	padding: 20px;
}

div.content div
{
	margin-bottom: 10px;
	margin-top: 10px;
}

div.quotation
{
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 0px;
	text-align:right;
	font-style:oblique;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: smaller;
}

div.content h1
{
	border-bottom: 1px solid #808080;
	font-family: Verdana, Arial, Sans-serif;
	font-size: x-large;
	font-weight: normal;
	text-align: right;
}

.imgcenter
{
	text-align: center;
	font-family: Arial, Sans-Serif;
	font-weight: bolder;
	font-size: smaller;
}

.redcenter 
{
	text-align: center;
	color: red;
	font-size: large;
}

.redcenter A
{
	color: Red;
}

.leftmenu { width: 200px; }

.leftmenu ul
{
margin-left: 0;
margin-top: 0;
padding-left: 0;
list-style-type: none;
line-height: 200%;
}

.leftmenu a
{
display: block;
padding: 3px 15px;
width: 170px;
background-color: #A99;
border-bottom: 1px dashed #333;
}

.leftmenu a:link,
.leftmenu a:visited
{
color: #EEE;
text-decoration: none;
}

.leftmenu a:hover
{
background-color: #444;
color: #fff;
}


