/* CSS Document */
body,td,th {
	font-family: Georgia, serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #999999;
	text-decoration: underline;
	background-color: inherit;
}
a:visited {
	text-decoration: underline;
	color: #999999;
	background-color:inherit;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-color:inherit;
}
a:active {
	text-decoration:underline;
	color: #333333;
	background-color:inherit;
}
h1 {
	font-size: 20px;
	color: #999999;
	background-color: inherit;
	font-style: normal;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #999999;
	background-color: inherit;
	font-style: normal;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	color: #999999;
	background-color: inherit;
	font-style: normal;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	color: #999999;
	background-color: inherit;
	font-style: normal;
	font-weight: normal;
}
div#top {
	padding: 0;
	width: 100%;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#topnav {
	display:none;
}


div#leftnav {
    display:none;
	
}
div#centercontent {
	margin: 50px;
	text-align:justify;
}
div#rightcontent {
    display:none;
	
}
div.imagelink {
	display:block;
	width:100px;
	height:100px;
}
div.imagelink a:hover {
	background-color: #EEEEEE;
	color:inherit;
	display:block;
	width:100px;
	height:100px;
}


div#footerscreen {
   display:none;
    
}
div#footerprint {
    text-align:center;
	font-size:12px;
	color:#999999;
	background-color:#ffffff;
	padding: 0px;
	clear: both;
	width: auto;
	height:50px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

