/*sturcture styles*/

body {
background-color: #CEEDFF;
background-position: center;
margin:0;
padding:0;
overflow: scroll;

}

#maincontainer {
  width: 960px;
  margin: 0 auto;
  background-color: #FFFFFF;
}

#header {
  width: 960px;
  height: 90px;
  margin: 0 auto;
  background-color: #FFFFFF;
}

#columnmain{
  width: 900px;
  margin: 0 50px 0 50px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  text-align: left;
  min-height: 600px;
}

#footer{
  width: 960px;
  background-color: #FFFFFF;
  border-top: 2px solid #000000;
  border-bottom: 1px solid #000000;
  color: #000000;
  text-align: center;
  padding: 15px 0 15px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
}

.innertube{
  margin: 0 10px 0 10px; /*Margins for inner DIV inside each column (to provide padding)*/
  margin-top: 0;
  text-align: left;
}

p {
 font-size: 1.2em;

}

h1{
 font-size: 2.5em;
 color: #000000;
}

h2 {
 font-size: 2.0em;
 color: #000000;
}

h3, h4 {
 font-size: 1.5em;
 color: #000000;
}
h5 {
 font-size: 1em;
 color: #000000;
}
h5red {
 font-size: 1em;
 color: #FF0000;
}

h2_grey {
 font-size: 3.0em;
 color: #333333;
}

h5_grey {
 font-size: 1.6em;
 color: #333333;
}

h7_grey {
 font-size: 1.2em;
 color: #333333;
}

/* buttons */
.btns {
  padding: 0px;
}

.btns a, .btns a:hover {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  height: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 3px 3px 3px;
  width: 100px;
  border: 0px;
}

.btns a {
  background-image: url(images/button1.png);
}

.btns a:hover {
  background-image: url(images/button2.png);
}

/*Main Menu Tables */

#table.mm table  {
  float: left;
  width: 800px;
  border-width: 0px;
  border-style: none;
  border-color: #999999;
  border-collapse: collapse;
}

table.mm th  {
  width: 200px;
  border-width: 0px;
  padding: 10px;
  border-style: hidden;
  border-color: #999999;
  background-color: white;
  text-align: left;
  font-size: 18px;
}

table.mm td  {
  width: 200px;
  border-width: 0px;
  padding: 10px;
  border-style: hidden;
  border-color: #999999;
  background-color: white;
  background-image: url(images/button1.png);
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

table.mm td:hover {
  background-image: url(images/button2.png);
}

table.mm a:link, a:visited {
  color: #000000;
  text-decoration: none;
}

/*table grey */

#table.grey table
{
  border-width: 1px;
  border-style: solid;
  border-color: #999999;
  border-collapse: collapse;
}

Table.grey tr {
  background: #DDDDDD;
}

table.grey th {
  border-width: 1px;
  padding: 2px;
  border-style: solid;
  border-color: #999999;
  font-size: 12px;
}

table.grey td {
  border-width: 1px;
  padding: 2px;
  border-style: solid;
  border-color: #999999;
  font-size: 12px;
}

table.grey a:link {
  color: #000000;
}

table.grey tr:hover {
  background: #BBBBBB;
}

/* table standard */
#table.norm table
{
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  border-collapse: collapse;
  border-style: solid;
}

Table.norm tr {
  background: transparent;
}

table.norm th {
  border-width: 1px;
  padding: 2px;
  border-style: solid;
  border-color: #000000;
}

table.norm td {
  border-width: 1px;
  padding: 2px;
  border-style: none;
  border-color: #000000;
  font-size: 1.5em;
  width: 150px;
}

table.norm a:link {
  color: #000000;
}

table.norm tr:hover {
/*  background: #BBBBBB; */
}

/*table Holiday */

#table.hols table
{
  width: 95%;
  border-width: 1px;
  border-style: solid;
  border-color: #999999;
  border-collapse: collapse;
}

Table.hols tr {
  background: #CEEDFF;
}

table.hols th {
  border-width: 1px;
  padding: 2px;
  border-style: solid;
  border-color: #999999;
  font-size: 1.2em;
  text-align: left;
}

table.hols td {
  border-width: 1px;
  padding: 2px;
  border-style: solid;
  border-color: #999999;
  font-size: 12px;
  text-align: left;
}

table.hols input[type="text"],input[type="password"], textarea {
 font-size: 100%;
}

table.hols a:link {
  color: #000000;
}

table.hols tr:hover {
  background: #CCFFCC;
}

/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #808080;
/*	background-color:#C0C0C0*/
}

/* legend styling */
legend {
    font-size: 1.2em;
    font-weight: bold;
	color:#000000;
}


