﻿/*

*
{
padding: 0px;
margin: 0px;
}

body 
{
background-color: #cadafb;
background-position: top center;
background-repeat:repeat-x;
background-image: url(/images/bgrhead.gif);
font-family: Arial, Helvetica;
font-size: 62.5%;
line-height: 16px;
}

.clearAll
{
clear: both;
}

.pageStyle
{
width: 1200px;
text-align: center;
margin-left: auto;
margin-right: auto;
}

.sectionStyle
{
width: 928px; 
text-align: left;
margin-left: auto;
margin-right: auto;
}

.headerStyle
{
background-color: #607cb3;  
height: 100px; 
}

.menuStyle
{
background-color: #2e5196;
color: #ffffff;
font-weight: bold;
clear: both;
padding: 5px;
}

.menuStyle div
{
padding: 5px;
display: inline-block;
font-size: 1.2em;
margin-right: 5px;
cursor: pointer;
}

.menuStyle div div:hover
{
background-color: #284681;
}

.contentStyle
{
background-color: #2b2f36;
min-height: 600px;
color: #ffffff;
}

.footerStyle
{
height: 50px;
padding-top: 10px;
text-align: center;
font-size: 0.9em;
color: #727f98;
}

.headerContainer
{
width: 928px;
}

.logoContainer
{
float: left;
color: #ffffff;
font-family: Impact;
font-size: 8em;
line-height: 0.7em;
padding-top: 40px;
padding-left: 10px;
}

.loginContainer
{
float: right;
padding-right: 10px;
}

.loginDIV
{
padding-top: 15px;
color: #ffffff;
}

.contentDIV
{
padding: 10px;
}

*/