﻿/*
     threecolumn css
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #3399ff;
	background-image: none
}
#wrapper {
	margin: 0 auto;
	width: 960px;
	height: auto;
}
#header {
	width: 960px;
	float: left;
	height: 150px;
	background-color: #000000;
	margin-top: 10px;
	background-image: url('../images/BANNER_FLAG.png');
}
#navigation {
	float: left;
	width: 960px;
	background-color: #3399ff;
	height: auto;
}
#content {
	float: left;
	padding: 10px;
	height: auto;
	width: 960px;
	display: inline;
	background-color: #3399ff;
}
#footer {
	width: 960px;
	float: left;
	background-color: #3399ff;
	height: auto;
	font-family: Calibri;
	font-size: small;
	font-weight: bold;
}
.Text_Center {
	text-align: center;
}
.Text_Right {
	text-align: right;
}
.Text_Left {
	text-align: left;
}
.Headline_Text {
	text-align: left;
	font-size: x-large;
}
.Header_text {
	font-size: 50pt;
	color: #FFFFFF;
}
.justify {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
}
.Footer_Text {
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}



