html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	padding: 0;
	margin-bottom: 1px;
	font-size: 75%;
    background-color: #363a3b;
    background-image: none;
    background-repeat: repeat-x;
}

hr {
  border: 0;
  width: 100%;
  color: #000000;
  background-color: #000000;
  height: 2px;
}

div, p, table, td, th {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.3em;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	outline: none;
	color: #507959;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.twoColFixRtHdr #container { 
	width: 940px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: none;
	border-left-color: #CCC;
	border-right: none;
	border-right-color: #CCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixRtHdr #header { 
	background: #FFFFFF; 
	padding: 0 0px 0 0px;  /* 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. */
} 

.twoColFixRtHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* 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 */
	border-left: dashed;
	border-left-color: #efefef;
	padding: 0px 15px;
}

.twoColFixRtHdr #mainContent {
	margin: 5px 225px 5px 5px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px;
} 

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF; 
} 
.twoColFixRtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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;
}

table#main {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width:  940px;
}

table#inner {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}


div#surround {
	float: left;
	width: 934px;
}

div.moduletable, div.moduletable-darker, div.moduletable-lighter {
	margin-bottom: 2px;
	padding: 10px;
}

div.moduletable {
	margin: 0;
	padding: 20px;
}

div#content_area div.moduletable h3, div#content_area div.moduletable-lighter h3, div#content_area div.moduletable-darker h3 {
	line-height: 20px;
	padding-left: 25px;
}

div#footer {
	text-align: center;
	font-size: .9em;
	margin-top: 0;
}

div#links {
	margin: 5px 0;
}

div#links a {
	border: 0;
}

div.border {
	border: 2px solid #E0E8F1;
	padding: 2px;
}

div.moduletable, div.moduletable-darker, div.moduletable-lighter {
	background: #eccae1;
	border: 2px solid #663399;
}

div.moduletable-darker {
	background: #E0E8F1;
}

div.moduletable-lighter, table.userblock div.moduletable  {
	background: #FBFCFD;
}

.clr {
	clear: both;
}

.contentheading {
	color: #6D7E92;
}

table.contenttoc {
	border: 2px solid #E0E8F1;
}

td.sectiontableheader {
  background: #EFF3F8;
  color: #333;
  border-right: 1px solid #fff;
}

.small {
	color: #6D7E92;
}

#menu12 {
	width: 222px;
	margin: 0px;
	}
	
#menu12 ul{
	list-style-type:none;
	}
	
#menu12 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	text-decoration: none;
	}	
	
#menu12 li a:link, #menu12 li a:visited {
	color: #ededed;
	display: block;
	background:  url(../images/menu12.gif);
	padding: 10px 0 0 20px;
	}
	
#menu12 li a:hover {
	color: #ffffff;
	background:  url(../images/menu12.gif) 0 -32px;
	padding: 10px 0 0 20px;
	}
