﻿/* CSS layout */
body { 
        margin: 0; 
        padding: 0; 
}
#maincontainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	background-color: #0F537B;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, sans-serif, "Gill Sans MT", "Trebuchet MS", "Trebuchet MS";
	height: 130px;
}
#mastpic {
	width: 900px;
	vertical-align: top;
	text-align: center;
	line-height: normal;
	font-family: Verdana, sans-serif, "Gill Sans MT", "Trebuchet MS", "Trebuchet MS";
	height: 130px;
	background-color: #145A7F;
	margin-left: auto;
	margin-right: auto;
}
#mastaddr {
	border-style: none;
	width: 900px;
	font-family: Verdana, sans-serif, "Gill Sans MT", "Trebuchet MS", "Trebuchet MS";
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 0px;
	line-height: 150%;
	color: #303F50;
	font-weight: bold;
	font-size: small;
	height: 70px;
	background-color: #E4E5B8;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#top_nav {
	width: 900px;
	text-align: center;
	vertical-align: middle;
	background-color: #0E527A;
	font-family: Verdana, sans-serif, "Gill Sans MT", "Trebuchet MS", "Trebuchet MS";
	font-size: small;
	color: #FFFFFF;
	line-height: 150%;
	margin-right: auto;
	margin-left: auto;
}
#page_content {
	width: 900px;
	background-color: #FFFCF1;
	height: 700px;
	margin-right: auto;
	margin-left: auto;
}
#left_nav {
	width: 150px;
	float: left;
	font-size: small;
	line-height: 150%;
	color: #0E527A;
	text-align: center;
	height: 700px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
}
#textblock {
	padding-top: 5px;
	margin-left: 200px;
	height: 700px;
	font-size: large;
	font-weight: bold;
	color: #1C899E;
	font-family: Verdana, "Gill Sans MT", Calibri, Arial;
	line-height: 150%;
}
#textbox {
	padding: 0px;
	width: 670px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	height: 600px;
	overflow: auto;
	font-family: Verdana, "Gill Sans MT", Calibri, Arial;
	color: #000000;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px #FFE5B5;
	font-weight: normal;
	line-height: normal;
}
#footer {
	background-color: #145A7F;
	width: 900px;
	font-family: Verdana, sans-serif, "Gill Sans MT", "Trebuchet MS", "Trebuchet MS";
	color: #FFFFFF;
	font-size: x-small;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
}
a {
	font-family: Verdana, sans-serif, "Gill Sans MT", "Trebuchet MS", "Trebuchet MS";
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	font-family: Verdana, sans-serif, "Gill Sans MT", "Trebuchet MS", "Trebuchet MS";
	text-decoration: none;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
}
a:visited{
	font-family: Verdana, sans-serif, "Gill Sans MT", "Trebuchet MS", "Trebuchet MS";
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, sans-serif, "Gill Sans MT", "Trebuchet MS", "Trebuchet MS";
	text-decoration: underline;
	font-size: small;
}
a:active {
	font-family: Verdana, sans-serif, "Gill Sans MT", "Trebuchet MS", "Trebuchet MS";
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
#left_nav a {
	font-weight: bold;
	text-decoration: none;
	color: #0E527A;
	display: block;
	padding:5px;
}
#left_nav a:hover {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}
.intropara {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #0E527A;
	line-height: 200%;
}
.topmargin {
	margin-top: 5px;
}
.border {
	border-style: solid;
	border-width: 1px;
}

.linespace {
	line-height: 20px;
}
.smallertext {
	font-family: Verdana, "Gill Sans MT", Calibri, Arial;
	font-size: small;
	color: #1C899E;
}
.UnderlineBold {
	text-decoration: underline;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}
.clientdetails {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
}
.clientname {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000080;
}
.info {
	font-family: Verdana;
	font-size: x-small;
	text-decoration: none;
}
.normaltext {
	font-family: Verdana, "Gill Sans MT", Calibri, Arial, Calibri;
	font-size: medium;
	line-height: 150%;
}

