﻿body 
{
    background: #467CB8 url(../images/background.jpg) no-repeat;
    background-attachment: fixed;
    margin-top: 10px;
}

.wrapper 
{
    width: 1000px;
    margin:0 auto;
    text-align: center;
    background-color: White;
    border: Solid 2px #93B7D9;
    font: normal .8em Arial, Tahoma,Helvetica, sans-serif;
    border-bottom: solid 0px white;
}

.headWraper
{

}

.headLogo
{
    width: 1000px;
    height: 138px;
    background: #4A87CA url(../images/logo.jpg) no-repeat center;
}

.headNavigation 
{
    text-align: left;
    width: 1000px;
    height: 22px;
    background: #4A87CA url(../images/topNavBar.jpg) repeat-x center;   
    padding-top: 8px;
}

.headNavigation ul 
{
    width: 790px;
    float:left;
    text-align: right;
	margin: 0;
	margin-right: 48px;
	list-style: none;
	line-height: normal;
	padding:0;
}

.headNavigation li {
	display: inline;
}

.headNavigation a {
	padding-left: 2em;
	text-decoration: none;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.headNavigation a:hover {
	text-decoration: underline;
}

.content 
{
    text-align: left;
}

.contentPane
{
    float:left;
    margin-left: 25px;
    margin-top: 10px;
    width: 600px;
}

.rightPane 
{
    float:right;
    margin-left: 1px;
    width: 145px;
    margin-top: 10px;
    margin-right: 5px;
}

.footerWraper 
{
    background: White url(../images/footer.jpg) no-repeat left;
    height: 150px;
    margin-top: 15px;
    width: 1000px;
    margin:0 auto;
    text-align: center;
}

.footerWraperText 
{
    padding-top: 120px;
    text-align: center;
    font-size:x-large;
    color: Black;
    font-weight: 600;
}

h1 
{
    font-weight: normal;
    text-align:center;
    font-size: x-large;
    margin-bottom: 5px;
}

h2 
{
    font-weight: normal;
    text-align:center;
    font-size: large;
    margin-bottom: 5px;
}

h5 
{
    font-size: 14px;
    margin-bottom: 5px;
    border-bottom: Dashed 1px Gray;
}

a 
{
    color:#0000CC;
}


.rightBox 
{
    width: 145px;
    border: Solid 1px #2270E2;
    margin-bottom: 30px;
    text-align: center;
}

.rightBox h2 
{
    background-color: #5E80BD;
    height: 25px;
    margin-top: 0px;
    color: White;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
}

.leftBox2
{
    width: 200px;
    border: Solid 1px #2270E2;
    margin-bottom: 20px;
    text-align: center;
    background-color: White;
}

.leftBox2 h2 
{
    background: #5E80BD url(../images/box.gif) no-repeat center bottom;
    height: 25px;
    margin-top: 0px;
    color: White;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
}

.leftBox2 a:hover
{
    margin-left: 0px;
    background-image: none;
}

.topScroller 
{
    border-bottom: Solid 1px #6B90DA;
    border-top: Solid 1px #6B90DA;
    padding: 5px 5px 5px 5px;
    width: 600px;
    background-color: #94C6EA;
}

.calendarSmall 
{
    max-width: 140px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.newDate 
{
    color: #5E80BD;
    font-weight: bold;
    font-size: small;
    background-color: #EFF3F9;
    margin-top: 4px;
}