﻿html 
{ 
	overflow: -moz-scrollbars-vertical; 
}

body
{
    background:gray url('../images/background.gif') repeat;
    padding:0;
    margin:0;
}

div#container
{
	width:778px;
	height:100%;
	border:0px solid black;
	margin:13px auto 0px auto;
	background-color:White;
}
div#containerTop
{
    background:White url('../images/containerTop.gif') no-repeat; 
    height:10px;  	
}
div#containerBottom
{
    background:White url('../images/containerBottom.gif') no-repeat; 
    height:10px;  	
} 
div#header
{
    background:White url('../images/header.gif') no-repeat; 
    height:98px;  	
    padding-left:20px;
    padding-top:7px;
}  
div#title
{
    background:White url('../images/title.jpg') no-repeat; 
    height:169px;  	
}      

div#menu
{
    clear: both;
    height:25px;
	width:758px;
 	margin:0px auto 2px auto;
}
div#menu ul
{
    margin: 0px; 
    padding: 0px;
    background-color:Black; 
    list-style: none;
    float: left;
}
div#menu ul li
{
    border:1px solid white;
    color:White;
    font-size:10px;
    font-family:Verdana;
    float:left;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:12px;
    padding-right:13px;
    font-weight:bold;
}

div#menu ul li:hover
{
    background-color:#1863ad;
}   

div#menu ul li a
{
   text-decoration:none;
   color:White;
}

div#content
{
	margin:0px 0px 0px 0px;
	margin-top:1px;
	height:100%;
	background-color:White;
}
div#contentLeft
{
	width:180px;
	float:left;
    background:White url('../images/backgroundLeft.gif') no-repeat;  
    height:100%; 
    width:200px;
    padding-left:20px;	
    padding-top:5px;
	min-height:200px;
 	margin-bottom:10px;   	
}
div#contentLeft .text
{
	color:Black;
	text-align:left;
	font-family:Arial;
	font-size:8pt;
	font-style:italic;
	padding:20px 20px 0px 20px;
}

div#contentRight
{
    background:Gray url('../images/backgroundRight.gif') repeat-y;   	
 	float:left;
 	height:100%; 
 	width:539px;
	margin-left:8px;
    padding-top:5px;
	min-height:222px;
	margin-bottom:10px;
}  

div#contentRight .title
{
    background:Gray url('../images/backgroundSection.gif') repeat-y;   	
    height:22px;
    margin-left:15px;
    margin-top:10px;
  	margin-bottom:10px;    
    padding-top:5px;
    padding-left:5px;
    color:#333333;
	font-family:Verdana;
    font-size:10pt;	    
    font-weight:bold;
}

div#contentRight .text
{
    margin-left:15px;
    padding-left:5px;
    padding-right:15px;
    padding-bottom:10px;
    color:#333333;
    font-family:Verdana;
    font-size:9pt;
}

div#contentRight img
{
	margin:10px 0px 10px 0px;
}   

div#footer
{
	margin:0px auto 0px auto;
	width:758px;
	height:20px;
	background-color:#CCCCCC;
	color:Black;
	font-size:7pt;
	text-align:center;
	font-family:Verdana;
	padding-top:7px;
	clear:both;  
}
    