.hidden {
	display: none;
}

html, body { 
text-align:center; /* for IE */ 
margin: 0;
	padding: 0
} 

* {
padding: 0;
margin: 0;
}

div#wrapper { 
text-align:left; /* reset text alignment */ 
width:760px; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */ 
height: 596px;
background-color:#f24d92;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;

}

#leftcontainer {
	float:left;
	background-color: #000;
	height: 596px;
	width: 500px;	
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
#leftcontainerinside {
	float:left;
	background-color: #000;
	height: 596px;
	width: 500px;	
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding: 5px;
}

#rightcontainer {
	float:left;
	background-color: #c40f30;
	height: 596px;
	width: 260px;
	}


#rightcurrentissuetext {
	margin: 5px;
	background-color: #fffcd3;
	height: 16px;
	width: 244px;
	padding-left: 5px;
	
	}
	
	#rightcurrentissueinfo {
	margin: 5px;
	background-color: #c40f30;
	
	width: 244px;
	padding-left: 5px;
	
	}
	
.headertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.infotext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #fffcd3;
}

.iframe {
	width: 320px;
}

.pageheadertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.maillistlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}

a.main:link {color: #fffcd3; 
			text-decoration: none;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			font-weight: bold;}
a.main:visited {color: #fffcd3; 
			text-decoration: none;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			font-weight: bold;}
a.main:hover {color: #fffcd3; 
			text-decoration: underline;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			font-weight: bold;}
a.main:active {color: #fffcd3; 
			text-decoration: none;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			font-weight: bold;}


