body{
	text-align: center;	
	background: #808080;
	padding: 0px;
	margin: 0px;
}

#maincontent{
	width: 770px;
	margin: 0px auto 0pt;
	height: auto;
	padding: 0 0 0 0;
	border-bottom: 2px solid black
}

#contactus{
	font-family: "Comic Sans MS";
	margin: 0px auto 0pt;	
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	padding: 5px;
	width: 770px;	
}

a {
	text-decoration: none;
	color: black;
	border-bottom:1px solid #B51B27;
}

a:hover, a:active {
	border-bottom:1px solid black;
	text-decoration:none;
	color: #B51B27;
}

/* ajax stuff */


#popup{
	background:#C6D0E1 none repeat scroll 0%;
	border:1px solid #3B5998;	
	/*padding:10px 0px;*/
	padding: 5px;
	position:absolute;
	width: 350px;
	height: 120px;
	top: 10px; 
	right: 120px;	
}

.tableContents {
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}


.border {	
	background: white;
	border: 1px solid #3B5998;
	margin: 0px; 
	padding: 9px 0px;
	height: 100px;	
	/*
	margin: 0px 10px;
	padding: 10px 0px;
	*/	
}


.border a {
	color: #B51B27;
	text-align: center;
}




