	*+html { height:auto; }

.header
{
css content
}
var browser_type = navigator.appName;
var pattern = /MSIE 8.0/;
if (!pattern.test(navigator.appVersion) && browser_type == "Microsoft Internet Explorer") {
document.write("");
}
else {
document.write("")
}
body {
     margin: 0px 0px 0px 0px;
     padding: 0px 0px 0px 0px;
     font-size: 10pt;
     -moz-box-sizing:border-box;
     box-sizing:border-box;
  }

  table,tr,td,th {
    font-size:10pt;
  }

   a{
     color:#205573;
     background-color:transparent;
     text-decoration:none;
   }

   a:hover{
      background-color:#ddddd4;
      color:#205573;
   }

   #container {
     margin: 0px 0px 0px 0px;
     padding: 0px 0px 0px 0px;
     height:auto;
   }

   #top {
     background:;
     background-attachment: fixed;
     background-repeat: no-repeat;
     display: block;
     height: 180px;
     top:0px;
     background-position: center;
     position: relative;
     background-color: #FFFFFF;
     overflow: hidden;
   }

   #left,#right {
     position:relative;
     top: 0px;
     width:17%;
     background-color: #FFFFFF;
     border-bottom: 1px solid black;
     z-index: 1;
   }

   #left {
     float:left;
     border-right: 1px solid black;
   }

   #right {
     left:0px;
     right:0px;
     float:right;
     margin-right:0%;
     border-left: 1px solid black;
   }

   #content h3 {
     margin-top: 10px;
     margin-bottom: 0px;
     margin-left: 7px;
     border-left: 7px solid #EED27B;
     text-indent: 7px;
     font-family:	Trebuchet ms, Verdana, Myriad Web, Syntax, sans-serif;
     font-size: 15px;
   }

   #content {
     position:relative;
     top: 14px;
     background-color: #FFFFFF;
     float:left;
     width: 62%;
     padding-top: 14px;
     padding-left: 1.5%;
     padding-right: 1.5%;
     font:12px arial, times new roman, lucida sans unicode, sans-serif;
     z-index: 1;
     /*font:10pt arial, times new roman, lucida sans unicode, sans-serif;*/
   }

   #content a {
     text-decoration: none;
     border-bottom: 1px dashed #205573;
   }

   .posttitle {
     margin-top: 10px;
     margin-bottom: 0px;
     font-family:	Trebuchet ms, Verdana, Myriad Web, Syntax, sans-serif;
     font-size: 16px;
     font-weight: bold;
     clear: left;
     margin-bottom: 6px;
   }

   .postbody {
     margin-bottom: 10px;
     margin-top: 10px;
   }

   .postdate {
      font-size: 0.8em;
      color: #555;
   }

   .postlinks {
     font-size: small;
   }

   #footer {
     border-top: 1px dashed black;
     text-align: center;
     font-size:8pt;
     margin-top: 15px;
     padding-top: 5px;
   }

   #footer a, #footer a.hover {
     text-decoration: none;
     border: 0px;
   }

#banner {
 font-family:verdana, arial, sans-serif;
 font-size: 12px;
 font color: #79cdcd;
 font-weight: normal;
 letter-spacing: .2em;
 line-height: .8em; 
 z-index:5;
 position: absolute;
 top: 25px;
 left: 20px;
}

#banner a, 
#banner a:hover,
#banner a:link,
#banner a:visited { 
color: #fff; 
text-decoration: none; 
background-color: #FFFFFF; 
}

#sectionHeader {
    padding-left: 1em;
    padding-right: 1em;
    /*margin-bottom: 0.5em;*/
    margin-bottom: 0.2em;
    margin-top: 0.2em;
    /*background-color: #EEEEDE;*/
    /*background-color: #ADC2C2;*/
    /*background-color: #79cdcd;*/
    background-color: #ADC2C2;
    color: #738194;
    text-align:left;
    /*border-top: 1px solid black;
    border-bottom: 1px solid black;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
   }

#sectionContent {
    padding-left: 1em;
    padding-right: 1em;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 11px;
    /*background-color:  #EEEEDE;*/
    /*background-color:  #ADC2C2;*/
    /*background-color: #add8e6; */
    background-color: #99D3D6;
    padding-bottom: 0.1em;
    padding-top: 0.1em;
    text-align: left;
   }

#recently ul {
    margin-bottom:1.5em;
    margin-top:0.5em;
   }

#recently li{
    display:inline;
    list-style:none;
    color:#205573;
    background-color:transparent;
    font-weight:700;
    margin-left:-3em;
    padding-left:1em;
    text-decoration:none;
   }

#recently a {
    color:#205573; 
    background-color:transparent;
    display:block;
    font-weight:700;
    margin-left:-3em;
    padding-left:1em;
    text-decoration:none;
   }

#recently a:hover {
    background-color:#ddddd4;
    color:#79cdcd; /*#205573*/
   }

   }

#misc li{
    display:inline;
    list-style:none;
    color:#205573;
    background-color:transparent;
    display:block;
    font-weight:700;
    margin-left:-3em;
    padding-left:1em;
    text-decoration:none;
   }

/* generates nice css lists */

#navcontainer ul {
  position: absolute;
  padding-left: 0;
  margin-left: 0;
  bottom: 1px;
  background-color: #99D3D6; # #add8e6; # #ADC2C2; # #79cdcd; # #CDCE9C
  color: white;
  float: left;
  width: 100%;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  border-top: 1px solid #626531;
  border-bottom: 1px solid #626531;
  z-index: 4;
 }

/* trick for IE 6.x */
top>#navcontainer ul {
  bottom: -13px;
 }


#navcontainer ul li {
  display: inline;
  height: 20px;
  }

#navcontainer ul li a
 {
 padding: 0.2em 1em;
 background-color: #99D3D6; /* #add8e6; #ADC2C2; #79cdcd; #CDCE9C */
 color: #33A7AD; # White;
 font-weight: bold;
 text-decoration: none;
 float: left;
 border-right: 1px solid #626531;
 margin-right: 1px;
 }

#navcontainer ul li a:hover
 {
 background-color: #33A7AD; /* #20b2aa;  #a3a361 */
 color: #fff;
 }

#postcomments {
   margin-top: 10px;
   padding-top: 10px;
   border-top: 1px dashed black;
   border-bottom: 1px dashed black;
   margin-bottom: 10px;
   padding-bottom: 10px;
 }

#comment {
   margin-bottom: 10px;
 }

#postcomments h3 {
     margin-top: 0px;
     margin-bottom: 10px;
     border-left: 7px solid #EED27B;
     text-indent: 7px;
 }

.commentinfo {
   font-size: 0.8em;
   color: #555;
   margin-top: -2px;
   margin-bottom: 3px;
 }

.commentheader {
   margin-bottom: 5px;
 }

.commenttopic {
   font-weight: bold;
 }

.commenttext {
   margin-bottom: 5px;
 }

.googlepluginmessage {
   border: 1px solid black;
   background-color: #626531;
   color: white;
   padding: 3px;   
 }

#Resource {
    text-decoration: none;
}
#Resource a:link, 
#Resource a,
#Resource a:href,
#Resource a:hover {
 text-decoration: none;
 border: 0px;
}

img {
    text-decoration: none;
    display:block;
}

.pager {
	clear:all;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pager a, a:link, a:href, a:hover {
 text-decoration: none;
 border: 0px;
}

.pager .pagerLinkPrevPage, .pagerLink, .pagerLinkNextPage{
	padding: 2px 6px;
}

.pager .pagerLinkPrevPage{
	margin-right:20px;
}
.pager .pagerLinkNextPage {
	margin-left:20px;
}

.pager .pagerCurrent {
	padding: 2px 6px; 
	border-color: #999; 
	font-weight: bold; 
	font-size: 13px; 
	vertical-align: top; 
	background: #fff; 
	color: #FF0084;	
}

/* Font Definitions */
 @font-face
	{font-family:Wingdings;
	panose-1:5 0 0 0 0 0 0 0 0 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";}
h1
	{margin-top:0cm;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:17.25pt;
	margin-bottom:.0001pt;
	text-indent:-17.25pt;
	line-height:125%;
	page-break-after:avoid;
	font-size:10.0pt;
	font-family:Arial;
	color:#006666;
	font-style:italic;}
h2
	{margin-top:12.0pt;
	margin-right:0cm;
	margin-bottom:3.0pt;
	margin-left:0cm;
	page-break-after:avoid;
	font-size:14.0pt;
	font-family:Arial;
	font-style:italic;}
h3
	{margin-top:12.0pt;
	margin-right:0cm;
	margin-bottom:3.0pt;
	margin-left:0cm;
	page-break-after:avoid;
	font-size:13.0pt;
	font-family:Arial;}
h4
	{margin-top:12.0pt;
	margin-right:0cm;
	margin-bottom:3.0pt;
	margin-left:0cm;
	page-break-after:avoid;
	font-size:14.0pt;
	font-family:"Times New Roman";}
p.MsoBodyText, li.MsoBodyText, div.MsoBodyText
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family:Arial;}
a:link, span.MsoHyperlink
	{color:33A7AD;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{color:purple;
	text-decoration:underline;}
p.Style1, li.Style1, div.Style1
	{margin-top:0cm;
	margin-right:5.65pt;
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	line-height:15.0pt;
	punctuation-wrap:simple;
	font-size:10.0pt;
	font-family:Arial;}
p.StyleArial10pt, li.StyleArial10pt, div.StyleArial10pt
	{margin-top:0cm;
	margin-right:30.0pt;
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family:Arial;}
span.BodyTextChar
	{font-family:Arial;}
@page Section1
	{size:595.3pt 841.9pt;
	margin:71.9pt 70.85pt 70.85pt 70.85pt;}
div.Section1
	{page:Section1;}
 /* List Definitions */
 ol
	{margin-bottom:0cm;}
ul
	{margin-bottom:0cm;}
-->
