﻿#wrap 
{
    margin: 0px auto;
    width: 880px;
    background-color: #ffffff;
    padding-bottom:10px;
}
body
{
    background-color: #cccccc;
    margin: 0px;
    font-family: Arial;
    color: #666666;
    background-image: url('../images/bg.gif');
    background-repeat: repeat;
}
.left
{
    font-family: Arial;
    font-size: 12px;
    line-height: 22px;
    width: 550px;
    float: left;
    margin-left:10px;
    margin-top: 11px;
}
.right
{
    font-family: Arial;
     font-size: 12px;
    line-height: 22px;
    width: 290px;
    float: right;
    margin-right:7px;
    margin-top: 11px;
    padding: 0px 5px 5px 5px;
}
.wrapright
{
    font-family: Arial;
     font-size: 12px;
    line-height: 22px;
    margin-bottom: 6px;
    border: 1px solid #e5e5e5;
    padding: 5px;
}
.header
{
    font-family: Arial;
    font-size: 12px;
    width: 880px;
    height: 99px;
    background-image: url (../images/header2.gif);
}
.bottomright
{
    font-family: Arial;
    font-size: 12px;
    margin-top: -39px;
    position: relative;
    margin-left: 625px;
}
.bottomleft
{
    font-family: Arial;
    font-size: 11px;
    color: #666666;
    position: relative;
    margin-left: 170px;
    margin-top: -30px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.lineunder 
{
    border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	width: 550px;
}

.main1 {
	float: left;
	width: 267px;
	margin-right: 2px;
	font-size: 12px;
	line-height: 19px;
	background-color: #ffffff;
	height: 245px;
	padding: 0px 7px 7px 7px;
	border: 1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 7px;
	
}
.main2 {
	position: relative;
	width: 267px;
	margin-right: 3px;
	margin-left: 298px;
	font-size: 12px;
	line-height: 19px;
	background-color: #ffffff;
	height: 245px;
	padding: 0px 7px 7px 7px;
	border: 1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
}
.main3 {
	float: right;
	width: 267px;
	font-size: 12px;
	line-height: 19px;
	background-color: #ffffff;
	height: 245px;
	padding: 0px 7px 7px 7px;
	border: 1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	margin-right: 7px;
}

.indentmenu{
    font: 12px Arial;
    width: 100%; /*leave this value as is in most cases*/
    overflow: hidden;
}

.indentmenu ul{
    margin: 0;
    padding: 0;
    float: left;
    width: 100%; /*width of menu*/ 
    border-width: 1px 0;
    background-color: #5c1d26;
    height: 30px;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
    float: left;
    color: white; /*text color*/
    padding: 7px 7px;
    text-decoration: none;
    border-right: 1px solid #330000; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
    color: white !important; /*text color of selected and active item*/
    padding-top: 7px; /*shift text down 1px for selected and active item*/
    padding-bottom: 7px; /*shift text down 1px for selected and active item*/
    background: #660000;
}
.onecolumn {
	width: 868px;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 18px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}
img.marginright {
    margin-right: 7px;
    border: 1px solid #ffffff;
}
.righttop {
    background-color: #e5e5e5;
    font-family:Arial, Helvetica, sans-serif;
    padding: 5px;
    color: #666666;
    font-size: 12px;
	margin-bottom: 8px;
	  
}
.clear{
    clear: both;
}
.linebottom 
{
  border-bottom: 1px dotted #666666;
    
    }
	.height{
 height: 6px;
    
    }
a:link 
{
    color: #884142;
    text-decoration: none;
}
a:hover
{
    color: #660000;
    text-decoration: none;
}
a:visited
{
    color: #884142;
    text-decoration: none;
 }
 .speaker 
    {
       background: #e5e5e5;
       height: 130px; 
       padding: 7px;
       color: #333333;
        }
 .odd 
 {
       background: #ffffff;
       padding: 5px;
 }
 .even
 {
       background: #e5e5e5;
       padding: 5px;
        }

.footer
{
    font-family: Arial;
    font-size: 11px;
    clear: both;
    background-color: #ffffff;
    margin-top: 10px;
    padding: 8px;
    border-top: 1px solid #cccccc;
    height: 30px;
 
}
.footerwrap {
	margin: 0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
}
.links {
	float: left;
	margin-top: 10px;
	padding-left: 7px;
}
.dbclogo {
    float: right;
}

