body{
	background-color: #000000;
	font-family: arial;
	font-size: 12px;
	color: #383633;
	text-align: center;
}

a{
	font-weight: bold;
	text-decoration: none;
	color: #2ea0b8;
}

a:hover{
	text-decoration: underline;
}

h1{
	font-size: 18px;
	margin: 10px;
	color: #2ea0b8;
}

h2{
	font-size: 18px;
	margin: 10px;
	margin-left: 0px;
	color: #2ea0b8;
}

h3{
	margin-left: 10px;
	margin-top: 5px;
	color: #2ea0b8;
}

p{

}

ul{
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
}

li{
	margin-bottom: 5px;
	margin-left: -20px;
}

#container{
	width: 995px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 1px solid #2ea0b8;
}

#header{
	width: 995px;
	height: 200px;
	background-image: url('../images/backgrounds/header.png');
	border-bottom: 1px solid #2ea0b8;
}

#footer{
	clear: both;
	background-color: #2ea0b8;
	width: 995px;
	height: 15px;
	text-align: right;
	color: #FFFFFF;
	padding-top: 1px;
}

#columnLeft{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 510px;
	text-align: left;
}

#columnMiddle{
	float: left;
	margin: 10px;	
	width: 320px;
	text-align: left;
}

#columnRight{
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;	
	width: 125px;
	text-align: center;
}

.wrapper{
	width: 500px;
	border: 1px solid #9a9790;
	text-align: left;
}

.wrapperIntern{
	margin: 5px;
}

.bannerWrapper{
	width: 310px;
	border: 1px solid #2ea0b8;
	text-align: left;
	background-color: #f8f8f8;
}

.bannerWrapperIntern{
	margin: 5px;
}

.bannerHeader{
	display: block;
	width: 310px;
	height: 20px;
	padding-top: 3px;
	background-color: #2ea0b8;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}

.menuItem{
	color: #FFFFFF;
	float: left;
	display: block;
	margin-right: 25px;
	margin-top: 80px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

.menuItem:hover{
	color: #383633;
	text-decoration: none;
}

.footerItem{
	color: #FFFFFF;
	font-weight: normal;
}

.footerItem:hover{
	text-decoration: underline;
}

.newsContainer{
	width: 500px;
	text-align: left;
}

.newsImage{
	border: 1px solid #9a9790;
}

.formLabel{
	float: left;
	display: block;
	width: 235px;
	font-weight: bold;
	margin-left: 10px;
}