body {
	background-color: #ffffff;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 55px;
	text-align: center; /* for IE */
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: auto;
}

div.page {
	text-align: left;
	margin-left: auto ;
	margin-right: auto ;
	width: 850px;
	display:table;
	margin-bottom:0;
}

div.topspace {
	margin-bottom: 5px;
}

div.pageimage {
	padding-top: 10px;
	padding-bottom: 10px;
}

div.toplinkbar {
	margin-top: 15px;
	width: 100%;
	min-width: 850px;
	background-color: #c1d72e;
	padding-bottom:2px;
	padding-top:2px;
}

div.conttitle1 {
	background-color: #c1d72e;
	padding:2px;
}

div.conttitle2 {
	background-color: #05173c;
	padding:2px;
}

div.linkspace {
	width:50px;
	font:0px;
	height:5px;
	float:left;
	position:relative;
}

div.link {
	float:left;
	position:relative;
}

font.linkon {
	color: #05173c;
	font-family: "Arial";
	font-weight: bold;
	font-size: 14px;
}

a.linkoff {
	color: #ffffff;
	text-decoration: none;
	font-family: "Arial";
    font-weight: bold;
	font-size: 14px;
}

a.links {
	text-decoration: none;
	color: #05173c;
}

font.articletitle {
	color: #ffffff;
	font-family: "Arial";
	font-weight: bold;
	padding-left:8px;
	font-size: 12px;
}

font.articletitle2 {
	color: #05173c;
	font-family: "Arial";
	font-weight: bold;
	padding-left:8px;
	font-size: 12px;
}

font.articletext {
	color: #05173c;
	font-size: 12px;
	font-family: "Arial";
}
div.article {
	padding-top:8px;
	padding-bottom:10px;
	padding-left:8px;
	padding-right:8px;
}

* html div#container3 { 
    height: expression( this.scrollHeight < 351 ? "350px" : "auto" ); /* sets min-height for IE */
}

* html div#container2 { 
    height: expression( this.scrollHeight < 351 ? "350px" : "auto" ); /* sets min-height for IE */
}

* html div#container1 { 
    height: expression( this.scrollHeight < 351 ? "350px" : "auto" ); /* sets min-height for IE */
}


#container3 {
    float:left;
    width:100%;
    overflow:hidden;
    position:relative;
    min-height:350px;
}
#container2 {
    float:left;
    width:100%;
    position:relative;
    min-height:350px;
}
#container1 {
    float:left;
    width:100%;
    position:relative;
    min-height:350px;
}
#col1 {
    float:left;
    position:relative;
    overflow:hidden;
}
#col2 {
    float:left;
    position:relative;
    overflow:hidden;
}
#col3 {
    float:left;    
    position:relative;
    overflow:hidden;
}

