/* CSS Document */

#container
{
  width:100%
}
#leftNav
{
  float:left;
	width:40%;
	padding-right:20px;
}

#leftNavSmall
{
  float:left;
	width:220px;
	padding-right:20px;
}

div.cssFloatMenu
{
  float:left;
	width:220px;
	padding-right:300px;
	 position: fixed;
}

/*
div.cssFloatMenu {  margin: 0;  position: fixed; float:left;
  top: 80px;  left: auto;  width: 220px;  right: 20px;}
*/

#content
{
  padding-left:10px;
	/*width:400px;*/
  /*width:70%;*/
  /*float:right*/
	
}

body
{
  background-color:#66FFFF;
  color:#000000;
  font-size:18px;
  font-family:Arial, Helvetica, sans-serif
}

 /* set background images for corners */
/*.roundbox {width:auto; background: url(../images/inside.gif) repeat; }*/
.roundbox {width:auto; background-color:#00CC99;}
.roundboxSmall {width:200px; background-color:#00CC99;}
.tl  { background: url(../images/tlc.gif) no-repeat top left; }
.tr      { background: url(../images/trc.gif) no-repeat top right; }
.bl  { background: url(../images/blc.gif) no-repeat bottom left; }
.br      { background: url(../images/brc.gif) no-repeat bottom right; }
.menu {padding:5px 5px 5px 5px}

.image {top:50%}

a.aNav,a.aNav:link,a.aNav:visited
{
  text-decoration:none; 
  display:block; 
  margin:0; 
  color:black
}

a.aNav:hover
{
  color: #FFCC66; background-color: #660099
}

.tdNav
{
  font-family:sans-serif; font-size:11pt; text-align:center;
  background-color:#FFCC66; 
  border-color:#FFCC66;
  border-style:outset
}

td.tdNavCurrent
{
  font-family:sans-serif; font-size:11pt; text-align:center; 
  /*
  background-color:#FFAA00;
  border-color:#FFAA00;  
  */
  background-color:#FFCC66; 
  border-color:#FFCC66;

  border-style:inset
}

.footer
{
  background-color:#FF6666;
  font-size:9px;
}