html {
  overflow-y: scroll;
}

body
{
  background-image: url(gfx/back.png);
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: black;
  height: 100%;
}

p 
{
	color: black;
}

hr 
{
  margin-bottom: 8px;
  border: 0;
  color: #9E9E9E;
  background-color: #9E9E9E;
  height: 1px;
}

img {border:0}

div.imgWithText 
{
  width: 400px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

p.imgText 
{
  text-align: center;
	padding: 0;
	margin: 0;
}

h1
{
  font-family: Verdana, Helvetica, Arial, Sans-Serif;
  font-weight: bold;
	font-size: 1.2em;
}

h2
{
  font-family: Verdana, Helvetica, Arial, Sans-Serif;
  margin-bottom: 0px;
  font-weight: bold;
	font-size: 1.6em;
}

a, a:visited
{
  text-decoration: none;
  //color:#000000;
  color: #3E7EA6;
}

a:hover
{
  text-decoration: underline;
}

table {
  padding: 0px;
  margin: 0px;
}

div.layout {
	/*border: 1px solid #000000; */
	margin: auto; /* centered */
	width: 774px; /* centered */
	margin-bottom: 0;
	padding-bottom: 0;
}

div.logo
{
  margin-left: auto; margin-right: auto;
	width: 331px; /* centered */
}

img.logo
{
	position: absolute;
	top: 50%;
}

.preview_img
{
  //padding-left: 0px;
}

.preview_img img
{
  border: 1px solid #F0F0FA;
  margin-bottom: 10px;
  //margin-right: 20px;
}

.preview_img a:hover img
{
  border: 1px solid #555555;
}

.container {
  display: table;
}

.row {
  display: table-row;
}

.cell {
  vertical-align: top;
  display: table-cell;
  height: 100px;
  padding: 0px;
  margin: 0px;
  //padding-left: 10px;
}

.cell#blue
{
  padding-left: 20px;
  padding-right: 10px;
  //border: 1px solid white;
  border-left: 0px;
  border-right: 0px;
  background-color:#F0F0FA;
  border-bottom: 12px solid #FFFFFF;
}

div.header {
	background-image: url(gfx/header.png);
  background-repeat: none;
	/* width: 744px; */
	height: 139px;
	padding-left: 30px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 10px;
}

div.menu {
  font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background-image: url(gfx/menu.png);
	/*width: 744px;*/
	padding-left: 30px;
	padding-right: 30px;
	//margin-bottom: 16px;
  margin-left: 7px;
  margin-right: 7px;
	height: 72px;
	text-align: center;
	/*color: #666666;*/
	color: black;
	//font-size: 10pt;
}

.menu a {
  color: black;
}

div.content {
	background-image: url(gfx/content_back.png);
	background-repeat: repeat-y;
	padding: 10px;
	padding-top: 0px;
	margin-top: -16px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: 7px;
}

div.contentleft
{
	margin-right: 2%;
	width: 48%;
	float: left;
}

div.contentcenter
{
}

div.contentright
{
	margin-left: 4%;
	width: 38%;
	float: right;
}

div.contentright_text
{
	margin-left: 4%;
	width: 50%;
	float: left;
}

div.footer {
	background-image: url(gfx/bottom.png);
	background-repeat: no-repeat;
  height: 30px;
	padding: 30px;
	margin-left: 7px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 0;
	text-align: center;
	font-size: 9px;
	color: #8AABDA;
}

.bl {background: url(gfx/bl_corner.png) 0 100% no-repeat #DDEAF1; width: 100%;}
.br {background: url(gfx/br_corner.png) 100% 100% no-repeat}
.tl {background: url(gfx/tl_corner.png) 0 0 no-repeat}
.tr {background: url(gfx/tr_corner.png) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 0px}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.menu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.menu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.menu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 1px 8px;
border-right: 1px solid #A6A6A6;
text-decoration: none;
color: black;
}
	
/*1st sub level menu*/
.menu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li{
display: list-item;
float: none;
background-color: #F3F3F3;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.menu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.menu ul li ul li a{
display: block;
width: 94px; /*width of sub menu levels*/
color: black;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.menu ul li a:hover{
background-color: black;
color: white;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }
/* End */



