/* CSS for Mozilla and Gecko based browsers! */


body, td, p {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}



td {
	vertical-align : top;
}



#header h1	{
	margin:		0;
	font-weight:	900;
	text-align:	center;
		
}
  
#content {
  width: 100%;
  margin: 0;
  text-align:left;
  max-width: 1024px;
  }

#sidebar {
	float: left;
        position: absolute;
	width: 185px;
        top: 108px;
	margin:0;
	padding:0;
	background-color : #FFCE00;
}

#sidebar-content {
	margin:0;
	padding: 0em 1em 0.5em;
        font-size: 70%; 
}

#sidebar-content h3 {
	padding: 3px 0 0;
	margin: 0 0 3px 0;
      
	border-bottom: 1px solid black;
}

#sidebar-content small {
        font-size: 8pt;
}

#main {
  /*margin:0 0 0 170px; padding:0;*/
  position: absolute;
	top: 90px; left: 140px; 
    width: 650px; 
 }

#main-content {
  margin: 0; 
  padding: 1em 5em 0.5em;
  font-size: 100%;
 }
 
#main-content h2 {
	
	font-style:	italic;
 }

#main-content .caption {
        font-size: smaller;
        font-weight: bold;
}

#main-content formsmall {
       font-size: 8pt;
       color: maroon;

}

/*#footer {
	font-size: smaller;
        position: relative;
	/*top: 200px;*/ left: 200px; 
        width: 650px; 
}*/

#footer {
   font-size: smaller:
}
  
hr.cleaner {
  clear:both;
  height:1px;
  margin: -1px 0 0 0; padding:0;
  border:none;
  visibility: hidden;
}

a {
	text-decoration:none;
	background:transparent;
	color: #3163CE;
	outline:none;
}

a:visited {
	background:transparent;
	color: Navy;
}

a:hover {
	background:		transparent;
	text-decoration:	underline;
}

a:active {
	background:		transparent;
	color:			#ff3333;
}

a img {
	border:			none;
        
}
