﻿body 
{
    background: #ffe895 url('Images/bg.jpg') repeat-x top;
    font-family: Arial, Heveltica, Sans-Serif;
    font-size: 12px;
    color: #000000;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    line-height: 18px;
}

a, a:visited
{
    color: #0066cc;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    color: #cc0000;
    font-size: 22px;
}

h3
{
    color: #cc0000;
    font-size: 16px;
}

h4
{
    color: #cc0000;
    font-size: 14px;
}


img
{
    border: 0;
}

/* Containers */

#cmsWrapper
{
    width: 910px;
    margin: 0 auto;
    padding: 0;
}

#Header
{
    float: left;
    width: 910px;
    height: 240px;
}

.logo
{
    width: 569px;
    height: 210px;
    float: left;
}

.headBanner
{
    background: #ffffff url('Images/header-bg.gif') repeat-x top;
    width: 252px;
    height: 175px;
    text-align: right;
    float: right;
    padding: 25px 23px 10px 64px;
    border-right: 2px solid #ffffff;
}

.feature
{
    background: #fefcf4;
    padding: 25px 25px 25px 25px;
    border: 2px solid #fbebaf;
    font-size: 13px;
    line-height: 22px;
}

img.list
{
    width: 165px;
    height: 124px;
    float: left;
    margin-right: 10px;
    border: 2px solid #336699;
}

.listheading
{
    color: #336699;
    font-size: 14px;
    font-weight: bold;
}

.listheader
{
    color: #336699;
    font-size: 16px;
    font-weight: bold;
    background: #99ccff;
    width: 100%;
    padding: 5px;
}

.logobottom
{
    width: 127px;
    height: 30px;
    background: url('Images/logo-bottom.jpg') no-repeat;
    float: left;
    clear: both;
}

.menu
{
    width: 770px;
    height: 30px;
    float: right;
    background-color: Transparent;
}

.leftDate 
{
     font-size: 11px;
     font-weight: bold;
     color: #cc0000;
}

.leftItem 
{
     font-size: 16px;
     font-weight: normal;
}

#Main
{
    width: 904px;
    min-height: 571px;
    background: #ffffff url('images/main-bg.gif') repeat-y;
    float: left;
    padding: 0 3px 3px 0;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
}

#MainNoRight
{
    width: 904px;
    min-height: 571px;
    background: #ffffff url('images/main-bg-noRightSide.gif') repeat-y;
    float: left;
    padding: 0 3px 3px 0;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
}

#leftSidebar
{
    width: 130px;
	height: 100%;
    background-color: #336699;
    padding: 23px 7px 0 7px;
    float: left;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

#mainContent
{
    width: 526px;
    padding: 20px 20px 0 20px;
    float: left;
}

#mainContentLarge
{
    width: 711px;
    padding: 20px 20px 0 20px;
    float: left;
}

#rightSidebar
{
    width: 185px;
    min-height: 600px;
    float: right;
}

#Footer
{
    clear: both;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
}

#homeleft
{
    width: 250px;
    min-height: 250px;
    float: left;
}

#homeright
{
    width: 250px;
    min-height: 250px;
    float: right;
}

#logout
{
	float: right;
}

#logout input
{
	background: #9CB6D1;
	color: #FFF;
	border: 2px solid #34689A;
	font-family: Arial;
}

.Login ol li
{
	list-style-type: none;
	list-style-position: inside;
}