@charset "utf-8";
body  {
	font: 100% Trebuchet MS, Verdana, Helvetica, sans-serif;
	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 */
	background: #d2d2d2;
}

.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 920px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 6px 0px 6px 0px;
	background: #d2d2d2;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #ffffff; 
	padding: 0 50px 0 50px;  /* 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. */
	height: 180px;
	overflow-y:hidden;
	overflow-x:hidden; 
} 


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100%;  /* 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 */
	background: #ffffff; /*  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 8px 0px 50px;
	margin-top: 0px;
}
	
	
.twoColFixLtHdr #mainContent { 
	margin: 0px 0px 0px 0px; /* the left margin on this div element creates the column down the left 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: 0px 50px 0px 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
} 
.twoColFixLtHdr #footer { 
	padding: 0 50px 0 50px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	font-weight:bold; 
} 
.twoColFixLtHdr #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;
}
.smaller { /* the smaller font on a webpage */
	font-size: 80%;
}
.smallest { /* the smallest font on a webpage */
	font-size: 60%;
}

p {
	font-size: 1em;
	font-weight: normal;
}

.ul_c { /* collapsible list formatting */
	list-style: square;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

.ul { /*list formatting */
	list-style: none;
	text-align:left;
	margin: 0;
	padding: 0;
}

a.nov {
	color: #4e83b7;
	text-decoration: none;
	font-weight: bold;
}

a.special {
	color: #CC3333;
	text-decoration: none;
}


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

a {
	color: #4e83b7;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #385d8a;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
}






/* Round corner styles ------------------------------------------------------------- */

.MainWrapper {
	margin: 6px 0px 0px 0px;
	width: 900px;
	float: left;
}

.HeaderBox {
	width: 100%;
	padding: 0px 0px 0px 0px;
}


.SidebarWrapper {
	margin: 6px 0px 0px 0px;
	width: 194px;
	float: left;
}

.SidebarBox {
	width: 90%;
	padding: 0px 0px 0px 0px;
	overflow-y:hidden;
	overflow-x:hidden;
}


.MenuBoxWrapper {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 5px;
	margin-right: 0px;
	width: 170px;
}

.MenuBox {
	width: 100%;
	padding: 0px 0px 0px 0px;
}


.MainContentWrapper {
	margin: 6px 0px 6px 0px;
	width: 648px;
	float: right;
}

.MainContentBox {
	width: 100%;
	padding: 0px 0px 0px 0px;
}



/* Rounded corners ------------------------------------------------------------- */

.roundcornersA{display:block}
.roundcornersA *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#d2d2d2}
.roundcornersA1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #ebebeb;
  border-right:1px solid #ebebeb;
  background:#dddddd}
.roundcornersA2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fafafa;
  border-right:1px solid #fafafa;
  background:#dadada}
.roundcornersA3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #dadada;
  border-right:1px solid #dadada;}
.roundcornersA4{
  border-left:1px solid #ebebeb;
  border-right:1px solid #ebebeb}
.roundcornersA5{
  border-left:1px solid #dddddd;
  border-right:1px solid #dddddd}
.roundcornersAfg{
  background:#d2d2d2;
  width:100%;
  overflow:auto;}
  
  
.roundcorners{display:block}
.roundcorners *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ffffff}
.roundcorners1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e5e5e5;
  border-right:1px solid #e5e5e5;
  background:#f3f3f3}
.roundcorners2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #d6d6d6;
  border-right:1px solid #d6d6d6;
  background:#f6f6f6}
.roundcorners3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f6f6f6;
  border-right:1px solid #f6f6f6;}
.roundcorners4{
  border-left:1px solid #e5e5e5;
  border-right:1px solid #e5e5e5}
.roundcorners5{
  border-left:1px solid #f3f3f3;
  border-right:1px solid #f3f3f3}
.roundcornersfg{
  background:#ffffff;
  width:100%;
  overflow:auto;}
  
  .roundcornersB{display:block}
  .roundcornersB *{
    display:block;
    height:1px;
    overflow:hidden;
    font-size:.01em;
    background:#FFFFFF}
  .roundcorners1B{
    margin-left:3px;
    margin-right:3px;
    padding-left:1px;
    padding-right:1px;
    border-left:1px solid #6dbfe4;
    border-right:1px solid #6dbfe4;
    background:#bfe3f3}
  .roundcorners2B{
    margin-left:1px;
    margin-right:1px;
    padding-right:1px;
    padding-left:1px;
    border-left:1px solid #199bd4;
    border-right:1px solid #199bd4;
    background:#cee9f6}
  .roundcorners3B{
    margin-left:1px;
    margin-right:1px;
    border-left:1px solid #cee9f6;
    border-right:1px solid #cee9f6;}
  .roundcorners4B{
    border-left:1px solid #6dbfe4;
    border-right:1px solid #6dbfe4}
  .roundcorners5B{
    border-left:1px solid #bfe3f3;
    border-right:1px solid #bfe3f3}
  .roundcornersfgB{
    background:#FFFFFF;
    width:100%;
    overflow:auto;}