/*Color Scheme

E5E4E2, 229, 228, 226 - Platinum Background
2C3539, 44, 53, 57 - gunmetal: headline text, 
0000FF, 0, 0, 255 - blue: link color
800517, 128, 5, 23 - firebrick: hover color
FFFFFF, 255, 255, 255 - white
5C5858, 92, 88, 88 - dolphin grey: P text

*/

/*Size Scheme

Main Table: width 800px
embedded table: width 680px
*/


/*Template Styles*/

body{
	text-align:center;
}

/*Hyperlink blue, light blue hover, no underline*/
.bot{
	text-decoration: none;
	font-weight: normal;
	color: 0000FF;
	font-size: 16px; 
	font-family: futura, helvetica, arial;
	font-weight: bold;
}
.bot:hover{color: 800517;
background-color: FFFFFF;
}

/*Current Page Hyperlink blue, no hover, no underline*/
.bot1{
	text-decoration: none;
	font-weight: normal;
	color: FF0000;
	font-size: 16px; 
	font-family: futura, helvetica, arial;
	font-weight: bold;
}

/*This is the gunmetal headline*/
h1{
font-size: 18px;
FONT-FAMILY: futura, helvetica, arial;
color: 2C3539;
font-weight: bold;
}

/*This is the top banner header italicized*/
h2{
font-size: 36px;
font-family: futura, helvetica, arial; 
font-style: italic;
color: 2C3539;
font-weight: bold;
}


/*This is the body headline*/
h3{
font-size: 18px;
text-decoration: underline;
FONT-FAMILY: futura, helvetica, arial;
color: 2C3539;
font-weight: normal;

}

/*This is home page main foint*/
h4{
font-size: 24px;
FONT-FAMILY: futura, helvetica, arial;
text-decoration: none;
color: 2C3539;
font-weight: normal;
}



p{
font-size: 16px;
FONT-FAMILY: futura, helvetica, arial;
color: 5C5858;
font-weight: normal;
}

p.i{
font-size: 16px;
FONT-FAMILY: futura, helvetica, arial;
color: 5C5858;
font-weight: bold;
font-style: italic;
}

p.c{
font-size: 6px;
FONT-FAMILY: futura, helvetica, arial;
color: 5C5858;
font-weight: normal;
}



/*The following control the tables on pages*/

TABLE.main
  { 
     font-family:futura, helvetica, arial;
     font-size:16px;
     background-color:FFFFFF;
     width:800px;
     padding:2px; 
     border-spacing:2px;
     border-style:solid;
     border-color:#2C3539;
     border-width:0px;
     margin-left:auto; margin-right:auto;
  }

  TR.main
  {  
     font-size:16px;
     border-style:solid;
     border-width:2px;
     FONT-FAMILY: futura, helvetica, arial;
     color: 0000FF;
     font-weight: normal;
     text-align:left;
     
}

TR.m
  {  
     font-size:18px;
     border-style:solid;
     border-width:0px;
     FONT-FAMILY: tahoma,arial,verdana;
     color: 0000FF;
     font-weight: normal;
     text-align:left;
}


img.one{
border: 2px solid #2C3539;
}

div.one {
margin: 5px 5px 5px 5px;
text-align:center;
font-size: 12px;
FONT-FAMILY: futura, helvetica, arial;
color: 2C3539;
font-weight: normal;
}


.floatleft {
float:left;
margin:0px 35px 15px 0px;
}