body {
	bgcolor: #000000;
}

.bodystyle {
	padding: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

/*-- 
.mainMenu {
	font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
}
--*/
/*--
.mainMenu a {color: #CCCCCC; text-decoration: none}
.mainMenu a:link {color: #CCCCCC; text-decoration: none}
.mainMenu a:hover {color: #ffffff; text-decoration: none}
--*/
.menu ul {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 855px;
	/*width: 796px;*/
	height: 22px;
	/*border-top-width:3px;
  	border-top-style:solid;
	border-top-color:#003366;
	border-bottom-width:1px;
  	border-bottom-style:solid;
  	background-color: #3399cc;*/
	display: block;
	padding: 7px 0px 0px 10px; 
	margin: 0px; 
	list-style: none; 
	text-align: center;
	color:#CCCCCC;
} 
	
.menu ul li { 
	display: inline; 
	padding: 0px 10px 0px 0px; 
	margin: 0px; 
	list-style: none;
}
.menu a { 
	padding: 0px 0px 0px 0px; 
	text-decoration: none; 
	color: #CCCCCC;
	/*font-weight: bold;*/
	border: 0px; 
}
.menu a:hover {
	color: #ffffff;
	/*text-decoration: underline;*/
}
.siteMapMenu {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	/*--background-color: #CCCCCC;--*/
}

.siteMapMenu a {color: #CCCCCC; text-decoration: underline}
.siteMapMenu a:link {color: #CCCCCC; text-decoration: underline}
.siteMapMenu a:hover {color: #ffffff; text-decoration: underline}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding: 10px;
}

IMG.displayed {
    padding: 10px;
    }

div.left
{
float:left;
width:700px;
margin:0;
padding:1em;
}

div.content
{
margin-left:100px;
border-left:1px solid gray;
padding:1em;
}

/*--Note..The "border-left-width" property does not work if it is used alone.
 Use the "border-style" property to set the borders first.*/
.leftAndRightBorder{
border-color: #CCCC33;
border-style: solid;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 1px;
border-bottom-width: 1px;
}

/*used to set the border on the garden ornaments*/
.gardenImageBorder
{
   border:1px solid #CCCC33;
}

.theImgage
{
/*0 px margin on the top and right side, 15 px margin on the bottom, and 20 px margin on the left side of the image.*/
/*top, right, bottom, left*/
  margin:15px 15px 15px 20px;
 /* border: 1px solid #CCCC33;*/
  height: auto;
  width: auto;
  float: right;
}
.rightAlignTextImage
{
/*0 px margin on the top and right side, 15 px margin on the bottom, and 20 px margin on the left side of the image.*/
/*top, right, bottom, left*/
  margin:5px 5px 5px 25px;
 /* border: 1px solid #CCCC33;*/
  float: right;
}	

/*-- sets a left padding of 160px and a right padding of 15px --*/
/*-- Used on all content pages with a left image --*/
.bodystyle160 {
	padding-left: 160px;
	padding-right: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
	padding: 10px;
}