@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#container {
	background-color: #FFFFFF;
	float: left;
	width: 900px;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	position: relative;
	margin-top: 10px;
}

#contentRight {
	float: right;
	width: 220px;
	height: 2.1em;
	padding-top: 30px;
	padding-bottom: 30px;
}
#header h1 {
	font-weight: normal;
	padding-top: 20px;
	padding-left: 30px;
}
#banner h3 {
	padding-top: 30px;
	padding-left: 30px;
	color: #FFFFFF;
}
#header h2 {
	font-weight: normal;
	padding-top: 10px;
	padding-left: 30px;
}

#contentRight p {
	font-size: 12px;
	line-height: 2.5em;
	font-weight: bold;
}

#contentLeft {
	float: left;
	width: 600px;
	position: relative;
	text-align: justify;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-right: 10px;
	padding-left: 10px;
}
#contentLeft a {

}
#contentLeft a:hover {
	text-decoration: none;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
#banner {
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	height: 125px;
	width: 900px;
}
#banner p {
	padding-left: 30px;
	padding-top: 10px;
	color: #F7F7F7;
	font-size: 12px;
}
.menu {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.menu a {
	text-decoration: none;
}




#header {
	background-image: url(images/header.gif);
	height: 110px;
	background-color: #4A4C4C;
}
#links {
	width: 900px;
	float: left;
	height: 20px;
	text-align: center;
	font-size: 10px;
	background-image: url(images/links.gif);
}
#menu {
	background-image: url(images/menu.gif);
	height: 25px;
	width: 900px;
	margin-top: 4px;
}
#contentRight a {
	text-decoration: none;
	margin-left: 5px;
	color: #003046;
}
#contentRight a:hover {
	text-decoration: underline;
}


#footer {
	width: 900px;
	height: 40px;
	background-color: #393939;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	padding-top: 15px;
	float: left;
	font-size: 12px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


#menu table {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#menu a:hover {
	color: #FFFFCC;
}
#contactForm {
	line-height: 2.5em;
	letter-spacing: 0.3em;
}
.boldBlue {
	font-size: 14px;
	font-weight: bold;
	color: #27649A;
}
.smallText {
	font-size: 12px;
	font-style: italic;
	color: #1F5781;
}
