/* <![CDATA[ */

table, td
{
    border-color: red;
    border-style: solid;
}

table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

td
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: white;
}

/* ]]> */

body {
	font:	12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	background: white;
	padding:0px;
	margin:0px;
	}
	
a {
	text-decoration:underline;
	color:blue;
	}
	
pre {
	font-size:11px;
	color:blue;
	}
	
.greek {
	color:#999;
	}
	
ol {
	margin-right:40px;
	}
li {
	margin-bottom:10px;
	}
	
	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		}


a {
color: red;
visited: green;
text-decoration: underline;
font-face: Verdana, Arial, Helvetica;
font-size: 10pt;
}

h1 
{
color: darkred;
text-align: center;
font-size: 15pt;
background-color : yellow;
}
h4 
{
color: red;
text-align: center;
font-size: 20pt;
background-color : yellow;
}
p {
margin-left: 10px;
color: green;
font-size: 8pt;
}

table
{ 
border: thin red, 10pt;

}

	
	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		}
	
	#mainright {
		width:23%;
		float:left;
		background:#fff;
		padding-bottom:10px;
		}
	
	#maincenter {
		width:64%;
		float:left;
		background:#fff;
		padding-bottom:10px;
		}
	
	#mainleft {
		width:13%;
		float:left;
		background:#fff;
		padding-bottom:10px;
		}
	
	#banner {
		background:#fff;
		}
		
	p,pre {
		margin:0px 10px 10px 10px;
		}
		
	
	#mainright p { font-size:10px}
	
/* snarfed from http://www.simplebits.com/bits/css_tabs.html with thanks */
#tabnav li
{
  display: inline;
  list-style-type: none;
}

#tabnav a:link, #tabnav a:visited
{
  float: center;
  background: #f3f3f3;
  margin-right: 4px;
  margin-left: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 0;
  padding-top: 0;
  font-weight: bold;
  border: 1px solid #ccc;
  border-bottom: none;
  text-decoration: none;
  color: #888;
}

#tabnav a:link.active, #tabnav a:visited.active
	{
  border-bottom: 1px solid #ffff99;
  background: #FFFF99; 
  color: #000;
}

#tabnav a:link.homeactive, #tabnav a:visited.homeactive
{
  border-bottom: 1px solid #fff;
  background: #fff; 
  color: #000;
}

#tabnav a:hover
{
  float: center;
  background: #fff;
}

body {
  font-family: verdana, sans-serif;
  background:white;
  }

#leftcontent {
  color:green;
  position: absolute;
  left:10px;
  width:230px;
  }

#centercontent {
  color:blue;
  margin-left: 230px;
  margin-right:190px;
  width:400px;
  
  }

#rightcontent {
  color:orange;
  position: absolute;
  right:10px;
  width:150px;
  }

#banner {
  color:red;
  }

div.container {
  border: 1px dashed #333;
  background-color: #ffe;
  }

div.float {
  float: left;
  margin-left: 10px;
  margin-right:1px;
  }
  
div.float p {
   text-align: center;
   }






div.promobox {
  border: 1px dashed #333;
  background-color: #ffe;
  }

div.promo {
  float: left;
  margin-left: 10px;
  margin-right:1px;
  }
  
div.promo p {
   text-align: center;
   }


#centercontent {
  width:50%;
  
  }

#dropinboxv2cover{
width: 620px; /*change width to desired */
height: 320px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 600px; /*change width to above width-20. */
height: 300px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 2px solid red; /*Customize box appearance*/
background-color: lightyellow;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}
	
