body {
	background:url(../images/graphics/canvasmain.jpg);
	background-repeat: repeat;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-size: 100%;
	}
  
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

.capsgray {font-family: "Times New Roman", Times, serif;
		color: #666666;
		font-size: 1.25em;
		font-weight: bold;
		font-variant: small-caps;
		letter-spacing: 1px;
		}

/* ------------------------------ single buttons (These are not part of side or top navigations. They can be positioned anywhere using HTML.) ------------------------------ */


#buttongroup {margin-bottom: 10px;}

#buttongroup a {
	display: inline;
	padding: 5px;
	border: #cccccc 1px solid;
	width: 145px;
	height: auto;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: .90em;
	color: #660000;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	}
	
#buttongroup a:hover {
	background-color: #d3d3d3;
	text-decoration: none;
	color: #660000;
	} 

#button a {
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: #cccccc 1px solid;
	width: 145px;
	height: auto;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: .90em;
	color: #660000;
	text-decoration: none;
	text-align: center;
	}
	
#button a:hover {
	background-color: #d3d3d3;
	text-decoration: none;
	color: #660000;
	}

.button a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: #cccccc 1px solid;
	width: 145px;
	height: auto;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: .90em;
	color: #660000;
	text-decoration: none;
	text-align: center;
	}
	
.button a:hover {
	background-color: #d3d3d3;
	text-decoration: none;
	color: #660000;
	}	

#buttongroupblock a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border: #cccccc 1px solid;
	width: 132px;
	height: auto;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: .90em;
	color: #660000;
	text-decoration: none;
	text-align: center;
	margin-bottom: 0px;
	}
	
#buttongroupblock a:hover {
	background-color: #e8e8e8;
	text-decoration: none;
	color: #660000;
	} 




/* ------------------------------ header & top navigation ------------------------------ */


#header {
	background-image: url(../images/graphics/row2.jpg);
	background-position: top;	
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 115px;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	}

#headercontainer {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	}

#navcontainer {
	background: #ffffff;
	margin: 0 auto;
	padding: 0em 0em .5em 0em;
	text-align: right;
	height: auto;
	width: 780px;
	border-bottom: #000000 2px solid;
	}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	}

#navcontainer ul li {
	display: inline;
	padding: 0;
	margin: 0;
	}

#navcontainer ul li a {
	width: auto;
	height: 20px;
	border-right: 1px solid #cccccc;
	padding-bottom: 0;
	padding-left: 3px;
	padding-right: 5px;
	padding-top: 0px;
	margin: 0;
	color: #660000;
	text-align: center;
	text-decoration: none;
	display: inline;
	font-family: "Times New Roman";
	font-size: 10px;
	font-weight: bold;
	}

#navcontainer ul li a:hover {
	color: #cc9900;
	text-decoration: none;
	}

#whitelogo {
	margin-top:12px;
	margin-left: 8px;
	height: 94px; 
	width: 184px;
	float: left;
	border: none;
	}

#whitelogo a:link {border:none; border-width:0; border-style: none;}
#whitelogo a:visited {border:none;border-width:0; border-style: none;}
#whitelogo a:hover {border:none;border-width:0; border-style: none;}
#whitelogo a:active {border:none;border-width:0; border-style: none;}
  
.keyphrase {
  	color: #a0a0a0;
  	font-family: Times, "Times New Roman", serif;
  	font-style: italic;
  	font-weight: bold;
  	font-size: .8em;
  	text-decoration: none;
  	text-indent: 0;
  	text-align: right;
  	margin: 10px 50px 0px 0px;
  	float: right;
	}





/* ------------------------------ left navigation ------------------------------ */


h2 {
	color: #660000;
	font-family: Times, "Times New Roman", serif;
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	line-height: 1.15em;
	margin: 0 auto;
	}
	
h3 {
	color: #660000;
	font-family: Times, "Times New Roman", serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
	margin: 0 auto;
	}
	

p.borderbottom {border-bottom: 1px #000000 solid;}


#leftnavflats {
	background-color: #ffffff;
	border-right: #cccccc 0px solid ;
	border-bottom: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	position: relative; top:0; right:0;
	float: left;
	clear: both;
	}

#leftnavflats a {
	text-align: center;
	padding: .75em 0em .75em 0em;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 1em;
	width: auto;
	color: #660000;
	background-color: #fff;
	text-decoration: none;
	border-bottom: #cccccc 1px solid;
	}

#leftnavflats a:hover {
	color: #660000;
	background-color: #e8e8e8;
	text-decoration: none;
	}
	
	

#leftnavflats2 {
	background-color: #ffffff;
	border-right: #cccccc 1px solid ;
	border-bottom: none;
	}

#leftnavflats2 a {
	padding: 0em 0em 0em 0em;
	text-decoration: none;
	}

#leftnavflats2 a:hover {
	color: #660000;
	background-color: #e8e8e8;
	text-decoration: none;
	}
	
	

#leftnavflats #currentpage a {
	
	background: #f5deb3;
	color: #660000;
	}
	


#leftnav {
	background-color: #ffffff;
	border-right: #cccccc 1px solid;
	border-bottom: none;
	margin: 0;
	width: 172px;
	height: auto;
	position: relative;
	top:0;
	left:0;
	float: left;
	}

#leftnav a {
	display: block;
	margin: 0;
	padding: .75em 1em .75em .5em;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: .90em;
	width: auto;
	color: #660000;
	background-color: #fff;
	text-decoration: none;
	border-bottom: #cccccc 1px solid;
	}
	

#leftnav a:hover {
	color: #660000;
	background-color: #e8e8e8;
	text-decoration: none;
	}


#leftnav .custom {
	background-color: #f5deb3;
	border: none;
	border-bottom: none;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 172px;
	}


#leftnav .custom a {
	display: block;
	background-color: #f5deb3;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: .8em;
	color: #660000;
	text-decoration: none;
	}

#leftnav .custom a:hover {
	color: #660000;
	background-color: #e8e8e8;
	text-decoration: none;
	}

#leftnav .custom img {
	margin: 0;
	background-color: #f5deb3;
	}
	

#leftnav #currentpage a {
	background: #f5deb3;
	color: #660000;
	}

#leftnavhome {
	background-color: #ffffff;
	border-right: #cccccc 2px solid;
	margin: 0;
	padding: 0;
	width: 185px;
	height: auto;
	position: relative;
	top:0;
	left:0;
	float: left;
	border-bottom: none;
	}
	
#leftnavhome a {
	font-family: "Times New Roman", Times, serif;
	color: #660000;
	font-size: .75em;
	font-weight: bold;
	text-decoration: none;
	}
	
#leftnavhome a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #cc9900;
	text-decoration: none;
	}
 
.arrow {
	text-decoration: none;
	border: #ffffff;
	margin-left: 5px;
	vertical-align: middle;
	}

.caption {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #000000;
	padding: .5em .5em .5em .5em;
	} 

.hometag {
	display: block;
	margin: 1em .25em 1em .5em;
	border-bottom: #cccccc 1px solid;
	color: #660000;
	font-family: Times, "Times New Roman", serif;
	font-size: 1.125em;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	} 

.imgsmall {
	border-top: #cccccc 1px solid;
	border-left: none;
	border-bottom: #cccccc 1px solid;
	border-right: none;
	margin: 0;
	padding: 0;
	}

.leftnavtext {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	margin: 1em 1em 1em 1em;
	}

.serifleft {
	display: block;
	text-align: center;
	color: #660000;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.25em;
	text-decoration: none;
	text-indent: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	}

.serifleft a {
  	text-align: center;
  	color: #660000;
  	font-family: Times, "Times New Roman", serif;
  	font-weight: bold;
  	font-size: 1em;
  	line-height: 1.25em;
  	text-decoration: none;
  	text-indent: 0;
  	margin: 0;
	}

.serifleft a:hover {
	color: #cc9900;
	text-decoration: none;
	}
	
	
	
	

.serifleft2 a {
  	text-align: center;
  	color: #660000;
  	font-family: Times, "Times New Roman", serif;
  	font-weight: bold;
  	font-size: .75em;
  	text-decoration: none;
  	text-indent: 0;
	line-height: 1.5em;
	}

.serifleft2 a:hover {
	color: #cc9900;
	text-decoration: none;
	}
	
.serifleft3 a {
  	text-align: center;
  	color: #660000;
  	font-family: Times, "Times New Roman", serif;
  	font-weight: bold;
  	font-size: 1em;
  	text-decoration: none;
  	text-indent: 0;
  	margin: 0;
	display: block;
	}

.serifleft3 a:hover {
	color: #cc9900;
	text-decoration: none;
	}
	
	
	

.text {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.75em;
	display: block;
	padding: 0;
	text-align: left;
	position: relative;
	float: left;
	}
	
.text2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.75em;
	text-align: left;
	}





/* ------------------------------ main content ------------------------------ */


#contentmain {
	background-color: #ffffff;
	border-left: #cccccc 1px solid;
	margin: 0;
	padding: 0;
	width: 600px;
	height: auto;
	float: left;
	}

#copy {
	background-color: #ffffff;
	border: none;
	margin: 0em 0em 0em 2.5em;
	padding: 0;
	width: auto;
	height: auto;
	float: right;
	}
	
#mainbox {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	height: auto;
	}

.captionright {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #000000;
	padding: .5em .5em .5em .5em;
	text-align: right;
	}
		
.imgmain {
	border-top: none;
	border-left: #000000 2px solid;
	border-bottom: #000000 2px solid;
	border-right: #000000 2px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .7em;
	text-align: right;
	margin: 0 auto;
	width: 512px;
	}

.sansmain a {
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.25em;
	text-decoration: none;
	text-indent: 0;
	margin: 0;
	}
	
.sansmain a:hover {
	color: #cc9900;
	text-decoration: none;
	}

.textmain {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin: 0;
	line-height: 1.40em;
	padding: 0;
	text-align: justify;
	}
	
	
.titlemain
	{
	display: block;
	font-family: Times, "Times New Roman", serif;
	margin-left: 0;
	margin-right: 1em;
	margin-top: 0em;
	margin-bottom: .5em;
	color: #666666;
	text-decoration: none;
	font-size: 1.15em;
	font-weight: bold;
	border: none;
	line-height: 1.25em;
	}


.titlemainsmall
	{
	display: block;
	font-family: Times, "Times New Roman", serif;
	margin: 0;
	padding: 0;
	color: #666666;
	text-decoration: none;
	font-size: .95em;
	font-weight: bold;
	border: none;
	}

.titlefigure
	{
	display: block;
	font-family: Times, "Times New Roman", serif;
	margin: 0;
	padding: 0;
	color: #660000;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	border-bottom: #cccccc 1px solid;
	width: 150px;
	}
	
.titlefiguresmall
	{
	display: block;
	font-family: Times, "Times New Roman", serif;
	margin: 0;
	padding: 0px;
	color: #660000;
	text-decoration: none;
	font-size: .85em;
	font-weight: bold;
	line-height: 1.25em;
	border-bottom: #cccccc 1px solid;
	width: 150px;
	}

.imglink {border: 2px #cccccc solid;}

.imglink a {
	color: #cccccc;
	}

.imglink a:hover {
	color: #cc9900;
	}
	



/* ------------------------------ main content - flash ------------------------------ */


#flash {
	background-color: #000000;
	border: #000000 2px solid;
	margin: 0 auto;
	padding: 0;
	width: 570px;
	height: auto;
	float: right;
	}





/* ------------------------------ main content - figure nav boxes - community section ------------------------------ */


.figure {
	width: auto;
	border: 1px silver solid;
	margin: 0em 1.5em 2em 1.5em;
	padding: .25em;
	float: right;
	text-align: center;
	}
  
.figure a {
	text-align: center;
	color: #660000;
	font-family: Times, "Times New Roman", serif;
  	font-weight: bold;
  	font-size: .80em;
  	line-height: 1.5em;
  	text-decoration: none;
  	margin: 0;
	}

.figure a:hover {
	color: #cc9900;
	text-decoration: underline;
	text-align: center;
	}





/* ------------------------------ main content - figure nav boxes - townhome/flats sections ------------------------------ */


.figuretown {
  	display: block;
	width: 120px;
	height: 206px;
  	border: 1px silver solid;
  	margin-right: 2px;
  	padding: 1px;
  	float: left;
 	text-align: center;
	}
	
.figuretown a {
  	display: block;
	width: auto;
	height: auto;
  	margin: 0;
	text-decoration: none;
	}
	
.figuretown a:hover {
	display: block;
	width: auto;
	height: auto;
	background-color: #e8e8e8;
	margin: 0;
	text-decoration: none;
	}
	
.figuretownhead {
	text-align: center;
	color: #660000;
  	font-family: Times, "Times New Roman", serif;
  	font-weight: bold;
  	font-size: 1em;
  	line-height: 1.5em;
  	text-decoration: none;
	border-bottom: #cccccc 1px solid;
	}
.figuretownsubhead {
	text-align: center;
	color: #660000;
  	font-family: Times, "Times New Roman", serif;
  	font-weight: bold;
  	font-size: .90em;
  	text-decoration: none;
	line-height: 1em;
	}
	
	.figuretownsubhead2 {
	font-family: "Times New Roman", Times, serif;
		color: #666666;
		font-size: .8em;
		font-weight: bold;
		font-variant: small-caps;
		text-align: center;
		letter-spacing: 1px;
		text-decoration: none;
		line-height: .8em;
	}
	
	


/* ------------------------------ main content - figure nav boxes - walking tours section ------------------------------ */


.figuretour {
  	display: block;
	width: auto;
	height: auto;
  	border: 1px silver solid;
  	margin: 0em .25em .25em .25em;
  	padding: .25em;
  	float: left;
 	text-align: center;
	}
		
.figuretourhead {
	text-align: center;
	color: #660000;
  	font-family: Times, "Times New Roman", serif;
  	font-weight: bold;
  	font-size: .90em;
  	line-height: 1em;
  	text-decoration: none;
	}
	
.figuretour a {
  	display: block;
	width: auto;
	height: auto;
  	margin: 0;
	text-decoration: none;
	}
	
.figuretour a:hover {
	display: block;
	width: auto;
	height: auto;
	background-color: #e8e8e8;
	margin: 0;
	text-decoration: none;
	}



/* ------------------------------ flats ------------------------------ */


#floorplancontainer {

	width: 500px;
	margin: 0 auto;
	text-align: center;
	
	}

h1
	{
	display: block;
	font-family: Times, "Times New Roman", serif;
	margin: 0;
	padding-bottom: 5px;
	color: #660000;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: #cccccc 1px solid;
	text-align: center;
	}

.thumbsflats {width: auto;
float: right;
position: relative;}

.thumbsflats a {font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
font-weight: bold;
color: #660000;
text-decoration: none;
}

.thumbsflats a:hover {font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
font-weight: bold;
color: #cc9933;
background-color:#cccccc;
}

#copycontainer {width: 375px; margin-left: 1em; margin-top: 1em; margin-bottom: 1em; float: left;}

#siteplancontainer {width: 150px; margin-right: .5em; margin-top: 1em; float: right; padding: .25em; border: #cccccc 1px solid;
		font-family: "Times New Roman", Times, serif;
		color: #666666;
		font-size: 1.25em;
		font-weight: bold;
		font-variant: small-caps;
		text-align: center;
		letter-spacing: 1px;
		}
		
		.prelim {display: block;
		width: 160px; padding: .25em; border: #cccccc 1px solid;
		font-family: "Times New Roman", Times, serif;
		color: #666666;
		font-size: 1em;
		font-weight: bold;
		font-variant: small-caps;
		text-align: center;
		letter-spacing: 1px;
		}

.figureflat {
  	display: block;
	width: 160px;
	height: auto;
  	border: 1px silver solid;
  	margin-right: 2px;
  	padding: 1px;
  	float: left;
 	text-align: center;
	}
	
	.figureflat img {
	width: 50px;
	height: 50px;
 	text-align: center;
	margin-bottom: .5em;
	margin-top: .5em;
	border: none;
	}
	
.figureflat a {
  	display: block;
	width: auto;
	height: auto;
  	margin: 0;
	text-decoration: none;
	color: #ffffff;
	}
	
.figureflat a:hover {
	display: block;
	width: auto;
	height: auto;
	background-color: #d3d3d3;
	margin: 0;
	text-decoration: none;
	color: #ffffff;
	}



/* ------------------------------ Marquis Standard ------------------------------ */

.heading4 {
	display: block;
	font-family: Times, "Times New Roman", serif;
	padding-top: 1em;
	padding-bottom: .25em;
	margin-top: 0;
	margin-bottom: .5em;
	color: #660000;
	text-decoration: none;
	font-size: 1.25em;
	font-weight: bold;
	border-top: #cccccc 1px solid;
	text-align: center;
	line-height: 1.25em;
}
	
h5 {display: block;
	font-family: Times, "Times New Roman", serif;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0;
	margin-bottom: 0;
	color: #666666;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: bold;
	text-align: left;}


.imgright {
	width: 200px;
	border: 2px black solid;
	margin-bottom: .5em;
	margin-right: 1em;
	margin-left: 1.5em;
	text-align: center;
	float: right;
	
	}
	
.imgleft {
	width: 200px;
	border: 2px black solid;
		margin-bottom: .5em;
	margin-right: 1em;
	margin-left: 1.5em;
	text-align: center;
	float: left;
	
	}
  
#marquiscontainer {
	background-color: #ffffff;
	border: none;
	margin-top: 0em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 0em;
	padding: 0;
	width: auto;
	height: auto;
	float: left;
	}

#marquiscontainerwrap {
	background-color: #ffffff;
	border: none;
	margin: 0em;
	padding: 0;
	width: 550px;
	height: auto;
	float: left;
	border-left: #cccccc 1px solid;
	}
	
.marquislist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.25em;
	width: 500px;
	border-bottom: #cccccc 1px solid;
	margin: 0 auto;
	}
	
.marquislist ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.25em;
	width: 500px;
	border-bottom: #cccccc 1px solid;
	margin-bottom: 1em;
	}
	
	.marquislist img a:link {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	border: #ffffff 1px solid;
	}
	
	.marquislist img a:visited {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	border: #ffffff 1px solid;
	}
	
	.marquislist img a: hover {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	border: #cc9900 2px solid;
	}
	
	.marquislist img a:active {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	border: #ffffff 1px solid;
	}



/* ------------------------------ location ------------------------------ */


#table th {font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000000;
font-size: .9em;
border-bottom: #d3d3d3 1px solid;
margin-bottom: 3px;
}

#table td {font-family: Verdana, Arial, sans-serif;
font-weight: normal;
color: #666666;
font-size: .65em;
font-style: italic;
}

#table td a {font-family: Times, "Times New Roman", sans-serif;
font-weight: bold;
color: #993333;
font-size: 130%;
text-decoration: none;
font-style: normal;
}


/* ------------------------------ calendar ------------------------------ */


#tablecalendar th {font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000000;
font-size: .9em;
border-bottom: #d3d3d3 1px solid;
margin-bottom: 3px;
}

#tablecalendar td {font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
color: #333333;
font-size: .8em;
}

#tablecalendar td a {font-family: Times, "Times New Roman", sans-serif;
font-weight: bold;
color: #993333;
font-size: 1em;
text-decoration: none;
}

#tablecalendar td a:hover {font-family: Times, "Times New Roman", sans-serif;
color: #cc9900;
text-decoration: none;
}



/* ------------------------------ news archive ------------------------------ */

.heading5 {
	display: block;
	font-family: Times, "Times New Roman", serif;
	padding-top: 1em;
	padding-bottom: 0px;
	margin-top: 1.5em;
	margin-bottom: 0.25em;
	color: #660000;
	text-decoration: none;
	font-size: 1.25em;
	font-weight: bold;
	border-top: #cccccc 1px solid;
	text-align: center;
}

.tablearchive th {font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000000;
font-size: .9em;
line-height: 1.25em;
border-bottom: #d3d3d3 1px solid;
margin-bottom: 3px;
}

.tablearchive td {font-family: Verdana, Arial, sans-serif;
font-weight: normal;
color: #666666;
font-size: .9em;
line-height: 1.25em;
font-style: italic;
border-bottom: #d3d3d3 1px solid;
padding: 10px;
}

.tablearchive td a {font-family: Times, "Times New Roman", sans-serif;
font-weight: bold;
color: #993333;
font-size: .9em;
line-height: 1.25em;
text-decoration: none;
font-style: normal;
}

.tablearchive td a:hover {font-family: Times, "Times New Roman", sans-serif;
color: #cc9900;
text-decoration: none;
}


/* ------------------------------ site map ------------------------------ */


#tablesite th {font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000000;
font-size: .9em;
border-bottom: #d3d3d3 1px solid;
margin-bottom: 3px;
}

#tablesite td {font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
color: #333333;
font-size: .7em;
vertical-align: middle;
}

#tablesite td a {font-family: Times, "Times New Roman", sans-serif;
font-weight: bold;
color: #993333;
font-size: 1.05em;
text-decoration: none;
vertical-align: middle;
}

#tablesite td a:hover {font-family: Times, "Times New Roman", sans-serif;
color: #cc9900;
text-decoration: none;
}




/* ------------------------------ footer navigation ------------------------------ */



#footercontainer {
	background-image: url(../images/graphics/canvasbottom.jpg);
	background-repeat: repeat;
	height: 100%;
	margin: 0 auto;
	width: 100%;
	}

#footer {
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	width: 760px;
	height: auto;
	background-color: #ffffff;
	color: #999999;
	border-top: #cccccc 2px solid;
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .7em;
	}

#footer a {
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: .85em;
	text-align: center;
	}

#footer a:hover {	
	text-decoration: underline;
	}


#textnewsmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	display: block;
	text-align: left;
	float: left;
	text-align: left;
	height:300px;
	width: 520px;
	overflow-x:none;
	overflow-y:scroll;
}

.textnews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 2em;
	text-align: left;
	float: left;
	height:625px;
	overflow-x:none;
	overflow-y:scroll;
}
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	padding: 0;
	text-align: center;
	position: relative;
}
.serifleftnews {
	display: block;
	text-align: center;
	color: #660000;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	text-indent: 0;
}
.serifleftnews a {
	text-align: center;
	color: #660000;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.25em;
	text-decoration: none;
	text-indent: 0;
	margin: 0;
}
.serifleftnews a:hover {
	color: #cc9900;
	text-decoration: none;
}
.arrowscenter {
	display: block;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	color: #660000;
	text-decoration: none;
	text-align: center;
}


/* ------------------------------ footer contact (orange bar) ------------------------------ */


.bottomcontact {
		background-color: #8B4500;
		text-align:center;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #ffffff;
		font-size: 16px;
		font-weight: normal;
		padding: 2px;
		letter-spacing: 0px;
		}
		
.bottomcontact a {font-family: Georgia, "Times New Roman", Times, serif;
		color: #ffffff;
		size: 16px;
		font-weight: bold;
		text-decoration: underline;
		letter-spacing: 0px;
		}
		
.bottomcontact a:hover {font-family: Georgia, "Times New Roman", Times, serif;
		color: #ffcc66;
		size: 16px;
		font-weight: bold;
		text-decoration: underline;
		letter-spacing: 0px;
		}
li#label {
font-family: Times, "Times New Roman", sans-serif;                
color: #666666;
		font-size: 0.9em;
		font-weight: bold;
                list-style: none;
                margin: 0 20px 0 0;

}