html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border: none;
}
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	border: none;
	background-color: #666666;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
}
#pagecontainer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 800px;
	height: auto;
	margin: 0px auto;
	background-color: #999999;
}
#banner {
	width: 780px;
	height: 118px;
	float: left;
	text-align: center;
	clear: both;
	background-color: #ffffff;
	border-top: 0px solid #990000;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
}
#leftcolumn {
	width: 146px;
	float: left;
	clear: both;
	background-color: #eaeaea;
	border-left: 10px solid #ffffff;
	border-top: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
}
#centercolumn {
	width: 448px;
	float: left;
	clear: none;
	background-color: #eaeaea;
	border-left: 10px solid #eaeaea;
	border-top: 10px solid #eaeaea;
	border-right: 10px solid #eaeaea;
	border-bottom: 10px solid #eaeaea;
}
#rightcolumn {
	width: 146px;
	float: left;
	clear: none;
	background-color: #eaeaea;
	border-left: 10px solid #ffffff;
	border-top: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
}
#postdiv{
	float: left;
	clear: none;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
}
#sidebox{
	float: left;
	clear: none;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
}
#navcontainer{
	font-size: 10px;
	line-height: 13pt;
 	letter-spacing: 0,5px
	width: 100%;
	height: 100%;
	border: none;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
} 
div.empty { clear: both; display: block; height: 1px; margin-top: -1px; overflow: hidden }
p {
	margin-top: 0px;
	margin-bottom: 6px;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	color: #000000;

}
p {
margin : 10px 0;
padding : 5px;
}

p a {
	display: block;
        position : relative;
text-transform : uppercase;
background-color : #ffffff;
color : black;
text-decoration : none;
}

a span {
display : none;
}

a:hover {
	font-size : 100%;
	color : white;
	text-transform : uppercase;
	background-color : red;
}
.postdate {
	display: block;
	font-size: 9px;
	line-height: 20px;
	border-bottom: 1px dotted #999999;
	font-family: Arial, Verdana, sans-serif;
}
.posttitle {
	font-size: 16px;
	font-weight: bold;
	line-height: 16pt;
}
.postsummary {
	font-size: 13px;
	line-height: 12pt;
 	letter-spacing: 0,1px
}
.posttext {
	font-size: 11px;
	line-height: 13pt;
 	letter-spacing: 0,5px
}
.postextended {
	font-size: 10px;
	line-height: 13pt;
 	letter-spacing: 0,5px
}
.postlink {
	display: block;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	line-height: 15px;
	border-bottom: 1px dotted #666666;
}
.moduletitle {
	display: block;
	font-size: 10px;
	font-weight: bold;
 	letter-spacing: 20px
	line-height: 13px;
	color: #666666;
	text-transform : uppercase;
	border-bottom: 1px dotted #999999;
}
.small {
	font-size: 11px;
	line-height: 13pt;
	color: #666666;
	font-family: Arial, Verdana, sans-serif;
}
.smallgrey {
	font-size: 11px;
	line-height: 11pt;
	color: #666666;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
}
.smallcaps {
	font-size: 10px;
	line-height: 10pt;
	color: #999999;
	text-transform : uppercase;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
}
.smallest {
	font-size: 9px;
	line-height: 12pt;
	color: #666666;
	font-family: Arial, Verdana, sans-serif;
}
@media print {
}
@media handheld {
}