/* *** Generated by www.csscreator.com *** */
html, body{ 
 font-family: verdana,tahoma,arial,sans-serif;
 color:#black;
 text-align:left; 
 margin:0;
 padding:0;
 font-size: 0.8em;
 background-color: #CCCFE0;
} 
// background-color: #FFFFCC;
.center {
 text-align:center; 
}
 
#pagewidth{ 
 width:760px; 
 min-width: 500px;
 margin-left:auto; 
 margin-right:auto; 
} 
 
#header{ 
 background-color: #99ccff;
 height:180px; 
 width:100%; 
 } 
/* background: #FFFFCC url(images/header_bg_tan.gif);*/
 
#leftcol{
 width:125px; 
 float:left; 
 position:relative; 
 margin-left:-125px; 
 margin-right:1px; 
 }
.center{text-align:center;}

.sidenav {
 width:95%;
 padding:0px;
 font-size: 0.9em;
 text-align:left;
 line-height:150%;
 background-color:#FFF;
 border-width:1px;
 border-style:solid;
 border-color: #6666CC;
}

 
.sidenavheader {
 width:95%;
 padding:0px;
 color:#FFF000;
 font-size: 1.0em;
 font-weight:bold;
 text-align:left;
 background-color:#000fff;
 border-width:1px;
 border-style:solid;
 border-color: #6666CC;
}

#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 125px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #99ccff;   /* left column colour */ 
border-left-style: solid; 
 /*/*/ border-right-width: 10px; /* right column width. NN4 hack to hide borders */ 
border-right-color: #99CCFF;  /* right column colour */ 
border-right-style: solid; 
  background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
#rightcol{
 /*/*/ width:10px; /* hack keeps NN4 right column right? */ 
 float:right; 
 position:relative; 
 margin-right:-10px; 
 margin-left:1px; 
} 
 
#footer{
 color:black;
 background-color: #99ccff;
 height:80px; 
 width:100%; 
 text-align:center; 
} 
/* background: #6666FF url(images/footer_bg_tan.gif);*/

 
#inner{
 margin:0;
 margin-right:-2px;
 width:100%;
 border-width:1px;
 border-style:solid;
 border-color: #6666CC;
 }
 
#maincol{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 }
 
#outer>#inner { 
border-bottom: 1px solid #6666CC;
}
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 

#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 
#noprint {}

/*printer styles*/ 
@media print{ 
/*hide the header when printing*/
/*#header{display:none;} */
#outer{border-top:0;} 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
/*hide the right column when printing*/
#rightcol{display:none;} 
#outer{border-right:0;} 
/*hide the menu when printing*/
#subnav{display:none;} 
/*hide the menu when printing*/
#noprint{display:none;}
}


#subnav {
float: right;
background: #809FFF; 
width: 100%;
color: #000; 
margin: 0;
border-style: solid; 
border-top-width: 1px;
border-bottom-width:1px;
border-left-width:0;
border-right-width:0;
border-color: #4a1a21;
}
#subnav .content{padding:0px; font-size: 1.2em} /*padding for content */ 

#rowaftermenu {
float: right;
background: #99CCFF; 
width: 100%;
color: #000; 
margin: 0;
border-style: solid; 
border-top-width: 0;
border-bottom-width:0;
border-left-width:0;
border-right-width:0;
border-color: #fff;
}
#rowaftermenu .content{padding:0px; font-size: 0.8em} /*padding for content */ 

table {
/*  background-color:#FFF; */
/*  width:100%; */
  border-collapse:collapse;
}

table.welcomebanner {
  width:250px;
}
td.welcometext {
  color:#993300;
}
/* the border will be defined by the td tags */
td.wb_row1 {
  background-color:#CC9933;
  border:2px solid #CC9933;
  color:white;
  text-align:center; 
  padding:5px;
}

td.wb_row2 {
  background-color:white;
  color:black;
  border:2px solid #CC9933;
  padding:5px;
}

td.features {
  width:50%;
  background-color:white;
  border:1px solid #6666CC;
  text-align:center; 
  padding:5px;
}

td.fortypercent {
  width:40%;
  border:0px solid black;
}
td.fortyfivepercent {
  width:45%;
  border:0px solid black;
} 
td.fiftypercent {
  width:50%;
  border:0px solid black;
}
td.fiftyfivepercent {
  width:55%;
  border:0px solid black;
}
td.sixtypercent {
  width:60%;
  border:0px solid black;
  padding:5px;
}
td.sixtyfivepercent {
  width:65%;
  border:0px solid black;
}

/* and of course a default one */
/*
td {
  background-color:#FFF;
  border:1px solid black;
  padding:5px;
}
*/
