body  {
	font: 95% Arial, Verdana, Helvetica, sans-serif;
	background:#333366; /* dark purple */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border: outset #666666 2px;
}

.CoName {
	font-style:italic; 
	font-weight:bold;
}

h2 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.3em;
	font-style:italic;
	}

.singleRtMenu #container { 
/*	width: 90%;  /* this will create a container 80% of the browser width */
	width:800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: #BFC292 outset 3px;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
/*	background-image:url(images/yellowblossoms-1.png) */

} 
.singleRtMenu #header {
	position:relative; 
/*	background: #FFFFCC;*/
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 8px 0px 8px 0px;
/*	border-bottom: #BFC292 outset 3px;*/
/*	border:#9DA4D9 outset 5px;*/
	color:#336666; 
	height: 130px;
	background-image:url(images/yellowblossoms-1.jpg);
} 	
.singleRtMenu #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.singleRtMenu #header a img{
	/*	background:#FFFFCC; */
	border:none;
	position:absolute;
	top:10px;
	height: 106px;
/*	float:left; */

}
/*
.singleRtMenu #slogan {
	font-size: .75em;
	font-style:italic;
	position:absolute;
	top:103px;
	right:38px;
	color:#FFFFFF
}
*/

/* FROM ORA */

#sidebar1 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	/*	width: 152px; /* since this element is floated, a width must be given */
	width: 10em;
	background:#FFF;
	padding: 3px; /* bottom padding creates visual space within this div  */
	/*	margin: 10px 0px 0px 0px; /* Don't use left margin here, IE6 will double it */
	margin:0px 0px 0px 0px;
	clear:left;
	text-align:center;
	overflow:visible;
	position:relative;
	z-index: 100;
/*	border: 3px outset #88a0c8; */
	}
#sidebar1  p, .singleRtMenu  #sidebar1  h3 {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
}

/* a class to be applied to items in the sidebar */
.sideItem {
	text-align: center;
	/*width: 144px;*/
	width: 9em;
	font-size: 1em;
	/*	padding: 1em; */
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
	/*	margin-top: 1em; */
	color: #FFFFFF;
}


/* Main navigation menu */
.menu {
	padding: 0;
	vertical-align: top;
	border:none;
 }

.buttonBG {
/*	background-image: url(file:///C|/Documents%20and%20Settings/Jackie/My%20Documents/Jeff%20Davis/dimension/images/button_bg.png);
	background-repeat: repeat-x;
		background-color: #999999;
*/
	background:#99CC66;
	border-color:#CCCCCC;
	background-position: left;

	border-width: 0 0 0 0;
}

.buttonActive {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.sideItem a:link, .sideItem a:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#000000;
	font-size: 1em;
/*	z-index: 10;*/
}

.buttonActive a:link, .buttonActive a:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#FFFFFF;
	font-size: 1em;
}
	
.sideItem a:hover {
	color: #996600;
	font-weight:bold;
	text-decoration: none;
}

.buttonActive a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}


/* end ORA */

/* Feature - float this using class .fltlft or .fltrt picture with caption and background */
.singleRtMenu .feature {
	width: 200px; /* since this element is floated, a width must be given.  Override it in html when needed. */
	background: #99CC66;
	padding: 5px 5px 5px 5px; 
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
	position:relative;
}

.singleRtMenu .feature img {
	/*width:200px;*/
	/*border:#9DA4D9 outset medium;*/
	margin: 3px;
}

.singleRtMenu   .feature   p , 
.singleRtMenu   .feature   h3{
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.singleRtMenu .mainContent {
	margin: 0px 0px 0px 0px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	background:#FFFFFF;
	padding: 20px 10px 10px 10px;
} 

.singleRtMenu .mainContent h2 {
	text-align:left;
}

.singleRtMenu .mainContent p, .singleRtMenu .mainContent li {
	margin: 15px 0px 0px 20px;
}

.singleRtMenu .mainContent hr {
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 5px;
	visibility: hidden;
	}

.singleRtMenu .mainContent ul {
	 list-style-position:inside;
	margin-top: 20px;
	margin-top: 20px;
 }
 
.singleRtMenu .mainContent li {
	margin: 0px;
}

.singleRtMenu .section {
	margin: 0px 0px 0px 20px;
	color:#CC6633;
	font-style:italic;
}

.singleRtMenu #footer {
	padding: 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#99CC66;  /* green */
	text-align: center;
	line-height: 1em;
	border-top: #FFFFFF solid 5px;
	} 
	
.singleRtMenu #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
}

.singleRtMenu #footer #quickContact {
	font-size: .8em;
	position:relative;
	top:0;
	left:0;
}

.singleRtMenu #footer #copyright {
	font-size: .8em;
	text-align: center;

}

.singleRtMenu #footer .jackie {
	height:25px; 
	/*margin-top:3px; 
	margin-bottom:3px; */
	text-align:center; 
	border:none
}

/* Miscellaneous classes for reuse */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}


 
</style>[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.singleRtMenu #sidebar1 { padding-top: 30px; }
.singleRtMenu #mainContent {
	zoom: 1;
	padding: 15px 10px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0 0 0 200px;
}
/* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */
