/*general*/
*
{
padding: 0px;
margin: 0px;
}


body
{
font-size: 90%;
font-family: Georgia, "Times New Roman", Times, serif;
color: #505050;
line-height: 18px;
background: url('/images/backgroundornate.gif') repeat-x #000000;
text-align: center; /* for IE */
}


a
{
color: #4AA1DE;
text-decoration:none;
}

a:hover
{
text-decoration: none;
}



p
{
margin-bottom: 14px;
text-align: justify;
}

li
{
list-style-type:square;
margin-left:40px;
margin-bottom:4px;
}
ul
{
list-style-type:none;
}
/* layout*/
#wrapper
{
margin: 0 auto; /* For most browsers */
padding: 0px;
width: 920px;
text-align: left; /* IE Fix */ 
background:#EEEDF1;
}
#header
{
float:left;
background:#fff;
width:100%;
}

#main
{
float:left;
background:#EEEDF1;
min-height:400px;
}
#content
{
float:left;
margin-left:20px;
}

#primarycontent
{
width: 419px;
float: left;
}
#footer
{
clear:both;
background:#e6e6e6;
color:#A4A1A4;
margin:0;
padding:10px;
}
/*link decorations*/
#footer a:link, a:active, a:visited
{
color:#aca5ac;
}
#footer a:hover
{
color:#000; text-decoration:underline;
}
#content a
{
color:#94a19c;
text-decoration:underline;
font-weight:bold;
}
#content a:hover
{
color:#080400;
text-decoration:none;
}
#secondarycontent
{
width: 500px;
float: right;
}

/*site navigation*/
#site_navigation
{
border-right:1px solid #cdcdcd;
width:200px;
float:left;
}
#site_navigation a
{
color:#9cb2ac;
font-weight:bold;
}
#site_navigation a:hover
{
color:#ac5962;
}

#search
{
font-size:10px;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-style:normal;
}

/*- Navigation courtesy exploding-boy.com--------------------------- */

    #tabs3 {
      float:left;
      width:100%;
      background:#B6C3B9;
      font-size:11px;
      line-height:normal;
      font-weight:bold;
      }
    #tabs3 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs3 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs3 a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      background:url("images/tableft3.gif") no-repeat left top;
      text-decoration:none;
font-family:font-family: Georgia, "Times New Roman", Times, serif;
      }
    #tabs3 a span {
      float:left;
      display:block;
      background:url("images/tabright3.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#fff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs3 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs3 a:hover span {
      color:#000;
background:#fff;
      }
    #tabs3 a:hover {
      background-position:0% -42px;

      }
    #tabs3 a:hover span {
      background-position:100% -42px;
      }  

#welcomebox
{
background-color:#EEEDF1;
float:left;
padding:10px;
font-size:1.em;
color:#333333;
font-family: Georgia, "Times New Roman", Times, serif;
}

#pageentry
{
float:left;
padding:20px;
width:600px;
text-align:justify;
}