@import "content.css";
@import "header.css";

/*
 * Core Styles
 */

body
{
   font-family: Arial, Sans-Serif;
   font-size: 0.9em;
   margin: 0px;
   text-align: center;
   background: #d8d5c5; /* #81AFB5; #68859A;  */
   color: #505050;
}

a
{
   text-decoration: none;
   color: #0071FF;
}
a:hover
{
   text-decoration: underline;
   color: #D0206D;
}
a:visited
{
   color: #429152;
}

h1
{
   color: #0071FF;
   text-align: left;
   font-weight: normal;
   font-family: Georgia, Serif;
   font-size: 1.9em;
}
h3
{
   font-family: Georgia, Serif;
/*   font-family: verdana, Arial, Sans-Serif; */
   font-size: 1.4em;
   color: #0071FF;
   text-align: left;
   font-weight: normal;
   margin: 0px 0px 8px 0px;
}


hr
{
   border: none 0;
   height: 1px;
   background-color: #d0d0d0;
   width: 100%;
}

ul 
{
    list-style-type: none;
    margin-top: 1em;
}
li 
{
    padding-left: 25px;
    background: transparent url('images/bullet.png') no-repeat;
    background-position: 0 2px;
}

dl dd
{
   text-align: justify;
}
dl dt
{
   margin-top: 1em;
   margin-bottom: 0.3em;
}

img
{
   border: 0px;
}

/* 
 * Global Styles
 */
div#container 
{
   margin: 15px auto;
   margin-top: 15px;
   text-align: left;
   width: 800px;
}




/*
 * Footer
 */
div#footer 
{
   clear: both;
   color: #2E3131;
   background-color: White;
   font-size: 80%;
}

div#footer-content
{
   padding: 4px 10px 0px 10px;
   text-align: right;
}

div#bottom
{
   background: #d8d5c5;
}
