body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;color: #000;
	background-color: #ffffff;
	font-size: 1em;
	line-height: 1.4em;
	text-align: justify;
}

#wrapper {
	font-size: .8em;
}

p, ul, ol {
	font-size: 1em;
	line-height: 1.4em;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	font-weight: bold;
}

#titlebar {
	background-color: #F3E3F5;
	font-weight: bold;
	position: absolute;
	top: 0px; 
	left: 0px;
	width: 782px; 
	height: 78px;
	border-right: 2px #000 solid;
	border-left: 2px #000 solid;
	border-top: 2px #000 solid;
}

#titlebar h1 {
	font-size: 1.5em;
	text-align: right;
	padding-right: 30px;
	margin-top: 15px;
	margin-bottom: 2px;
}

#titlebar p {
	color: #600;
	text-align: right;
	background-color: #F3E3F5;
	padding-right: 30px;
	margin-top: 9px;
}

#titlebar img.left {
	position: absolute;
	left: 20px;
	width: 100px;
	top: 4px;
}

#menubar {
	position: absolute;
	top: 78px; 
	left: 142px;
	width: 639px; 
	text-align: left;
	padding: 3px 0 3px 0;
	margin: 0 0 0 3px;
	font-weight: bold;
	background-color: #E0F0FF;
	border-top: 2px #000 solid;
	border-bottom: 2px #000 solid;
	border-right: 2px #000 solid;
}

#menubar ul {
	margin: 0;
	padding: 0;

}
#menubar li {
	display: inline;
	width: 87px;
}

#menubar a {
	width: 87px;
	margin: 0;
	line-height: 22px;
	border-right: 1px #E0F0FF solid;
	border-left: 1px #E0F0FF solid;
	padding: 5px 12px 5px 12px;
}

#menubar a:hover {
	color: #000;
	background-color: #fff;
	border-right: 1px #000 solid;
	border-left: 1px #000 solid;
}

#menubar a:link {color: #000;}
#menubar a:visited {color: #800;}

#content {
	position: absolute;
	top: 110px; 
	left: 147px;
	width: 612px; 
	border-left: 2px #000 solid;
	border-right: 2px #000 solid;
	border-bottom: 2px #000 solid;
	padding: 8px 12px 0px 12px;
}

#content h1 {
	font-size: 1.6em;
	padding-bottom: 0em;
	padding-top: .4em;
}
#leftmenu {
	position: absolute;
	top: 78px; 
	left: 0px;
	width: 145px;
	text-align: center;
	border-right: 2px #000 solid;
	border-top: 2px #000 solid;
	border-left: 2px #000 solid;
}

#leftmenu p {
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 28px;
	text-align: center;
	}
#leftmenu a {
	display: block;
	color: #000;
	width: 145px;
	background-color: #E8F0FF;
	border-bottom: 2px #000 solid;
}

#leftmenu a:hover {
	color: #500;
	background-color: #fff;
}
#leftmenu a:link {color: #000;}
#leftmenu a:visited {color: #800;}

#cornerimg {
	position: absolute;
	top: 350px; 
	left: 0px;
	width: 145px; 
	height: 256px;
	border-right: 2px #000 solid;
	border-left: 2px #000 solid;
	border-bottom: 2px #000 solid;
	background-color: #d6d6d6;
	background-repeat: repeat-y;
}
