body{
	margin:0px; padding:0px;  
	font-family: Arial, Helvetica, sans-serif; font-size:11pt; color:White; font-weight:bold;

	background-color:#DD0000;
	/* background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000)); // for webkit browsers */
	/* background: -moz-linear-gradient(top,  #ccc,  #000); // for firefox 3.6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd0000', endColorstr='#ffffff'); /* for IE */
}
br{margin-top:5px;}
hr{color:Silver; width:100%; margin-top:5px; margin-bottom:5px;}
img{margin:5px; border:none;}

h1{font-size: 28pt; font-weight: bold; margin:0px; font-family:Monotype Corsiva;}
h2{font-size: 14pt; font-weight: bold; margin:0px; font-style:italic;}
h3{font-size: 10pt; font-weight: bold; margin:0px; font-style:italic; font-family:Arial Narrow;}
h4{font-size:9pt;}

table{margin:0;}
td{padding:0px;}

/*A:active {text-decoration: none;}*/
a{text-decoration:none; color:White; font-weight:bold; cursor:pointer;}
a:hover{color:#000000; background-color:#ffffff;}
a:visited{color:White;}

.txt_small {font-size: 8pt; }
.txt_normal {font-size: 10pt;}
/*#events{font-size: 9pt;}*/

div{
	margin: 5px; padding: 5px;
	/*border: solid 1px silver;*/
}
.banner{
	position: absolute; top: 0px; left: 0px; width: 975px; height: 90px; 
}
.menu{
	position: absolute; top: 100px; left: 0px; width: 180px; height: 190px; padding-left:10px;
}
.news{
	position: absolute; top: 320px; left: 0px; width: 180px; height: 285px; padding-left:10px;
	color:Black;
}
.content1{
	position: absolute; top: 100px; left: 205px; width: 570px; height: 485px; overflow: auto; 
	color:Black; background-color:White;
	font-weight:normal;
}
.content2{
	position: absolute; top: 100px; left: 795px; width: 190px; height: 485px; text-align:left;
	color:Black;
}
