@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #5f5f5e;
}
body {
	background-color: #FFF;
	background-image: url(gfx/background.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #009;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #00F;
}
a:active {
	text-decoration: none;
	color: #F00;
}
img {
	border:0;
}
div#menu {
    top:0px;
}
#contentbackground{
	background-color:#FFF;
	background-image:url(gfx/pagebckgrnd.gif);
	background-repeat:repeat-y;
}
.topicheaderimage{
	width:87px;
	text-align:center;
	padding-left:3px;
}
.firsttopicheader{
	font-size:16px;
	font-weight:bold;
	color:#99cf16;
}
.topicheader{
	padding:0px 10px 0px 87px;
	font-size:16px;
	font-weight:bold;
	color:#99cf16;
}
.pagetextcontent{
	padding: 0px 25px 15px 87px;
	text-align:justify;
	line-height:20px;
}
.parsplitter{
	text-align:center;
}
.portfolio{
	text-align:left;
	padding-left:2px;
}
.totopmenu{
	text-align:right;
	padding-right:10px;
}