/* ----------------------------------------------------------------+
 |  Cascading Style Sheet                                          |      
  -----------------------------------------------------------------*/

    html, body {
    background-color: #525252;
    cursor: default;
    font-family: Georgia, arial, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    line-height: normal;
    margin: 0px auto;
    width: 1100px;
    padding: 0px 0px 0px 0px;
    min-width: 1100px;
    text-align: center;    
  }

  img, img a {
    border: none;
  }

h1 {
      background-color: transparent;
      padding: 0px 0px 10px 0px;
      margin: 0px auto;
      font-family: "Arial",sans-serif;
	font-size: 14pt;
      color: #5e6563;
      text-align: left;
}

/*
 ---------------------------------------------------------------------
 |  ID's and Classes
 ---------------------------------------------------------------------
*/
#content {
background-color: #525252; 
margin: 0px auto;
padding: 0px 0px 0px 0px;
width: 1100px;
font-family: Georgia, arial, sans-serif;
font-weight: normal;
font-size: 10pt;
line-height: normal;
color:#000;
text-align: center;
}
#wrapper {
width: 1000px;
}
#banner {
margin-top: 20px;
width: 1100px;
height: 75px;
text-align: left;
}
#nav {
background-color: #525252; 
margin: 0px auto;
padding: 0px 0px 0px 10px;
width: 230px;
font-family: Georgia, arial, sans-serif;
font-weight: normal;
font-size: 10pt;
line-height: 18pt;
color:#efefef;
text-align: left;
float:left;
}

#footer {
margin: 0px auto;
width: 100%;
clear: both;
padding: 30px 0px 30px 0px;
font: 9pt Georgia,Arial,sans-serif;
color: #999;
text-align: center;
position:relative; 
bottom: 0px;
}

a:link,a:active,a:visited {
background-color: transparent;
font-family: Georgia, arial, sans-serif;
font-weight: normal;
font-size: 10pt;
line-height: 18pt;
color:#FFFFFF;
text-decoration:none;
}
a:hover {
background-color: transparent;
font-family: Georgia, arial, sans-serif;
font-weight: normal;
font-size: 10pt;
line-height: 18pt;
color:#CE9D00;
text-decoration:none;
}

.selected{
background-color: transparent;
font-family: Georgia, arial, sans-serif;
font-weight: normal;
font-size: 10pt;
line-height: 18pt;
color:#CE9D00;
text-decoration:none;
}

#right {
background-color: transparent;
font-family: Georgia, arial, sans-serif;
font-weight: normal;
font-size: 13pt;
color: #ebab00;
line-height: 20pt;
margin: 0px auto;
padding: 5px 0px 0px 15px;
width: 325px;
height:550px;
text-align: justify;
float: left;
overflow:auto;
}

#middle {
background-color: transparent; 
font-family: Georgia, arial, sans-serif;
font-weight: normal;
font-size: 12pt;
color: #efefef;
line-height: 16pt;
margin: 0px auto;
padding: 15px 0px 0px 0px;
width: 450px;
height: 550px;
text-align: left;
float: left;
}
