/* ************************

 * general xhtml elements *

 ************************ */

html, body {

	margin-top: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

	margin-right: 0px;

	padding-top: 0px;

	padding-bottom: 0px;

	padding-left: 0px;

	padding-right: 0px;

	border-top: 0px;

	border-bottom: 0px;

	border-left: 0px;

	border-right: 0px;

}

body {

	padding-bottom: 10px;

	color: #000000;

        font-size: 90%;

	font-family: arial,helvetica,sans-serif;

}

a:link {

	color: #000000;

}

a:visited {

	color: #666666;

}

a:hover {

	color: blue;
        text-decoration:underline;
}

/* spacers are sometimes needed so that the containing box doesn't end before the end of the floats */

div.spacer {

	margin: 0px; padding: 0px; border: 0px;

	clear: both;

	font-size: 1px; line-height: 1px;

}

.accessibilityItems {

	display: none;

}

.centered {

	text-align: center; /* 1st part of IE5-5.5 centering hack */

}



/* *****************

 * the content box *

 ***************** */



.contentWrapper5 {

	float: left;

        background-color:#b3b3b3;

	margin-top: 0px; margin-bottom: 10px;

	margin-left: 10px; margin-right: 10px;

/*        width:100%;    */

        padding: 0px;

	border: 0px;

}

.contentWrapper6 {

	float: left;

        background-color:#b3b3b3;

	margin-top: 0px; margin-bottom: 10px;

	margin-left: 10px; margin-right: 10px;

	padding: 0px;

	border: 0px;

/*	width:70%;     */

}





.content, .content1, .content2, .content3, .content4, .content5, .content6, .content7

{

	margin: -6px 6px 6px -6px;

	padding: 0px;

	border: 1px solid #00d000;

	background-color: #ffffff;

	color: #000000;

}

.content p {

	margin-top: 4px;

	margin-bottom: 4px;

}

.content1 h1, .content1 h2, .content1 p,

.content2 h1, .content2 h2, .content2 p, .content3 h1, .content3 h2, .content3 p,

.content4 h1, .content4 h2, .content4 p, .content5 h1, .content5 h2, .content5 p,

.content6 h1, .content6 h2, .content6 p, .content7 h1, .content7 h2, .content7 p

{

	margin-left: 10px; margin-right: 10px;

}





/* ************************************

 * classes needed for rounded corners *

 ************************************ */

.roundedCornerSpacer {

	margin: 0px; padding: 0px; border: 0px;

	clear: both;

	font-size: 1px; line-height: 1px;

}

.borderTL, .borderTR, .borderBL, .borderBR {

	width: 14px; height: 14px;

	padding: 0px; border: 0px;

	z-index: 99;

}

.borderTL, .borderBL { float: left;  clear: both; }

.borderTR, .borderBR { float: right; clear: right; }

.borderTL { margin:  -1px  0px  0px -1px; }

.borderTR { margin:  -1px -1px  0px  0px; }

.borderBL { margin: -14px  0px  0px  0px; }

.borderBR { margin: -14px  0px  0px  0px; }

/* IE5-5.5/win needs the border scooted to the left or right by an

   additional 3px!   Why?  */

.borderTL {

	margin-left: -4px;

	ma\rgin-left: -1px;

}

html>body .borderTL  {

	margin-left: -1px;

}

.borderTR {

	margin-right: -4px;

	ma\rgin-right: -1px;

}

html>body .borderTR  {

	margin-right: -1px;

}

.borderBL {

	margin-left: -3px;

	ma\rgin-left: 0px;

}

html>body .borderBL {

	margin-left: 0px;

}

.borderBR {

	margin-right: -3px;

	ma\rgin-right: 0px;

}

html>body .borderBR {

	margin-right: 0px;

}



body {
    margin: 0px;
    padding: 0px;
    opacity:0;
}
div#header {
    text-align: center;
    margin: 0px;
    padding: 1px;
}
div#navcol {
    padding: 10px;
    width: 16%;
    float: left;

}
div#main {
    padding: 10px;
    margin-left: 18%;
    margin-right: 32%px;
    width:50%;
}

div#solo{padding: 10px;
    margin-left: 18%;
    margin-right: 0px;

}

#map{padding:10px;}

div#sidecol {
    margin-right:10px;
    padding: 10px;
    width: 28%;
    float: right;
}
div#foot {
    border-top: solid #000 1px;

    padding: 10px;
    text-align: center;
    clear: both;
}

.foot td{
  vertical-align:top;
  text-align:center;
  width:175px;
  font-size:80%;}

div#copyright{float:right;
text-align:left;}

#navcol ul {
  text-align:center;
  margin:5px;
  padding:0;
  list-style: none;}

ul{padding-right:10px;}

#navcol img{
  border:0;
  }

#navcol a:link{color: blue;}
#navcol a:visited{color: blue;}
#navcol a:hover{
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }

