body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 20px;
	padding: 0;
/*	background-image: url(../images/background.jpg);
	background-repeat: repeat;
*/
	background-color: #B1D2DB;
}

#masthead {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: darkcyan;

}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#column_wrapper {
	background-image: url(../images/cw-background.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

#center {
	width: 580px;
	float: left;
}

#left {
	width: 160px;
	float: left;
}

#right {
	width: 160px;
	float: left;
}

#center .content {
	padding: 24px 32px;
	font-size: 0.8em;
	line-height: 1.65em;
}

#left .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}

#right .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}

#masthead .content {
	padding: 0px;
}

#footer {
	padding: 0px;
	margin: 0px;
	clear: both;
	background-image: url(../images/dot_bkgd.jpg);
	background-repeat: repeat;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

#footer .content {
	font-size: 0.8em;
	color: #669999;
	padding: 12px 16px;
	text-align: center;
}

#left a:link {
	color: #005063;
	text-decoration: none;
}
#left a:visited {
	color: #005063;
	text-decoration: none;
}
#left a:hover {
	color: #005063;
	border-bottom: 2px double #dbda76;
}
#left a:active {
	color: #005063;
	text-decoration: none;
}


#center a:link {
	color: #005063;
	text-decoration: none;
}
#center a:visited {
	color: #005063;
	text-decoration: none;
}
#center a:hover {
	color: #005063;
	border-bottom: 2px double #dbda76;
}
#center a:active {
	color: #005063;
	text-decoration: none;
}

#right a:link {
	color: #005063;
	text-decoration: none;
}
#right a:visited {
	color: #005063;
	text-decoration: none;
}
#right a:hover {
	color: #005063;
	border-bottom: 2px double #dbda76;
}
#right a:active {
	color: #005063;
	text-decoration: none;
}


#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}

h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 10px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}

/* ===== topNav menu ===== */



div#menuTop {

position: relative;
}



div#menuTop ul {

margin: 0;

padding: 0;

list-style-type: none;

}



div#menuTop li {

display: block;

font-family: "Trebuchet MS", sans-serif;

font-size: 12px;

width: 109px;

height: 36px;

margin: 0px 3px 0px 0px;

padding: 0px;

}



div#menuTop a {

display: block;

margin: 0;

background-color: darkcyan;

margin: 0;

padding: 0 5px;

text-decoration: none;

color: #FFFFFF;

}



div#menuTop a:hover {

background-color: lightcyan;

color: #000}



ul.menuHoriz li {

float: left;

margin-right: 3px;

}



ul.menuVert li {

border-top: none;

}



ul.menuVert {

position: absolute;

visibility: hidden;

top: 19px;

}



ul#menuSubOne {
left: 0
}


ul#menuSubTwo {
left: 112px
}


ul#menuSubThree {
left: 225px
}


ul#menuSubFour {
left: 338px
}

ul#menuSubFive {
left: 448px
}

ul#menuSubSix {
left: 560px
}

ul#menuSubSeven {
left: 672px
}

ul#menuSubEight {
left: 784px
}



.clear {

margin: 0;

clear: both;

}

.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;
}

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;
}

.dateStyle {

	font-variant: small-caps;

	color: #034E61;

}
