body 
{
	background-image: url(../images/bg.jpg);
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	/*color: #8f9fbf;*/
color: #666;
}

#main 
{
	width: 986px;
	margin: 0px auto;
	background-image: url(../images/snowflakes.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#content 
{
	margin: 0px 74px;
	background-image: url(../images/content_bg.png);
	background-position: left top;
	background-repeat: repeat-y;
	padding: 0px 19px;
}

#innercontent 
{
	padding: 20px;
	line-height: 150%;
	min-height: 500px;
}

a img 
{
	border: none;
}

#innercontent a 
{ 
	color: #747a8c;
text-decoration: none;
border-bottom: dashed 1px #747a8c;
}

#innercontent a:hover {
border-bottom: solid 1px #747a8c;
}

.createdate
{
}

#topmenu 
{
	height: 30px;
	background-color: #454a59;
	padding-left: 28px;
	padding-top: 5px;
}

#topmenu a 
{
	color: #f2e6d8;
	font-size: 16px;
	text-decoration: none;
	padding-right: 20px;
}

#topmenu .active a
{
	font-weight: bold;
	color: #fff;
}

#topmenu ul {
margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; 
}
#topmenu li {display: inline; }


.componentheading
{
	font-weight: bold;
	font-size: 22px;
	color: #454a59;
padding-bottom: 15px;
}

.contentheading {
	font-weight: bold;
	font-size: 18px;
	color: #747a8c;	
padding-bottom: 5px;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	color: #747a8c;	
}

h3 {
	font-weight: bold;
	font-size: 14px;
	color: #747a8c;	
}

#bottom {
	height: 10px;
	padding-top: 30px;
	background-image: url(../images/bottom.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px 74px;
	text-align: center;
	color: #747a8c;
}

#breadcrumb {
	margin-bottom: 10px;
}

#sidebar_left {
	width: 150px;
	float: left;
	padding-right: 10px;
}

#sidebar_right {
	width: 150px;
	float: right;
	padding-left: 10px;
}

#center {
	float: left;
	width: 580px;
	padding-left: 10px;
}

#sidebar_left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar_left a {
	font-size: 13px;
}

#sidebar_left .active a {
font-weight: bold;
border-bottom: solid 1px #747a8c;
}

.small {
	font-size: 10px;
}

.pollstableborder {
text-align: left;
}

.sectiontableentry2 td, .sectiontableentry1 td, .sectiontableheader {
padding: 3px 10px;
}

.moduletable ul {
list-style-type: none;
padding-left: 0px;
}
li.latestnews {
padding-bottom: 5px;
}

#sidebar_left ul.menu ul {
  padding-left: 10px;
}

#sidebar_left ul.menu ul a {
  font-size: 11px;
}