﻿/* CSS Document */

body {
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	color: #000000;
	background-color:#676767;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
}

#content {
	position:absolute;
	width:900px;
	left: 50%;
	text-align: left;
	padding: 0px;
	background-color: #C8C8E0;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -450px;
}

h1{
	color:#003882;
	font-size:16px;
	margin-top:0px;
}

.topHeader{
	background-color: #003883;
}

.headerText{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.firstLetter{
	font-size:20px;
}

.addressText{
	color:#FFFFFF;
	font-size:12px;
}




menuSeparator{
	background-color:#C8C8E0;
}

a.noBorder:visited{
	border:0px;
	text-decoration: none;
}

a{
	color:#333333;
	font-weight:bold;
}

a:hover{
	color:#FFFFFF;
}

a.menu{
	color:#333333;
	font-weight:bold;
	text-decoration: none;
}

a.menu:hover{
	text-decoration: none;
	color:#FFFFFF;
}

a.menu:active{
	text-decoration: none;
}

a.menu:visited{
	text-decoration: none;
}

#leftContent {
	width:710px;
	float:left;
	
}

#rightContent {
	float:right;
	width:190px;
	background-image:url(../images/bg_right.jpg)
}

#mainContent {
	
}

#animation {
	height: 270px;
	width: 710px;
	left: 0px;
	top: 0px;
	float: left;
}

#headerRight {
	height:41px;
	width:190px;
	float:right;
}

#menuContent {
	width:150px;
	margin-left:40px;
	margin-right:40px;
	float:left;
}

#contactContent {
	width:150px;
	margin-left:40px;
	clear: left;
}

#textContent {
	float:right;
	width:480px;
	text-align:justify;
}

#footer {
	float:left;
	width:900px;
	height:15px;
	background-color:#676767;
}
