body {
  margin           : 0px 0px 0px 0px;
  background-color : #F7F3F3;
  color            : #000000;
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 14px;
  height: 100%;
}

.page
{
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 900px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

td, tr, p, div {
  border: 1px;
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 14px;
  color            : #000000;
}

h1 { 
	color: #B50007;
	background: transparent; 
	font-weight: bold;
}

h2 { 
	color: #3A9AFF;
	background: transparent; 
	font-weight: bold;
}

h3 { 
	color: #4a70d0; 
	background: transparent; 
	font-weight: bold;
}

li {	
  color            : #B50007;
  list-style-type  : square;  
  list-style-image : none;
  font-size        : 11px;
}

hr {
  background       : #C0C0C0;
  height           : 1px;
  width            : 95%;
}

a:link, a:visited, a:active {
  font-size        : 13px;
  color            : #606060;
  text-decoration  : none;
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.itbold {
	font-style: italic;
	font-weight: bold;
}

.italic {
	font-style: italic;
}

table.header {
	height: 200px;
	width: 100%;
}

td.header_l {
	width: 20%;
}

.header_l {
	margin-left: 2em;
}

td.header_m {
	width: 80%;
	vertical-align: top;
	text-align: left;
}

.header_m {
	margin-left: 1em;
}

.fill {
	height: 10px;
	width: 100%;
	margin: 0px;
}

table.content {
	/*height: 300px;*/
	width: 100%;
}

td.content_l {
	width: 60%;
}

.content_l {
	vertical-align: top;
	text-align: left;
	margin-left: 4em;
}

h2.content_l {
	vertical-align: top;
	text-align: left;
	margin-left: 1.2em;
}

td.content_m {
	width: 1%;
}

#footer {
    position: absolute;
    text-align: center;
    width: 100%;
    color: rgb(102,102,102);
    font-size: 10px;
}

#footer img {
	border: 0px;
	margin: 0px;
	width: 61px;
	height: 23px;
}

#footer a {
	border: 0px;
	margin: 40px 0px 20px 10px;
}

.links {
	margin-left: 1.2em;
}
