body {
  font-family: Verdana, Arial, Geneva, helvetica, sans-serif;
  text-align:center;
  margin:0 auto;
  width:800px;
}

#top
{
	background-color:#EEEEEE;
	text-align:left;
	padding: 5px;
	height: 13%;
}

#intro
{
	text-align: right;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	left: 55%;
	top: 2%;
}

#logo
{
	padding: 1%;
}

#left
{
	width:160px;
	float: left;
	padding-left:20px;
	padding-top:15px;
	text-align:left;
	vertical-align:top;
}

#main>#left
{
	padding-top:0px;
}

#address
{
	width:160px;
	background-color:#eee;
	vertical-align:top;
	padding-left:10px;
}

#menu
{
	border: 1px solid black; 
	width:140px;
	background-color:#eee;
}

#main
{
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	border: 1px solid gray;
	line-height: 130%;
	text-align:left;
	width:800px;
}

#content
{
	margin-left: 180px;
	margin-right: 50px;
	padding: 1em;
	text-align: justify;
	max-width: 36em;
}

#content a:link
{
	color: #dd1122;
	text-decoration: underline;
}

#content a:hover
{
	color: #dd1122;
	text-decoration: underline;
}

#content a:visited
{
	color: #dd1122;
	text-decoration: underline;
}

#content a:active
{
	color: #dd1122;
	text-decoration: underline;
}	

#datatable{
	border: 1px solid black;
	width: 60%;
	font-size: 10px;
}

#datatable th
{
	border: 1px solid black;
	background-color: #cccccc;
	font-weight: bold;
}

#datatable td
{
	line-height: 20px;
	text-align: center;
	width: 25%;
	border: 1px solid black;
}

#right
{
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;	
	float: right;
	width: 160px;
	margin: 0;
	padding: 1em;
	text-align:center;
}

#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	/*background-color: #ddd;*/
	border-top: 1px solid gray;
	text-align:center;
	background-color:#eeeeee;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

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

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

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

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

a.footerLinks:link{
	font-size: 10px;
}
a.footerLinks:visited{
	font-size: 10px;
}
a.footerLinks:hover{
	font-size: 10px;
	text-decoration: underline;
}

#links a:link{
	font-size: 12px;
}

#links a:visited{
	font-size: 12px;
}

#links a:active{
	font-size: 12px;
}

#links a:hover{
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}

.topMenu
{
	text-decoration:none;
	color:White;
	font-size:9pt;
	font-weight:bold;
	padding-bottom:2px;
	padding-top:0px;
	background-repeat: no-repeat;
}

.topMenu a
{
	text-decoration:none;
	color:White;
	font-size:9pt;
	font-weight:bold;
}

.topMenu a:hover {
text-decoration:underline;
}

.topMenu a:visited
{
	color: #FFFFFF;
}

.topMenu a:active
{
	color: #FFFFFF;
}