body {
/*	padding: 0; 
	margin: 0; */
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color: #cae1f3;
}

td {
}

img {
	border-style:none;
}
th {
}

#wrapper {
	width:860px;
	border: 1px solid #1177b7;
	background-color:#FFFFFF;
	padding:15px;
	margin:auto;
/*	height:100%;*/
}

#headerArea {
	width:100%;
	height:120px;
}

#logoArea {
	margin: 5px 0px 5px 0px;
	width:200px;
	float:left;
}

#menuArea {
	margin: 15px 10px 0px 0px;
/*	width:480px;*/
	float:right;
}

/* Content Styles */
a {
	color:#1177b7;
	text-align:center;
	font-size:10pt;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

#flashArea {
	width:500px;
	margin:0px 30px 0 0;
/*	display:inline;
	border:1px solid #000000;*/
	float:left;
	background-color:#ffffff;
}

#newsArea {
	width:280px;
	float:right;
	border-left:2px dotted #a0a0a0;
	padding-left: 15px;
	background-color:#ffffff;
}

#column01 {
	width:240px;
	float:left;
}

#column02 {
	width:240px;
	float:left;
}

#column03 {
	width:280px;
	float:right;
}

#footerArea {
	clear:both;
	width:862px;
	background-color:#3b3b3b;
	font-size:8pt;
	color:#CCCCCC;
	padding:15px;
	margin:auto;
	text-align:center;
}

.blueText {color: #0099CC}