/*CCLT colors in RGB CCLT green= rgb(176, 219, 5) CCLT blue = rgb(118, 121, 205)*/

body {
	text-align: center;
	margin: 10px 0 10px 0;
	padding: 0;
}

img {
	border: 0px none;
}

em {
	font-weight: bold;
	font-style: normal;
}

span.at {
	font-family: "Century Gothic";
}

blockquote {
	float: right;
	width: 40%;
	border: 1px solid black;
	margin: 0 0 8px 8px;
	padding: 5px;
	font-style: italic;
	font-size: smaller;
	text-align: justify;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}


#menutop {
	margin: 0;
	padding: 0;
	height: 21px;
	width: 800px;
	background-color: rgb(176, 219, 5);
}

#menutop ul {
	float: right;
	margin: 0;
	padding: 0;
}

#menutop li {
	display: inline;
	padding-left: 1em;
	padding-right: 1em;
}

#menutop a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
}

#menutop a:visited {
	color: rgb(118, 121, 205);
}

#menutop a:hover {
	color: rgb(118, 121, 205);
}



img.banner {
	display: block;
}




#menubottom {
	margin: 0;
	padding: 0;
	height: 21px;
	width: 800px;
	background-color: rgb(118, 121, 205);
}
#menubottom ul {
	float: right;
	margin: 0;
	padding: 0;
}

#menubottom li {
	display: inline;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}

#menubottom a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
}

#menubottom a:visited {
	color: rgb(176, 219, 5);
}

#menubottom a:hover {
	color: rgb(176, 219, 5);
}



#header {

}

#header h1 {
	font-size: 1.3em;
	margin: 0;
}

#header h2 {
	font-size: .8em;
	font-weight: normal;
	font-style: italic;
	margin: 0;
}




#content {
	margin: 30px 0 0 0;
	padding-bottom: 20px;
}

/*use the div.content2col for 2 column main content area */
/*leave it out for 1 col layouts */
div.content2col {
	width: 520px;
	float: left;
	padding-right: 12px;
	padding-bottom: 20px;
}

#content h1 {
	font-size: 1em;
	margin: 0;
}

#content h2 {
	font-size: 1em;
	margin-bottom: 0;
	margin-top: 25px;
}

#content h3 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: .8em;
	font-weight: normal;
	font-style: italic;
}

#content h4 {
	margin: 0 0 5px 0;
	font-size: .8em;
	font-weight: normal;
}

#content ul {
	margin-top: 3px;
	list-style: none;
	list-style-type: square;
}

#content li {
	font-size: .8em;
}

#content img {
	float: right;
	border: 1px solid black;
	margin-left: 12px;
}

#content p {
	font-size: .8em;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul#prevnext {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}

ul#prevnext li {
	margin-right: 40px;
	display: inline;
}

#sidebar {
	float: right;
	width: 220px;
	margin: 0 0 0 10px;
	padding-left: 10px;
	text-indent: 0;
	border-left: 1px solid black;
}

#sidebar h1 {
	font-size: .8em;
	margin: 0 0 10px 0;
}

#sidebar ul {
	list-style: none outside;
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar li {
	margin: 0 0 5px 10px;
	padding: 0;
	font-size: .8em;
}

#sidebar li ul li {
  font-size: 1em;
  margin-left: 3px;
}

/* Turn off list bullets */
ul.mktree  li {
 list-style: none; 
}

/* Control how "spaced out" the tree is */
ul.mktree, ul.mktree ul , ul.mktree li { 
  margin-left: 10px; padding: 0px; 
}

/* Provide space for our own "bullet" inside the LI */
ul.mktree  li           .bullet {
  padding-left: 15px; margin-left: -5px;
}

/* Show "bullets" in the links, depending on the class of the LI that the link's in */
ul.mktree  li.liOpen    .bullet { 
  cursor: pointer; background: url(../images/minus.gif)  center left no-repeat;
}

ul.mktree  li.liClosed  .bullet {
  cursor: pointer; background: url(../images/plus.gif)   center left no-repeat;
}

ul.mktree  li.liBullet  .bullet {
  cursor: default; background: none; 
}

/* Sublists are visible or not based on class of parent LI */
ul.mktree  li.liOpen ul {
display: block; 
}

ul.mktree  li.liClosed  ul {
display: none; 
}




#footer {
	clear: both;
	width: 800px;
	margin: 0;
	border-top: 1px solid black;
}

#footer address {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;	
	font-size: .7em;
	font-style: normal;
}

address:first-line {
	font-weight: bold;
	text-transform: uppercase;
}

#footer img {
	float: right;
	text-align: right;
	margin-top: 3px;
}