body, html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #a9a9a9;
	font-family: Cambria, Georgia;
	font-size: 12px;
}

a:link {
	color: #1f285c;
}

a:visited {
	color: #384355;
}

a:hover {
	color: #596a88;
}

a:active {
	color: black;
}

div.clear {
	clear: both;
}

div#container {
	width: 935px;
	background-color: #f4f4f4;
	margin: auto;
}

div#header {
	width: 935px;
	height: 288px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: 6px;
	background-color: white;
}

div#menu {
	margin-bottom: 5px;
	font-family: Calibri, Tahoma, Verdana;
	font-size: 12pt;
}

div#menu ul {
	width: 935px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: #14375d;
}

div#menu ul li {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	background: #14375d;
}

div#menu ul li.active {
	background: #204c7b;
	
}

div#menu ul li a {
	display: block;
	float: left;
	height: 30px;
	padding: 0 25px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

div#menu ul li a:hover, div#menu ul li a.active {
	background: #596a88;
}

div#content {
	padding: 20px;
}

div#footer {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 2px solid #14375d;
	text-align: right;
	clear: both;
}

div#footer p {
	font-size: 12px;
	color: #14375d;
	margin: 0;
	padding: 5px;
}

div#footer p.devby {
	font-weight: bold;
	padding-bottom: 0;
}

.req, .failed, p.errors {
	color: red;
	font-weight: bold;
}

.success {
	color: green;
	font-weight: bold;
}

p.errors {
	font-style: italic;
	margin: 0;
	padding: 0 0 0 170px;
}

div.row {
	margin-bottom: 5px;
}

div.row label {
	font-weight: bold;
	display: block;
	float: left;
	width: 170px;
}

img.left {
	float: left;
	margin: 0 8px 8px 0;
}

img.right {
	float: right;
	margin: 0 0 8px 8px;
}

div.services {
	padding: 3px;
	text-align: justify;
}

div.services a {
	text-decoration: none;
}

div.services a:hover img {
	text-decoration: none;
	border: 2px solid #596a88;
}

div.services div.left, div.services div.right, div.services div.center {
	width: 210px;
	height: 150px;
	margin: 3px;
	float: left;
	text-align: center;
}

div.services img {
	width: 120px;
	height: 120px;
	margin: 2px;
	border: 2px solid white;
}

div.services strong {
	font-family: Cambria, Times New Roman;
	font-size: 11pt;
	color: #1f285c;
}

div#content div.col-left {
	width: 50%;
	float: left;
}

div#content div.col-right {
	width: 50%;
	float: right;
}

p {
	font-family: Cambria, Times New Roman;
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
	color: #1f285c;
}

p.header-box {
	margin: 20px;
	padding: 5px;
	font-family: Tahoma;
	font-size: 16pt;
	font-weight: bold;
	color: #0e243e;
	background-color: #f4f4f4;
	text-align: center;
}

p.no-italics {
	font-style: normal;
}

p.no-bold {
	font-weight: normal;
}

div#content ul li {
	font-family: Cambria, Times New Roman;
	font-size: 13pt;
	color: #1f285c;
	list-style-image: url(images/bullet.gif);
}