@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #567BA9;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #EAEDFF;
}
a:link{
	color: #567BA9;
	text-decoration: underline;
	font-weight: bold;
}
a:visited{
	color: #567BA9;
	text-decoration: underline;
	font-weight: bold;
}
a:hover{
	color: #019CE7;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}
#header {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 100%;
	background-image: url(../images/header.jpg);
	font-size: 1em;
	color: #567BA9;
	background-color: #EAEDFF;
	height: 150px;
}
#nav {
	width: 100%;
	background-color: #567BA9;
	float: left;
	top: 154px;
	position: absolute;
	padding-left: 10px;
	color: #FFF;
}
#container {
	width: 100%;
}
#content {
	background-color: #EAEDFF;
	background-image: url(../images/contentBack.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	padding-right: 10px;
	float: left;
	width: 100%;
	color: #567BA9;
	margin-top: 48px;
}

#footer {
	float: left;
	height: 20px;
	width: 100%;
	margin-top: 15px;
	font-size: 0.75em;
	text-align: center;
	color: #567BA9;
	background-image: url(../images/footerBack.jpg);
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #567BA9;
	border-right-color: #567BA9;
	border-bottom-color: #567BA9;
	border-left-color: #567BA9;
}
#leftColumn {
	float: left;
	width: 300px;
	top: 250px;
}
#rightColumn {
	width: 64%;
	padding-top: 0px;
	clear: right;
	margin-left: 305px;
	background-repeat: no-repeat;
	background-position: top;
}
.whiteText {
	color: #FFF;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
}

.smallText {
	font-size: .8em;
}
h2 {
	letter-spacing: 1.1em;
	text-indent: 10px;
}
.solutionsTitle {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
}
