﻿body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #1C2E46;
	/*background-color: #EFEFEF;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#container
{
	margin:0px auto;
	width: 1024px;
	background-color: White;
	-box-shadow:0px 5px 10px #000;
	-webkit-box-shadow:0px 5px 10px #000;
	-moz-box-shadow: 0px 5px 10px #000;
}

#header
{
	width: 1024px;
	height: 100px;
	border-width: 0;
}

.clear
{
	clear: both;
}

#menu
{
	height: 30px;

}

.menuactive
{
	float: left;
	background-color: #1C2E46;
	color: White;
	height: 24px;
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
	border-right: solid 1px white;
	-webkit-border-top-right-radius: 0.5em;
	/*-webkit-border-top-left-radius: 0.5em;*/
	-moz-border-radius-topright: 0.5em;
	/*-moz-border-radius-topleft: 0.5em;*/
}

.menuactive a
{
	text-decoration: none;
	color: White;
}

.menuactive a:hover
{
	 text-decoration: underline;
}

.menudeactive
{
	float: left;
	background-color: #27466B;
	color: White;
	height: 24px;
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	-webkit-border-top-right-radius: 0.5em;
	-moz-border-radius-topright: 0.5em;
	/*-webkit-border-top-left-radius: 0.5em;
	-moz-border-radius-topleft: 0.5em;
	--------------------------------------
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -border-radius: 5px;*/
}

.menudeactive a
{
	text-decoration: none;
	color: White;
}

.menudeactive a:hover
{
	 text-decoration: underline;
}

#bluebar
{
	background-color: #1C2E46;
	height: 20px;
}

#graybar
{
	background-color: #DADBDC;
	height: 20px;
}

#presentationtextbox
{
	float: left;
	height: 160px;
	width: 564px;
	background-color: White;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
}

.title
{
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
}

.title2
{
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
}

.text
{
	font-size: 1.2em;
}

#presentationimagebox
{
	float:left;
}

#columnbox
{
	margin:0 auto;
	min-height:350px;
	background-color: White;
	padding: 30px 25px 30px 25px;
	color: #333333;
	text-align: left;
	font-size: 1.1em;
}

#columnboxnews
{
	margin:0 auto;
	min-height:350px;
	background-color: White;
	padding: 20px 25px 20px 25px;
	color: #333333;
	text-align: left;
	font-size: 1em;
}


#columnbox2
{
	margin:0 auto;
	min-height: 600px;
	background-color: White;
	padding: 30px 25px 30px 25px;
	color: #333333;
	text-align: left;
}

#columnbox2 a
{
	font-size: 1.2em;
	color: Green;
}

.column
{
	float: left;
	text-align: left;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	margin:0 auto;
	min-height:350px;
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.9em;
}

.column1
{
	float: left;
	text-align: left;
	border-right: solid 1px silver;
	margin:0 auto;
	min-height:350px;
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.9em;
}


.column2
{
	float: left;
	text-align: left;
	border-right: solid 1px silver;
	margin:0 auto;
	min-height:350px;
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.8em;
}

.column3
{
	float: left;
	text-align: left;
	border-right: solid 1px silver;
	margin:0 auto;
	min-height:350px;
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.8em;
}

#footer
{
	text-align: center;
	font-size: 0.9em;
	/*color: #333333;*/
	padding-top: 10px;
	padding-bottom: 20px;
	color: silver;
}

#footer a
{
	color: White;
	text-decoration: none;

}

#footer a:hover
{
	text-decoration: underline;
}