* { margin:0; } 

html { height: 100%;
}

body {
height: 100%;
background:#123456;
font-family: Helvetica, Arial,Verdana,"Century Gothic", Trebuchet, Georgia, sans-serif;
z-index: 0;
}


h1 { 
font-size: 110%;
color: green;
text-align:center; 
font-weight: bold; 
padding: 10px;
}

h2 {
font-weight: bold;
font-size:96%;
color: green;
padding: 10px;
 }
 
p.preamble {
font-weight: normal;
font-size: 100%;
padding: 5px;
}

p { padding:5px;
font-weight: bold;
font-size: 90%;
padding: 10px;
}
/*
.wrap { display: inline;
white-space: nowrap;
}
*/
 
th {
 background-image: url("/images/heading.gif");
 background-repeat:repeat-x;
}
 
th h1 { color: 008844; } 

.cap {
padding:5px;
font-weight: bold;
font-size: 90%;
color: white;
text-align: center;
}

/*the table */
table.infotable
{
z-index: 0;
font-family: Helvetica, Arial, Verdana,"Century Gothic", Trebuchet, Georgia, sans-serif;
color: black;
background:#F5F5F5;
position: relative; 
margin-left: auto;
margin-right: auto;
margin-top: 10px;
float:center;
width:92%;
padding: 35px; 
}


.infotable fieldset { padding: 10px;
margin: 0px 0px 20px 0px; 
clear: both;
}

legend { color: #0000CD }

ul.home {font-weight: bold;
 font-size: 90%;
 padding: 0px;
 margin: 0px 0px 0px 50px;
 list-style-position: outside;
}

/*the side menu */
#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 160px;
padding: 0px;
margin: 0px;
}

#vertmenu h2 {
display: block;
background-color:#FFcc66;
font-size: 90%;
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:150px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 80%;
display: block;
border-bottom: 1px dashed #C39C4E;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:150px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}

div.ccard img  { padding: 5px 0px 0px 20px; }

img {  border-style: none;
}
