a     { color: #669; font-size: 9pt; font-family: Times, Georgia, "Times New Roman", SunSans-Regular, Arial, Helvetica, Geneva, Swiss; text-decoration: underline; letter-spacing: 0.5pt }
h1        { color: #003; font-size: 9.5pt; line-height: 15pt; font-family: Times, "Times New Roman", Georgia, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: left; text-indent: 0pt; word-spacing: 4pt; letter-spacing: 2pt }
h2          { color: #53647d; font-style: italic; font-size: 10pt; font-family: "Times New Roman", Georgia, Times, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: left; word-spacing: 1pt; letter-spacing: 1pt }
h3          { color: #53647d; font-style: italic; font-size: 12pt; font-family: "Times New Roman", Georgia, Times, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: left; word-spacing: 1pt; letter-spacing: 1pt }
li { color: #212121; font-size: 10pt; line-height: 11pt; font-family: "Times New Roman", Georgia, Times; word-spacing: 0pt; letter-spacing: 0pt }
p       { color: #212121; font-size: 10pt; line-height: 11pt; font-family: "Times New Roman", Georgia, Times; text-align: justify }
h4       { color: #212121; font-size: 14pt; font-style: bold; line-height: 11pt; font-family: "Times New Roman", Georgia, Times; text-align: justify }

.center { text-align: center }

#mapContainer {
	height: 400px;
	width: 90%;
}


.image_left, .image_center, .image_right, .swf_center, #mapContainer, .module_left, .module_center, .module_right{
	background-color: #FFFFFF;
	border: solid #4e57c4 1px;
	margin-bottom: 10px;
	padding: 3px;
	}
	
.image_right {
	float: right;
	margin-left:10px
	}
	
	.video_right {	
	background-color: #background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 3px;
	}
	
.video_right {
	float: right;
	margin-left:10px
	}
	
.image_left {
	float: left;
	margin-right:10px
	}

.image_center {
	margin: 0px auto 5px auto;
	}

.swf_center {
	margin: 0px auto 5px auto;
	width: 460px;
	height: 160px;
	}

.module_right {
	float: right;
	width: 280px;
	height: auto;
	padding-bottom: 5px;
	margin-left:10px
	}
	
.module_left {
	float: left;
	width: 280px;
	height: auto;
	padding-bottom: 5px;
	margin-right:10px
	}	

.module_center {
	margin: 0px 0px 10px 0px;
	width: 98%;
	height: auto;
	padding-bottom: 5px;
	}	

.module_right h2, .module_left h2, .module_center h2 {
	background-color: #9396ba;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}

.module_right p, .module_left p, .module_center p {
	padding-left: 6px;
	padding-right: 6px;
	}
	
/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center;
	}

.text_left {
	text-align: left;
	}

.text_right {
	text-align: right;
	}