/* Layout Stylesheet */ 

body {
 margin:0px;
 background:#fff1e5;
 text-align:center;
 font-size: 13px;
 font-family: Arial, Verdana, tahoma, Sans-Serif;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:750px;
 margin:auto;
 }

#hdr {
 height:100px;
 background:#FFFFFF;
 }

#bodyblock {
 position:absolute;
 background: #c0c0ff;
 color: #333333;
 width:745px;
 padding:0;
  border:solid black;	
 }

#left-col {
 float:left;
 background:#c0c0ff;
 color: #FFFFFF;
 width:145px;
 }

#cont {
 width:575px;
 background:#ffffff;
 color: #333333;
 border:solid black 1px;	
 border-width:0, 0, 0, 0px;
 text-align:left;
  }

#navcontainer ul
{
padding-left: 0;
margin: 0;
background-color: #036;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; 
}

#navcontainer ul li a
{
font-size: 13px;
padding: 0.2em 1.5em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
font-size: 13px;
background-color: #369;
color: #FFFFFF;
}

table#partners {
width: 65%;
border: solid #2827BA 1.5px;
border-collapse:collapse;
}

table#partners td{ 
border: solid #2827BA 1px;
align:center;
padding-top: .25em;
padding-bottom: .25em;
padding-right: .5em;
padding-left: .5em;
text-align:center; 
}

/* text instructions */

h1
{
 text-align:center;
 font-size: 25px;
 color: black;
 font-family: Arial, Verdana, tahoma, Sans-Serif;
  }

	h2
{
 font-size: 18px;
 color: red;
 text-align:center;
 font-family: Arial, Verdana, tahoma, Sans-Serif;
 }
 h3 {
  font-size: 20px;
 color: #333666;
 margin: 15px; }
 
h4 {
font-size: 15px;
color: #333666;
padding-left: 15px;
  }
	
#callout {
font-size: 19px;
color: #000;
font-family: times;
font-style: italic;
padding-left: 3px;
}
 
p { 
margin: 15px;
  padding: 0px;
	}
	
a {
	color: #blue; }

.smalllinks a { position absolute
font-size:8px;
color: #CCCCCC;
font-weight:normal;

}
