/* Links */

a { 
    text-decoration: none; 
    font-weight: bold; 
}

a:link { 
    text-decoration: none; 
    color: #5FA204; 
}

a:visited { 
    text-decoration: none; 
    color: #5FA204; 
}

a:hover, a:active { 
    text-decoration: underline; 
    color: #cc3333; 
}

body {
    font: 72.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
    color:#555;
    margin:20px;
    background:url(../images/body_bw.jpg) top repeat-x #333;
}

* {
    margin:0;
    padding:0;
}

#wrapper {
    margin:0 auto;
    background:#fff;
    padding:5px;
    border:4px solid #222;
}

.fixed {
    width:760px;
}

.fluid {
    width:90%;
}

#header {
    height:110px;
    background:url(../images/header.jpg) top repeat-x;
}

#header h1 {
    height:45px;
    font:250% Trebuchet MS;
    padding:30px 20px 10px 20px;
    color:#fff;
}

#nav {
    margin:0 0 0 0;
}

#nav li {
    list-style:none;
    display:inline;
    padding:7px 0;
}

#nav li a {
    padding:7px;
    color:#eee;
    text-decoration:none;
}

#nav li a:hover {
    background:#222;
    color:#fff;
}

#sidebar_left {
    float:left;
    width:180px;
    padding:0 10px;
    background:#f6f6f6;
    font:100% Verdana;
    line-height:20px;
    border-right:1px solid #eee;
    margin:0 15px 0 0;
}

#sidebar_left h2 {
    font:140% Arial;
    color:#222;
    padding:5px;
}

#sidebar_left h2 {
    font:120% Arial;
    color:#222;
    padding:5px;
}

#sidebar_left p {
    line-height:20px;
}

#sidebar_right {    
    width:190px;
    padding:10px;
    float:right;
    background:#f6f6f6;
    margin:0 0 10px 2px;
    color:#1F5063;
}

#sidebar_right h2 {
    font:110% Verdana;
    font-weight:bold;
    text-transform:uppercase;
    color:#13313C;
}

#sidebar_right p {
    font:100% Arial;
    line-height:20px;
}

#content {
    padding:0 15px;
    font-size:120%;
}

#content h2 {
    font:150% Trebuchet MS;
    color:#222;
}

#content h3 {
    font:140% Arial;
    color:#222;
    /*
    border-top:1px solid #f6f6f6;
    border-bottom:1px solid #f6f6f6;
    */
    padding:5px;
}
#content p new {
    font:40% Arial;
    color:#F00;
    padding:0px;
}

.drop-shadow {
    float: left;
    position: relative;
    margin: 10px 3px 0 10px !important;
    margin: 10px 3px 0 5px; 
    background: transparent url(images/drop_shadow.png) bottom right no-repeat !important;
    background: transparent url(images/drop_shadow_ie.gif) bottom right no-repeat;
}

.drop-shadow-right {
    float: right;
    position: relative;
    margin: 10px 3px 0 10px !important;
    margin: 10px 3px 0 5px; 
    background: transparent url(images/drop_shadow.png) bottom right no-repeat !important;
    background: transparent url(images/drop_shadow_ie.gif) bottom right no-repeat;
}

.drop-shadow img {
    padding: 4px;
    display: block;
    position: relative;
    margin: -6px 6px 6px -6px;
    background-color: #ffffff;
    border: 1px solid #a9a9a9;
}

.drop-shadow-right img {
    padding: 4px;
    display: block;
    position: relative;
    margin: -6px 6px 6px -6px;
    background-color: #ffffff;
    border: 1px solid #a9a9a9;
}

.drop-shadow p {
    right: 11px;
    bottom: 0px;
    color: #eeeeee;
    padding: 5px 10px;
    position: absolute; 
    background-color: #2e333b;
    border-top: 1px solid #111111;
}

.with_sidebar {
    margin:0 0 0 200px;
}

#content h1,h2,h3,h4,p,ul,ol,blockquote {
    margin:15px 0;
    line-height:25px;
}

#content ul, ol, dl
{
    margin: 15px 0px 0px 25px; 
    line-height: 2.0em;
}

#content ul {
    list-style-type: square; 
}



#sidebar_left h1,h2,h3,h4,p,ul,ol,blockquote {
    margin:15px 0;
}
#sidebar_right h1,h2,h3,h4,p,ul,ol,blockquote {
    margin:15px 0;
}

#footer {
    margin:30px 0 0 0;
    padding:15px;
    background:#f6f6f6;
    border-top:2px solid #eee;
    clear:both;
}

table,td {
    border: 1px solid #CCC;
    border-collapse: collapse;
    font: small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

table {
    border:none;
    border:1px solid #CCC;
}

tbody th {
    background: #800000;
    color: #FFF;
    padding: 10px;
    border-left: 1px solid #CCC;
}

tbody tr td {
    padding: 5px 10px;
    color: #000;
    background: #FFF;
}

tbody tr:hover {
    color: #000;
    background-color: #CCC;
}

tbody tr:hover td {
  color: #cc3333;
  }
