﻿html
{
    
}

body 
{
    font-family:Verdana, Arial;
    font-size:8pt;
    margin: 0px auto;
}

TR, TD 
{
    font-family:Verdana, Arial;
    font-size:8pt;
    vertical-align:top;
 
}

span.clearfloat
{
    clear:both;
    display:block;
    height:0px;
}

img 
{
    border:0;
}

.nowrap{
    white-space:nowrap;
}


h3
{
    font-weight:bold;
    font-size:10pt;
    margin-bottom:0px;
    margin-left:16px;
}

h4
{
    font-size:9pt;
    font-weight:bold;
    padding-top:6px;
    padding-bottom:6px;
    
}

sup, sub
{
	height: .7em;
	line-height: 1em;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}
sup {
	bottom: .3em;
}

sub {
	top: .2em;
}

.center{
    text-align:center;
}

.ErrorHeading 
{
    font-weight:bold;
    font-size:13pt;
    margin-bottom:6px;
}

.validator1
{
    position:relative;
    left:3px;
    bottom:1px;
    vertical-align:middle;

}
.validator2
{
    position:relative;
    left:-2px;
    bottom:3px;
    vertical-align:middle;

}
.DbValidationSummery 
{
    color:#ff0000;
    padding-bottom:0px;
}
.DbValidationSummeryUL
{
    margin-top:12px;
}
.DbValidationSummeryLI 
{
    margin-left:-16px;
    padding-bottom:8px;
}

.bold{
    font-weight:bold;
}

sup
{
    font-size:.7em;
}

/* page styles*/

div.page
{
    width:925px;
    margin: 0 auto;
}

/* header styles */

div.Header
{
    background-image:url(../images/header.png);
    background-repeat:no-repeat;
    height:159px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    overflow:hidden;
}

div.HeaderText
{
    position:relative;
    left:-1000px;
    width:800px;
}

/* body styles */

div.MidSection
{
    background-image:url(../images/menu_bg.png);
    background-repeat:repeat-y;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

div.MidSectionBottom
{
    
}
    

div.MidSection div.MidSectionMenu
{
    float:left;
    padding:0;
    width:176px;
    background-image:url(../images/menu_top.png);
    background-repeat:no-repeat;
}

div.MidSection div.MidSectionMenu ul
{
    padding:0;
    margin:10px 0 0 11px;
    list-style-type:none;
}

div.MidSection div.MidSectionMenu ul li
{
    margin:0 0 5px 0;
    padding:0;
    width:152px;
}

div.MidSection div.MidSectionMenu ul li a
{
    display:block;
    padding:11px 15px 11px 12px;
    line-height:12px;
    white-space:nowrap;
    background-image:url(../images/button.png);
    background-repeat:no-repeat;
    color:#000000;
    text-transform:uppercase;
}

div.MidSection div.MidSectionMenu ul li a:link,div.MidSection div.MidSectionMenu ul li a:visited
{
    text-decoration:none;
}

div.MidSection div.MidSectionMenu ul li a:hover,div.MidSection div.MidSectionMenu ul li a:active
{
    text-decoration:underline;
}

div.MidSection div.MidSectionMain
{
    float:left;
    min-height:300px;
    position:relative;
    width:747px;
}

div.MidSection div.MidSectionContent
{
    padding: 16px 40px 20px 10px;
    background-image:url(../images/top_shadow.png);
    background-repeat:repeat-x;
}


.MainContentCell {
    padding-top:0px;
    padding-left:16px;
    padding-right:16px;    
    
}


.MainContentCell h3{
    margin-left:0;
    margin-bottom:12px;
}

.MainContentCell ul li, .MainContentCell ol li{
    margin-bottom:5px;
}

/* footer styles */

div.Footer
{
    clear:both;
    background-image:url();
    background-repeat:repeat-x;
    padding-top:20px;
}

div.Footer img.FooterImage
{
    float:left;
    margin: 0px 20px 0px 10px;
    position:relative;
    top:-10px;
}

div.Footer div.FooterText
{
    vertical-align:middle;
    float:left;
    margin-right:500px;
}

div.Footer div.privacy_notice 
{
    float: right;
    margin-right: 15px;
    position: relative;
    top: -30px;
}
