﻿body, blockquote, div, fieldset, form, h1, h2, h3, h4, input, li, ol, p, pre, textarea, th, td, ul
{
	margin:0;
	padding:0;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
	margin:0;
	padding:0;
}

img
{
	border:0;
}

body
{
	font-family: 'Segoe UI', 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	color:Black;
	background-color:White;
}

table
{
	font-size:inherit;
	font-size:1.0em;
}

input, button, select, textarea
{
	font-size:1.0em;
	font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}

a, a:visited
{
	text-decoration:none;
	color:#003399;
}

a:hover
{
	text-decoration:underline;
}

h1
{
	font-size:1.3em;
}
	
h2
{
	font-size:1.2em;
}

h3
{
	font-size:1.1em;
}

h4
{
	font-size:1.0em;
	margin-bottom:0.2em;
}

#header
{
	color:Black;
}

#fixed-logo
{
	float:left;
	padding-top:2px;
}

#fixed-header
{
	width:950px;
	margin:0 auto;	
}

#fluid-header
{
	width:100%;
}

#fluid-logo
{
	float:left;
	padding:2px 0 0 22px;
}

#fixed-footer
{
	width:960px;
	margin:auto;
	text-align:center;		
}

#plain-footer
{
	width:960px;
	margin:auto;
	text-align:center;		
}

#fluid-footer
{
	width:100%;
	text-align:center;
}

#footer
{
	width:100%;
	padding: 12px 0 0 0;
	font-size:1.1em;	
	background:white url(/Images/fixed-width-footer.png) no-repeat scroll center top;
	
}

#fixed-footer #footer
{
	padding:3em 0 1em 0;
}

#fluid-footer #footer
{
	padding:0;
	background:#f6f8f9;
	border-top:solid 1px #bccad3;
}

#plain-footer #footer
{
	background:white;
}

#footer ul
{
	list-style-type:none;
}

#footer li
{
	display:inline;
	padding-left:1em;
	padding-right:1em;
}

.cardBox
{
	background:#e6e6fa;
	border: solid 1px #a9b7c9;
	padding:2px;
}

.liveIdCard
{
	float:right;
}

#logoLetter
{
	color:#948252;
	line-height:2.5em;
}

.staticbody
{
    font: normal normal normal 13px Tahoma; 
    background: #EAEAEA; 
    padding: 0px;
    margin: 0px;
    height: 100%; 
    width: 100%;
}

.staticHeaderBack
{
    background: #FFFFFF;
}

.staticHeaderImg
{
    height: 15px;
}

.staticTextBlack
{
    color: Black;
}
.staticTextSuper
{
    font-size:9px; 
    vertical-align:top;
}

.staticTextGray
{
    color: #666666;
}

.staticCenteredDiv
{
    width:240px;
    margin-left:0px;
    margin-right:auto;
}

.staticTextCenter
{
    text-align: center;
    padding-top:10px;
}

.staticTextHeading
{
    font: normal normal bold 20px Tahoma;
    margin: 0px 0px 0px 5px;
}

.staticBagImage
{
    height: 80px;
    margin-bottom:-10px;
}
.staticTextCaption
{
    font: normal normal bold 12px Tahoma; 
    color: #000000;
}

.staticTextMain
{
    font: normal normal normal 15px Tahoma; 
    color: #333333; 
    margin: 10px 0px 0px 5px;
    padding: 0px;
}

.staticTextList
{
    padding: 10px 0px 0px 5px; 
    list-style-image: url('Images/checkmark.gif');
    line-height:1.5;
    list-style-position:inside;
}

.staticTextListItem
{
    font: normal normal normal 14px Tahoma; 
    color: black; 
    margin-left:5px;
    vertical-align:top;
}

.staticTextTable
{
    margin:0px 0px 0px 5px;
    padding:0px;
}

.staticTextTableRow
{
    padding: 5px 0px 0px 0px;
    vertical-align: middle;
}