* { 
	margin:0; padding:0; 
}

body { 
	background-color:#FFF;
	}

body, td, th, input { 
  font-family: verdana, sans-serif;
  font-size: x-small;
  font-size: small;
	}

a { 
	color:#807859;
	text-decoration:none; 
	}

a:hover { 
	text-decoration:underline; 
	}

:link { color: #699; }
:visited { color: #699; }
:link:hover, :visited:hover { color: #333; }
:link:active, :link:active { color: #000; }

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
img.floatCenter { 
    float: center; 
    margin: 4px; 
}

h1 { font-size: 160%; font-weight: normal; }
h2 { font-size: 150%; font-weight: normal; }
h3 { font-size: 100%; font-family: verdana, sans-serif; color: #ddddaa;}
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; border: 0; }

.smallGreen {
	font-size: 100%;
	font-weight: normal; 
	font-family: verdana, sans-serif; 
	color: #699;}

.mediumGreen {
	font-size: 120%;
	font-weight: normal; 
	font-family: verdana, sans-serif; 
	color: #699;}
	
.largeGreen {
	font-size: 160%;
	font-weight: normal; 
	font-family: verdana, sans-serif; 
	color: #699;}

.largeWhite {
	font-size: 160%;
	font-weight: normal; 
	font-family: verdana, sans-serif; 
	color: #FFF;}
	
.extraLargeGreen {
	font-size: 210%; 
	font-weight: bold; 
	font-family: verdana, sans-serif; 
	color: #699;}


#header { 
	background-image: url(../images/colorbackground.png);
	padding:8px; 
	}
	
#header.floatLeft { 
    float: left; 
    margin: 4px; 
}
#header.floatRight { 
    float: right; 
    margin: 4px; 
}	

#header h1 { border: 0; }


#left { 
	float:left;
	width:170px;
	padding:8px;
	background-color:#fff; 
	}

#right { 
	float:right;
	width:170px;
	padding:8px;
	background-color:#fff;
	}

#center { 
	margin-right:180px;
	margin-left:180px;
	padding:8px;
	background-color:#fff; 
	}

#footer { 
	clear:both;
	background-color:#669999;  /*CCC08F*/
	padding:8px; 
	}
	

#wrapper
	{
	float: left;
	float/**/: none;
	}

/* easy clearing */
#wrapper:after
	{
	content: '[SHOULD NOT BE SEEN]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */

 
/* Navigation Menu */ 
#nav:before {
	line-height: 0.1;
	font-size: 1px;
	/*background: transparent url("../images/menu_tr.gif") no-repeat top right; */
	margin: 0;
	height: 9px;
	display: block;
	border-bottom: 1px solid #666;
	/* content: url("images/key-point_tl.gif"); */
	}

#nav {
	background: #E0E9E9 /*url("../images/menu_back.gif") right repeat-y;*/
	}

#nav:after {
	display: block;
	padding-top: 0;
	line-height: 0.1;
	font-size: 1px;
	/*content:  url("../images/key-point_bl.gif");*/
	margin: 0 0 0 0;
	height: 8px;
	/*background: transparent url("../images/menu_br.gif") scroll no-repeat bottom right ;*/
	border-top: 1px solid #fff;
	}

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav {
	margin-bottom: 1em;
	}	

#nav li {
	display: inline;
	padding: 0;
	margin: 0;
	}

#nav li span { /* used for un-linked menu items */
	display: block;
	padding: 6px 10px;
	font-weight: bold;
	color: #666;
	}

#nav li span#configParent, #nav li span #configuration {
	display: inline;
	font-weight: normal;
	padding: 0;
	}

#nav li a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	background: #EDF2F2;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
	}

#nav li a:hover {
	background: #E0E9E9;
	}

#nav li li span { /* used for un-linked menu items */
	padding: 4px 8px 4px 20px;
	}

#nav li li a {
	padding: 6px 8px 6px 20px;
	}

#oN {
	background-color: #E0E9E9;
	}

#oN:hover {
	background-color: #C6DCDC;
	}
 

/* center quotes */

#center blockquote.pullquote {
	margin-left: auto;
	margin-right: auto;
	background-color: #C0C0C0;
	color: #000;
	font-family: Georgia, serif; 
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.3;
	width: 350px;
	margin: 1.0em auto; 
	padding: 0 5px;
	background: #C0C0C0 url(../images/greenQuote-top.png) top left no-repeat;

}

#center blockquote.pullquote cite {
	font-style: normal;
	font-size: 0.9em;
	line-height: 1.5;
}

#center blockquote.pullquote p cite {
	color: #fff;
	display: block;
	text-align: right;
	padding: 6px;
	margin: 0 -5px;
	background: #dda url(../images/quote360-bottom.png) bottom left no-repeat;
	border-top: 1px solid #FFF;
}

#center blockquote cite {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
}	

#center .pullquote cite {
	display: block;
}

#center blockquote.pullquote p {
	margin: 0;
	background-position: bottom right;
	color: #000;
}

#center blockquote.pullquote p.pullquote {
	padding: 1em 1.5em;
	margin: 0;
	background: transparent url(../images/greenClose-quote.png) 97% 100% no-repeat;
	border-top: none;
}

/* right quotes */

#right blockquote.pullquote {
	margin-left: auto;
	margin-right: auto;
	background-color: #C0C0C0;
	color: #000;
	font-family: Georgia, serif; 
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.3;
	width: 150px;
	margin: 3.5em auto;
	padding: 0 5px;
	background: #C0C0C0 url(../images/side160-top.png) top left no-repeat;
}
#right blockquote.pullquote p {
	margin: 0;
	background-position: bottom right;
	color: #000;
}
#right blockquote.pullquote p.pullquote {
	padding: 1em 1.5em;
	margin: 0;
	/*background: transparent url(../images/greenClose-quote.png) 97% 100% no-repeat;*/
	border-top: none;
}


#right blockquote.pullquote cite {
	font-style: normal;
	font-size: 0.9em;
	line-height: 0.5;
}

#right blockquote.pullquote p cite {
	color: #fff;
	display: block;
	text-align: right;
	padding: 6px;
	margin: 0 -5px;
	background: url(../images/side160-bottom.png) bottom left no-repeat;
}

#right blockquote cite {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
}	

#right .pullquote cite {
	display: block;
}



/*--------------------------*/
#right blockquote.sideBar {
	margin-left: auto;
	margin-right: auto;
	background-color: #C0C0C0;
	color: #000;
	line-height: 1.0;
	width: 150px;
	margin: 1.5em auto;
	padding: 0 5px;
	background: #C0C0C0 url(../images/side160-top.png) top left no-repeat;
	/*border: 1px dotted red; */
}

#right blockquote.sideBar cite {
	font-style: normal;
	font-size: 0.9em;
	line-height: 0.5;
}

#right blockquote.sideBar p cite {
	color: #fff;
	display: block;
	text-align: right;
	padding: 5px;
	margin: 0 -5px;
	background: url(../images/side160-bottom.png) bottom left no-repeat;
}