@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	background:#FFF; 
	text-align:center;
}

p { text-align:justify; }

#mainContainer{
	width:805px;
	margin:0 auto;
}

#ColoumnLeft { 
	width:265px; 
	float:left;
	margin-right:3px; 
}

#ColoumnMiddle { 
	width:265px; 
	float:left; 	
	margin-right:3px;
}
#ColoumnRight { 
	width:265px; 
	float:left 
}

.HeadingBox {
	width:265px;
	font-weight:bold;
	color:#FFF;
	border-bottom:2px #000 solid;
	border-top:2px #000 solid;
	padding:2px 0px 2px 0px;
	margin:5px 0px 5px 0px;
}

.MeetingPoint { 
	width:200px;
	height:60px; 
	margin:0 auto; 
	text-align:left; 
	font-size:11px; 
	color:#003399;
	font-weight:bold; 
}

.Green { background:#009900; }
.Red { background:#CC0000; }
.Blue { background:#003399; }
.Yellow { background:#FFCC33; }

.Center { text-align:center; }
.Left { text-align:left; }