@charset "utf-8";
/* CSS Document *//* Global Defaults */
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;

}
body {
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  color:#ffffff;
  text-align:justify;
  
}

/* Headlines */
h1, h2, h3  {
  text-align:center;
  margin: 0;
  padding: 0;
  font-weight:normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#ffcc33;
}
h4, h5, h6{
  text-align:center;
  margin: 0;
  padding: 0;
  font-weight:normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#ffffff;
}



h2{
text-align:center;
font-weight: normal;
color:#ffcc33;
}
/* Text Styles */


#leftpane {
  width: 260px;
  height:410px;
    float:left;
 margin-top:0px;
}
#rightpane {
width:700px;
 
  height:410px;
margin-top:0px;
text-align:justify;
 font: 10px Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
line-height:18px;
     }
.p {
text-align:justify;
color:#FFFFFF;

}
a{
  text-decoration: none; 
   margin: 0;
  padding: 0;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  
  }

li {list-style-type:none;
}


/* Links and Images */
a, a:link, a:visited, a:active, {
  text-decoration: none; 
   margin: 0;
  padding: 0;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  
  }
  
.current  {
  background-color: #ffcc33;
  color: #ffffff;
}
  
  
  
rollover  a, a:hover  {
	text-decoration: none;
	background-color: #999999;
	color: #000000;
}

.bigbold {
	font-size: 11px;
	font-weight: bold;
	text-align:left;
color:#000000;
 }

img {
  border: none;
 
 
}
.space{
 margin-right:20px;

}
/* Tables */
table {
  margin: 0;
  padding: 0;
 /* height:100%; this keeps the table in the users window so it doesn't scroll - table re-sizes based on the  of content in the table - doesn't work in firefox*/
}




/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {
cursor: pointer;
}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }


