/* CSS Styles */

* {
    margin: 0;
    padding: 0;
}

a { 
    color: #1217b7;
    text-decoration: none;
}

a:hover { 
    text-decoration: underline;
}

a:visited{
    color: #76ac33;
}
    
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #222222;
    background: #a7a37e url(backBody.png) repeat top;
}

h1, h2, h3, h4, h5, h6 {
    padding: .15em 0;
    margin-bottom: .25em;
    color: #046380;
}

h1 {
    font-size: 28px;
    font-weight: bold;
}

h2 {
    font-size: 23px;
    font-weight: bold;
    border-bottom: 2px solid #046380;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

h4 {
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px solid #046380;
}

h5 {
    font-size: 17px;
    font-weight: bold;
}

h6 {
    font-size: 14px;
    font-weight: bold;
}

ul, ol {
    padding: 10px 10px 10px 20px;
}

#container {
    background: #efecca url(back.png) repeat-x top;
    text-align: center;
}

#inner {
    width: 960px;
    margin: 0 auto;
    text-align: left;
    background: url(backContent.png) repeat-y top center;
}

#header {
    margin: 0 15px;
    margin-bottom: 3px;
    background: #ffffff url(Header.jpg) no-repeat top center;
    height: 101px;
}

#siteTitle {
    display: none;
}

#navigation {
    text-align: right;
    font-weight: bold;
    background: #368299;
    margin: 0 15px;
    padding: 5px 8px;
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 8px;
}

#navigation ul {
    padding: 0;
    margin: 0;
}

#navigation ul li {
    display: inline;
    padding-left: 9px;
    margin: 0 4px;
    border-left: 1px solid #ffffff;
}

#navigation a {
    color: #ffffff;
}

#navigation a:hover {
    color: #efecca;
}

#columnLeft{
    width: 200px;
    float: left;
    display: block;
    overflow: hidden;
    margin-left: 15px;
}

#columnLeft ul {
    padding: 0;
	list-style: none;
}

#columnLeft a{
    display: block;
    font-weight: bold;
    padding: 7px 4px;
    width: 185px;
    color: #046380;
    border-bottom: 1px solid #A7A37E;
}

#columnLeft a:hover{
    text-decoration: none;
    background-color: #efecca;
}

#columnLeft a.selected{
    padding-right: 0;
    border-right: 4px solid #A7A37E;
}

#content {
    position: relative;
    overflow: hidden;
    margin: 0 15px;
    margin-top: 5px;
    padding-bottom: 15px;
}

#footer {
    color: #ffffff;
    text-align: center;
    line-height: 17px;
}

#footer a{
    color: #ffffff;
}

#footer div {
    width: 960px;
    margin: 0 auto;
    padding: 8px;
    padding-right: 40px;
    background: url(backFooter.png) no-repeat top center;
    height: 70px;
}

.skip {
    display: none;
}

.ping {
    float: left;
}

.pong {
    float: right;
}