@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
.info {
font: 50% Verdana, Arial, Helvetica, sans-serif;
}
a img {
border: none ;
}
a.email:link {color:#003399; text-decoration: none;
}
a.email:visited {color: #003399; text-decoration: none;
}
a.email:hover {color: #0033CC; text-decoration: underline;
}
a.email:active {color: #003399; text-decoration: none;
}
#header {
padding: 10px 0 0 10px;
background-color:#CCC;
border-top: #333333 5px solid;
border-bottom: #333 1px solid;
}
#mast {
padding: 2px 90px 0 30px;
background-image:url(../images/F7site-images/typeWebFW.png);
background-position:left;
background-repeat:no-repeat;
height: 303px;
margin:0;
text-align: left;
background-color:#333333;
border-color: #0099FF;
border: 0 0 3px 0;
text-align: right;
}
#outerContainer {
width: 100%;
background-color: #FFF;
border-top: #0099FF 3px solid;
padding: 0;
text-align: left;
font-size: 100%;
}
#container {
float: left;
width: 600px;
background-color: #FFF;
padding: 20px 15px 20px 30px;
text-align: justify;
font-size: 75%;
}
#content {
float: left;
background-color: #FFF;
padding: 20px 30px 20px 30px;
text-align: justify;
font-size: 75%;
}
#containerRight {
float: left;
background-color: #FFF;
padding: 20px 20px 15px 30px;
text-align: left;
font-size: 75%;
}
.network {
float: left;
padding: 10px 20px 10px 0;
}
.menu {
  display:table;
  padding:0 0 10px 20px;
  margin:0;
  font-family: verdana, helvetica, arial, sans-serif;
  white-space:nowrap;
  list-style-type:none;
}
 * html .menu {
  display:inline-block;    /* for IE only */
  width:1px;               /* IE will expand 1px width to fit menu width */
  padding:0 2px;           /* fix bug in IE to get border spacing correct */
 }
.menu li {
  display:table-cell;      /* ignored by IE */
}
* html .menu li {
  display:inline;          /* for IE only */
}
.menu a {
  display:block;
  padding:0.2em 1em; 
  background:#CCC; 
  color:#333; 
  text-decoration:none;
  border: none;
}
* html .menu a {
  display:inline-block;    /* for IE only */ 
  margin:0 -2px;           /* to correct an IE bug that doubles the border width */  
}
.menu a:hover {
  color:#fff; 
  background:#333;
}
h1 {
padding-top: 200px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFF;
font-size: 150%;
font-weight: 100;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
padding: 10px 0 10px 30px;
background-color:#666;
border-top: #333 3px solid;
border-bottom: #333 5px solid;
color: #FFF;
}