/* CSS Document */
<style type="text/css">
html {background-color: white; }
body {margin:0px; padding:0px; font-family: verdana, arial, sans-serif; text-align: center; }
div#wrap { width:800px; margin-top: 1em; margin-right: auto; margin-left: auto; text-align: left;}	 
div#header {width:800px; margin-left:15px; text-align:center; font-family:verdana,arial,helvetica,sans-serif; color: #5b9799; font-size: 10px; }
div#contentarea {width:800px; }
div#column1 {width:184px; padding:3px; float:left; /* margin:4px; */ text-align:left; font-size:10px; }
div#column1 p {/* margin: 9px; */ border: 1px; border-style: solid; padding:3px; background-color: #e8dfb4;}

div#column2 {width:390px; background-color:white; float:left; margin:5px; color: black; font-size: 12px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; text-align:left}
div#column2 h4,h5,h6 {text-align:center}
div#column2 table {margin-left:auto; margin-right:auto; }
div#column2 h4 {font-size:14px;}
div#column2 h5 {font-size:12px;}
div#column2 h6 {font-size:10px;}
div#column2 h6 a {font-family:verdana; font-size:10px; font-style:normal; font-weight:normal; letter-spacing:normal; text-decoration:underline; text-transform:none; color:#006600; }
div#column2 h6 a:hover {color:red;}
div#column2 table ol li {margin-bottom:1.5em;}
div#column3 {width:182px; background-color:#dfd; float:left; margin:4px; text-align:left; padding:3px; font-size:10px; border:1px; line-height:1.4em; border-style: solid; border-color: #330033;}
div#column3 h4 {font-size:14px; text-align:center; font-weight:bold;}
div#column3 h5 {font-size:12px;}
div#column3 h6 {font-size:10px;}
div#footer {width:800px;}
div#footer p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; text-align:center; font-size: 12px;
}	 



/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

  .roll {font-family: Verdana; font-size: 10px; font-style: normal; font-weight: normal; letter-spacing: normal; text-decoration: none; text-transform: none; color: #006600}
  a.roll:hover {color: red}
  
  .rollbold {font-family: Verdana; font-size: 10px; font-style: normal; font-weight: bold; letter-spacing: normal; text-decoration: none; text-transform: none; color: #006600}
  a.rollbold:hover {color: red}

  .roll4 { font-family:verdana; font-size:10px; font-style:normal; font-weight:normal; letter-spacing:normal; text-decoration:none; text-transform:none; color:#006600; }
  a.roll4:hover { color:red; }


</style>

