body {
	font-size: 100%;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	/*background-color:#CCCCCC;*/
}

table {
	border-collapse: collapse;
}

table.holder {
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	text-align: left;
}

table.main {
	width: 100%;
	padding: 0px;
}

table.main td.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 158px;
}

table.main td.top-menu {
	background-image: url(images/top-menu-bg.jpg);
	background-repeat: repeat-x;
	height: 31px;
	padding: 0px;
}

table.main td.content {
	background-color: #FFFFFF;
	padding: 13px;
}

table.top-menu-links {
	width: 100%;
	padding: 0px;
}

table.top-menu-links td {
	padding: 0;
}

table.page-content {
	width: 100%;
}

table.page-content td {
	vertical-align: top;
	padding: 0;
}

table.right-content {
	width: 100%;
}

table.page-content td.vline {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #666666;
}

table.right-content td.articles {
	padding: 8px;
	background-color:#E6E6E6;
}

table.services {
	background-color: #D6DAEC;
}

table.services td {
	padding: 8px;
}

div.left-content {
	margin-left: 8px;
	font-size: 0.8em;
	line-height: 2.7;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0;
	color: #004C98;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0;
	color: #004C98;
}

h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #004C98;
	margin-bottom: 0.3em;
	margin-top: 0;
}

.small-head {
	color: #B6BEDE;
	font-size: 0.6em;
}

p {
	font-size: 0.8em;
	line-height: 1.8;
	margin-bottom: 1.5em;
}

p.intro {
	font-size: 0.9em;
	line-height: 1.8;
}

hr {
	color: #666666;
	background-color: #666666;
	width: 100%;
	height: 1px;
	text-align: left;
	margin-top: 0.3em;
	margin-bottom: 0.4em;
}

hr.services {
	margin-top: 0;
	margin-bottom: 0;
}

.footer-text {
	font-size: 0.6em;
	color: #999999;
}

p.article {
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.2em;
	color: #0D4D96;
}

p.article-text {
	font-size: 0.75em;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 0;
}

a:link, a:visited {
	color: #004C98;
}

a:hover {
	text-decoration: none;
}

a.about-link:link, a.about-link:visited {
	color: black;
	text-decoration: none;
}

a.about-link:hover{
	text-decoration: underline;
}

.about-link-selected {
	color: #004C98;
	text-decoration: none;
}

a.service-link:link, a.service-link:visited {
	color: #004C98;
	text-decoration: none;
}

a.service-link:hover{
	text-decoration: underline;
}

li {
	line-height: 1.8;
	font-size: 0.8em;
	margin-bottom: 15px;
}

li.about {
	margin: 0px;
	padding: 0px;
}

ul.about {
	color: #004C98;
	list-style-position: outside;
	margin-left: 0;
	padding-left: 30px;
	vertical-align: middle;
}

p.error {
	font-weight: bold;
	color: red
}

ul.error li {
	line-height: 1;
	color: red;
}

.services-title {
	font-size: 0.95em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #004C98;
}

ol.media {
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 30px;
	vertical-align: middle;
}

ol.media li {
	margin: 0px;
	padding: 0px; 
}

.services-text {
	margin-top: 0;
}

p.contact-text {
	margin-top: 0;
	line-height: 2.2;
}

.contact-info {
	color: #004C98;
}

.article-index {
	font-size: 0.7em;
}

p.services-step {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.2em;
	color: #0D4D96;
}

.services-step-text {
	font-size: 0.8em;
}

label {
	display: block;
	margin-top: 20px;
	color: #0D4D96;
	font-size: 0.8em;
}

.next { 
	background:url(images/button-next.jpg) no-repeat;
	width: 81px;
	height: 22px;
	border: none;
	cursor: pointer;
	display: block;
	float: right;
}

.submit { 
	background:url(images/button-submit.jpg) no-repeat;
	width: 81px;
	height: 22px;
	margin-top: 40px;
	border: none;
	cursor: pointer;
	display: block;
	float: right;
}

.services-form-title {
	font-size: 0.95em;
	font-weight: bold;
	margin-top: 20px;
	color: #004C98;
}

.form-text {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.8em;
}
