body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
#maincontainer{
	width: 900px;
	margin: 0 auto;
	border: 2px solid #003b4a;
}
#divContainer {
	clear: both;
	margin: 0px;
	padding: 10px 15px 0px;
}
#topsection{
	height: 123px;
}
#mainNav {
	margin: 0px;
	padding: 0px;
	height: 30px;
}
#divLeft {
	float: left;
	width: 150px;
	padding-top: 1em;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#divRight {
	float: right;
	width: 150px;
	padding-top: 1em;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#divCenter {
	text-align: justify;
	padding-top: 1em;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	border-right-width: 160px;
	border-left-width: 160px;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
}

.footerSmall {
	font-size: 0.75em;
}
.MatrixTitle {
	font-weight: bolder;
	color: #005063;
	font-size: 1.2em;
	text-transform: capitalize;
}
.pagetitle {
	font-size: 1.5em;
	font-weight: bold;
	color: #005063;
	font-variant: normal;
}
.clearer {
	font-size: 0px;
	line-height: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003b4a;
	clear: both;
}

#footer{
clear: left;
width: 100%;
background: url(images/dot_bkgd.jpg) repeat;
color: #1E5564;
text-align: center;
padding: 0px 0 4px;
}

#footer a{
color: #1E5564;
}
h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.5em;
	font-variant: small-caps;
	color: #003b4a;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #dbda76;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
a:link {
	color: #024F61;
	text-decoration: underline;
}
a:visited {
	color: #024F61;
	text-decoration: underline;
}
a:hover {
	color: #024F61;
	text-decoration: none;
}
a:active {
	color: #024F61;
	text-decoration: underline;
}
.dateStyle {
	font-variant: small-caps;
	color: #034E61;
}
