﻿html
{
	margin:0px 0px 0px 0px;
	height:100%;
	width:100%;
	text-align:center;
}
body
{
	margin:0px 0px 0px 0px;
	height:100%;
	width:100%;
	background-color:black;	
	text-align:center;
	font-family: Arial;
	font-size: 10pt;
}

#topNav ul 
{
	list-style: none;
	padding: 0;
	margin: 0;
	
}
#topNav li
{
	float:left;
	margin: 0px 5px 0px 5px;	
}
#topNav li a
{
	background: transparent url('../images/topnavbackground.gif') repeat;
	height: 2em;
	line-height: 2em;
	float:left;
	width: 8.3em;
	font-family:Tahoma;
	color: #ffffff;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
}
#topNav li a:hover
{
	text-decoration:underline;
}

#outer
{
	position:absolute;
	top:50%;
	height:1px;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:1px white solid;
}
#masterContainer
{
	position:absolute;
	width:800px;
	height:580px;
	left:50%;
	right:50%;
	margin-left:-400px;
	margin-right:-400px;
	
}
#headerContainer
{
	width:100%;
	height:137px;
	background:transparent url('../images/topHeaderBackground.gif') repeat;
}
#bodyContainer
{
	width:100%;
	height:343px;
	background:transparent url('../images/bodybackground.gif') repeat;
	text-align:left;
}
#footerContainer
{
	width:100%;
	height:120px;
	background:transparent url('../images/FooterBackground.gif') repeat;
	border-top: 0px;
	text-align:center;
}

#topNav
{
	background:transparent url('../Images/TopNavBackground.gif') repeat;
	height: 25px;
	width: 100%;
	text-align:center;
}
#topNavDropShadow
{
	background:transparent url('../Images/DropShadow.gif') repeat;
	height: 8px;

}

#topHeader
{
	background:transparent url('../Images/TopHeaderBackground.gif') no-repeat;
	height:110px;
	text-align:center;	
}

#adSpace
{
    float:left;
    width:140px;
    height:100%;    
}

#mainContent
{
     float:left;
     width:800px;
     height:343px;    
}

.RepeaterHeading
{
     background-color:#f1f1f1;
     border-bottom:solid 1px #d3d3d3;   
     padding:3px 3px 3px 3px; 
     font-weight:bold;
}

.RepeaterContainer
{
    border:solid 1px #d3d3d3;
    margin-bottom: 20px;
    font-size:9pt;
     
}

.RepeaterBody
{
    padding:10px 10px 10px 10px; 
    text-align:center; 
    display:table;
    font-size: 9pt;
}

.RepeaterBodyRow
{
    text-align:left;
    display:table-row;    
}

.RepeaterBodyFieldLabels
{
    display:table-cell;
    font-weight:bold;
    float:left;
    width:100px;
}

.RepeaterBodyFieldContents
{
    display:table-cell;  
}

.RepeaterImageContainer
{
    display:table-cell;
    text-align:left;
}

#LeftNavi
{
    width:150px;
    height:343px;
    background-color:#d3d3d3;
    float:left;
}

#LeftNavi a
{
    text-decoration: none;
    font-size:8pt;
    font-family:Arial;
    color:#996633;
    line-height:20px;
}

#divMailMessage
{
    margin:20px;
}

#divMailMessage table
{
    border-collapse: collapse;
    font-size:8pt;
    border:solid 1px #d3d3d3;
}
#divMailMessage td
{
    padding: 5px;    
}