@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-x;
	background-color: #97A6C5;
}
.container {
	background-color: #FFF;
}
.blueheadertext {
	color: #395486;
	font-size: 14px;
}
.navbar {
	background-color: #9FAECE;
}
tr td table tr td ul li a {
	background-color: #005BB4;
	width: 200px;
	height: 25px;
	list-style-type: none;
	list-style-image: url(images/whatwedobutton2.gif);
	text-decoration: none;
	padding-top: 5px;
}
tr td table tr td ul li {
	list-style-type: none;
	margin-bottom: 1px;
}

.container tr td table tr td ul li a {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
tr td table tr td ul {
	margin: 0px;
	padding: 10px;
}
.redtext {
	font-size: 14px;
	font-weight: bold;
	color: #C51212;
}

tr td table tr td ul li div a:hover {
	background-color: #2B95FF;
}
.title-text {
	font-size: 16px;
	font-weight: bold;
	color: #B21717;
}
