﻿html
{
    height:100%;
}

p
{
    margin:0;
    padding:0;
}

body
{
	background-color:#d3d4d4;
	text-align:center;
	font-family:Georgia;
	font-size:10pt;
	color:#646160;
	margin:0;
	padding:0;
	height:100%;
}

.largeText
{
    font-size:12pt;
}

.smallText
{
    font-size:8pt;
    line-height:16px;
}



h1
{
    font-size:32pt;
    font-weight:normal;
    padding:0;
    margin:0;
    padding-bottom:10px;
    padding-top:20px;
    line-height:39px;
    
}

h2
{
    font-size:18pt;
    font-weight:normal;
    padding:0;
    margin:0;
    padding-bottom:20px;
    line-height:19px;
    
}

a, a:link, a:visited {
   color: #666666;
   text-decoration: none; 
   border:0;
}

a:hover {
   color: #666666;
   text-decoration: underline; 
}


.main
{
    margin:auto;
    width:976px;
	background: url(/images/background.jpg) top left repeat-y;
	margin-top:36px;
	padding-bottom:30px;
}

.main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.main {display: inline-table;}
/* Hides from IE-mac \*/
* html .main {height: 1%;}
.main {display: block;}
/* End hide from IE-mac */

.adminLeft
{
    width:200px;
    text-align:left;
    padding-left:15px;
    margin-top:41px;
    float:left;
}

.adminRight
{
    width:700px;
    float:left;
     text-align:left;
     padding-left:15px;
     margin-top:41px;
}

.adminLogo
{
    text-align:right;
    margin-right:50px;
    border:0;
}

.contentLeft
{
    width:575px;
    padding-left:38px;
    float:left;
    text-align:left;
    margin-top:41px;
    line-height:20px;

}

.contentLeftText input, .contentLeftText textarea
{
    border:0;
}

.contentLeftText
{
    width:510px;
    text-align:left;
    margin-left:25px;
}


.contentRight
{
    width:363px;
    float:left;
    margin-top:41px;
    text-align:left;
}

.contentRight img
{
    border:0;
    margin:0;
    margin-left:30px;
    border:0;
}

.contentRight:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.contentRight {display: inline-table;}
/* Hides from IE-mac \*/
* html .contentRight {height: 1%;}
.contentRight {display: block;}
/* End hide from IE-mac */

.nav
{
    width:266px;
    float:right;
    margin:120px 0 0 0;
    background-color:#FFFFFF;
}

.nav a
{
    cursor:pointer;
}

.nav a, .nav a:link, .nav a:visited, .nav a:hover 
{
    text-decoration: none; 
}


.navItem
{
    width:266px;
    text-align:left;
}

.navItem img
{
    margin:0;
    padding:0;
}

.navItemSelected
{
    width:266px;
    text-align:left;
    background: url(/images/navSelected.jpg) top left repeat-y;
}

.navItemContent
{
    padding:6px 23px 6px 23px;
    text-align:left;
    color:#000000;
    font-size:8pt;
}

.navItemContent h1
{
    font-size:9pt;
    font-weight:bold;
    font-style:italic;
    padding:0;
    margin:0;
    color:#268697;
    width:200px;
    background: url(/images/navSeparator.jpg) bottom left no-repeat;
    line-height:25px;
}

.navItemContent h2
{
    font-size:10pt;
    font-weight:bold;
    padding:5px 0 5px 0;
    margin:0;
}

.navItemContent h1 a, .navItemContent h1 a:link, .navItemContent h1 a:visited
{
    color:#268697;
}

.navItemContent h2 a, .navItemContent h2 a:link, .navItemContent h2 a:visited
{
    color:#000000;
}

.navItemContent a, .navItemContent a:link, .navItemContent a:visited
{
    color:#000000;
}

.footerWrapper
{
    text-align:left;
    height:47px;
    color:#FFFFFF;
    width:976px;
    margin:auto;
}

.footer
{
    text-align:left;
    background: url(/images/footerBack.jpg) top left repeat-x;
    padding-top:9px;
    padding-left:63px;
    width:877px;
    height:38px;
    font-size:14px;
}

.footer a, .footer a:link, .footer a:visited {
   color: #FFFFFF;
   text-decoration: none; 
   border:0;
}

.footer a:hover {
   color: #FFFFFF;
   text-decoration: underline; 
}

.footer2
{
    text-align:center;
    color:#FFFFFF;
    width:976px;
    text-align:left;
    margin-left:63px;
    margin-top:15px;
    font-size:10px;
}




