@charset "UTF-8";
body {
	margin: 0px;
	background-color: #FFFFFF;
}
#leftside {
/*	background-image: url(images/SidebarLeft.jpg); */
	background-repeat: repeat-y;
}
#rightside {
/*	background-image: url(images/SidebarRt.jpg); */
	background-repeat: repeat-y;
}
#footer {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-position: top;
	color: #003333;
	background-image: url(images/bottomblockbkgd.png);
}
#footer a {
	text-decoration: none;
}
#footer a:link {
	color: #006633;
}
#footer a:visited {
	color: #333333;
}
#footer a:hover {
	color: #000000;
}
a:link {
	color: #006633;
}
a:visited {
	color: #003318;
}
a:hover {
	color: #669966;
}
a:active {
	color: #99CC99;
}
#main {
	font-size: small;
	text-align: justify;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#column {
	font-size: small;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#title {
/*	font-family: Arial, Helvetica, sans-serif; */
/*	font-size: small; */
/*	text-align: justify; */
}
.titletop {
	background-repeat: no-repeat;
	background-position: left top;
}
.titlebottom {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.news {
}
#footerdeco {
	background-color: #666666;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.fineprint {
	font-size: x-small;
}
#footerlike {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003333;
}
#footerlike a {
	text-decoration: none;
}
.pdf {
	color: #063;
	font-size: x-small;
	font-weight: bold;
}
.pdf a:link, #content a:active, #content a:visited {
	color: #063;
	text-decoration:none;
}	
.pdf a:hover {
	color: #6C0;
	text-decoration:underline;
	}
.topic {
	font-weight: bold; 
	font-size: small;
	color: #390; 
	font-style: italic;
}

