@charset "UTF-8";

/* CSS Document */



body  {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	color: #000000;
	background-color:#666;
	

}

a:link {

	font-weight: bold;

	font-size:80%;

	color: #4d6B84;

}

a:hover {

	font-weight: bold;

	font-size:80%;

	color: #ff6600;

}

a:visited {

	font-weight: bold;

	font-size:80%;

	color: #000000;

}

a:active {

	font-weight: bold;

	font-size:80%;

	color: #990000;

}

h1 {

	font-size: 140%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #F60;
	font-weight: bold;
	
}

h2 {

	font-size: 130%;
	
}

h3 {

	font-size: 110%;
	
}

h5 {

	font: Arial, Helvetica, sans-serif;

	font-size:13px;

}
.jce_caption {
	font-size: 85%
}
blockquote {
  
  padding: 10px;
  margin: 5px;
  font-style: italic;
  text-align:center;
  width: 200px;
  float: right;
  background-color:#CCC;
  
}

#container { 

	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background-color:#FFF;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	border: 1px solid #000000;

	text-align: left; /* this overrides the text-align: center on the body element. */

} 

#header { 

	background: #DDDDDD; 

	/*padding: 0 10px 0 20px;*/  /* 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. */

} 



#top {width: 740px;
padding:0;
margin: 0;
	background: #F60;
	float: left;
	clear: left;
	font-family:Georgia, "Times New Roman", Times, serif; font-size:18px;}
#top ul li {list-style:none;float:left; width:140px; /*position: relative;*/ margin-left:-20px; padding: 5px; }
#top ul a {color: black; text-decoration: none;}
#top ul a:hover {color: #205787;}

td.contentheading{
	float:none;
	font-size: 160%;
	font-weight: bold;
	color: #F60;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	margin: 0;
	
}
#footer {padding: 5px;}

/*#sidebar1 {

	float: left; /* since this element is floated, a width must be given */
	
	/*width: 170px;*/ /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*height: 100%;
	padding: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar1 a {
	color: #000000;
}*/

#mainContent { 	
	padding: 3px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
#mainContent a { font-size:100%}
.componentheading {
	margin: 0px 0px 10px 4px;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 160%;
	font-weight: bold;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.contentpaneopen {
	font-size: 85%;
	margin: 0 15px;
}
.moduletable {
	margin: 0 20px;
	font-size: 85%;
	
}

.moduletable h3 {
	font-size:120%;
	font-weight:bold;
	color: #066;
}

table.blog{position: relative; left: -0.8em;}


	
/*Alternating table rows*/

tr.sectiontableentry1 td,td.sectiontableentry1 {
	padding: 6px;
	font-size: 120%;
}


tr.sectiontableentry2 td ,td.sectiontableentry2 {
	padding: 6px;	
	font-size: 120%;
	
}

/*table.blog table.contentpaneopen td.contentheading{font-size:0em; margin:0;}*/

/*table.blog table.contentpaneopen table.contentpaneopen td.contentheading{font-size: 2.5em; color: #353535;}*/

/*table.contentpaneopen td.buttonheading,
table.blog table.contentpaneopen td.buttonheading {
	padding: 0px;
	margin: 0;
	font-size: 85%
}


table.contenttoc {
	margin: 5px;
	padding: 1px;
	float: right;
}
table.contenttoc th {
	padding: 2px 10px;
}
table.contenttoc td {
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	padding: 2px 0px 2px 4px;
}
table.contenttoc a {
	text-decoration: none;
	line-height: 1em;
}
table.contentpaneopen {
	margin: 0;
	padding: 0;
	width: 100%;
}

table.blog table.contentpaneopen td {
	padding: 0px 4px;
}

Header for table content

td.sectiontableheader {
	font-weight: bold;
	padding: 4px;
}


/* Article Overflow */


div.blog_more strong {
	position: relative;
	margin-left:15px;
}
#content div.blog_more ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#content div.blog_more ul li {
	list-style: none;
	background-image: none;
	padding: 0px;
	margin: 0px;
}
div.blog_more ul li a {
	text-decoration: none;
	display: block;
	padding: 4px;
}
div.blog_more ul li a:hover {
	text-decoration: none;
}
*/

/* @end */





