
html, body{
 margin:0;
 padding:0;
 height: 101%;
 text-align:center;
 background: #f2f0e1;
 font-family: tahoma;
 font-size: 11px;
}

a:link    {font-family: Tahoma; font-size: 11px; color: #000000; text-decoration: none}
a:visited {font-family: Tahoma; font-size: 11px; color: #000000; text-decoration: none}
a:active  {font-family: Tahoma; font-size: 11px; color: #000000; text-decoration: none}
a:hover   {font-family: Tahoma; font-size: 11px; color: #000000; text-decoration: underline}


#pagewidth{
 width:768px;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
}

#navheader {
width:760px;
background-color: #ffffff;
margin-top: 10px;
padding: 3px;
border: 1px solid #555CAA;
}

#navheader ul {
margin: 0;
padding: 0px 10px 0px 0px;
text-align: right;
color:black;
}


#navheader li {
display: inline;
font-size: 12px;
font-weight: bold;
}

#navheader li a {
display: inline;
font-size: 12px;
font-weight: bold;
}

#header{
 position:relative;
 height:100px;
 background-color:#FFFFFF;
 width:100%;
}


#leftcol{
 background-color:#FFFFFF;
 background-image: url(../images/main_bg_left.gif);
 background-repeat:repeat-y;
 width:170px;
 text-align: center;
 line-height: 1.5em;
 padding: 12px 0px 0px 0px;
}


#leftcol ul {
 padding: 15px 0px 0px 0px;
 margin: 0px;
 color: black;

}

#leftcol li {
 display: block;
 font-size: 11px;
 font-weight: bold;
 padding: 3px;
 margin: 0;
 list-style: none;
}


#maincol{
 float: right;
 display:inline;
 position: relative;
 width: 598px;
 padding: 0px;
 margin: 0px;
 text-align:left;
 background-image: url(../images/main_bg_right.gif);
 background-repeat:repeat-y;
 }


#footer{
  height: 30px;
  background-color:#f2f0e1;
  clear:both;
  background-image: url(../images/footer_border.jpg);
  background-repeat:repeat-x;
  color: Gray;
  padding: 5px;
  text-align: center;

 }


.subheading {
	color: Gray;
}


.subheadingBlue {
	color: #0000C6;
	font-weight: bold;
}


.headingBlack {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}


.content table {
	margin: 40px;
	float: left;
	display: inline;
}


 /* *** Float containers fix: */
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */



 /*printer styles*/
 @media print{
/*hide the left column when printing*/
#leftcol{display:none;}
#twocols, #maincol{width:100%; float:none;}
}

