﻿body
{
    background-position: left top;
    background-color: #313131;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: 'Segoe UI' , Tahoma, Geneva, sans-serif;
    color: #272727;
}
h2
{
    font-family: Garamond, 'Times New Roman' , Times, serif;
    font-size: 2em;
    color: #666666;
    margin-top: 10px;
}
h3
{
    font-family: Garamond, 'Times New Roman' , Times, serif;
    font-size: 1.5em;
    color: #666666;
    margin-bottom: 0;
    padding-bottom: 0; 
}
p, li
{
    font-size: 1em;
    line-height: 1.6em;
}
a
{
    color: #194255;
}
a img {border:none;}
#container
{
    background: #373737 url(../images/bg.jpg) repeat-x top left;
}

#header
{
    height: 188px;
    background: #343233 url(../images/header.gif) no-repeat center top;
}
#header h1, #header h2
{
    display: none;
}
a.linktohome
{
    display: block;
    width: 940px;
    height: 170px;
    margin: auto;
}
a.linktohome span
{
    display: none;
}
#content
{
    width: 932px;
    margin: auto;
    padding-top: 10px;
    min-height: 600px;
}
#column_left
{
    width: 720px;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}
#column_right
{
    width: 196px;
    float: left;
    margin-bottom: 20px;
}
#footer
{
    padding: 20px;
    clear: both;
    color: #999999;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 0.8em;
    line-height: 1.6em;
    text-align: center;
}
#highlights
{
 list-style-type: none;
 padding:0;
 margin:0;
}
#highlights li
{
    width: 206px;
    vertical-align:top;
    display:inline-block;
    display: -moz-inline-block;
    zoom: 1;
    *display: inline;
}
.content-text
{
    background-color: #f5f5f5; 
    padding: 10px 20px;
}
.sidelinks
{
  padding: 0;
  margin: 20px 0 0 0;
}
.sidelinks li
{ list-style-type:none;
}
.sidelinks li a
{
    text-decoration:none;
    color:White;
    font-size: 1.2em;
}
