@charset "utf-8";
/***********************************************/
/* style1d.css                                 */
/* Peter Meszmer C2008                         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

html,body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:9pt;
   font-weight:normal;
   color: #293a52;
   line-height: 116.6%;
   margin: 0px;
   padding: 0px;
   margin:0;
   padding:0;
   height:100%; /* needed for container min-height */
   background: #ffffff;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited, a:hover{
   color: #FE8C1C;
   background: transparent;
   text-decoration: none;
   font-weight: bold;
}

a:link img, a:visited img { border-style: none; }

/************** header tag styles **************/

h2{
   font-family:"Monotype Corsiva",georgia,cursive;
   font-style:italic;
   font-size:20pt;
   font-weight:normal;
   color: #293a52;
   background:transparent;
   margin: 0px;
   padding: 0px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

div#container {
   position:relative; /* needed for footer positioning*/
   margin:0 auto; /* center, not in IE5 */
   width:702px;
   background:#ffffff;

   height:auto !important; /* real browsers */
   height:100%; /* IE6: treaded as min-height*/

   min-height:100%; /* real browsers */
}

div#yellowBox
{
   background: #ffffff;
   margin: 0px 0px 0px 0px; /*top right bottom left*/
   padding: 0px 0px 5px 0px;

   border-width:2px;
   border-style:solid;
   border-color:#293a52;

}

div#content {
   margin: 0px 40px 0px 40px; /*top right bottom left*/
   padding: 0px 0px 0px 0px;
   width:540px;
}

/********************* end :-) ******************/

