/*
 * This file contains settings for a printer friendly version of the site.
 * All navigation has been removed. The footers have been removed as well
 * as the photos and banners on the site. All that remains is the logo banner
 * at the top and the body copy in the Main Content Area.
 */




body {

    margin: 0px;
    padding: 0px;
    border: 0px;
	background-color: #FFFFFF;
}


div#CenterSite {
	width: 500px;
	height: 100%;	
  	text-align: left;	
}


div#PrintText {
	display: block;
	margin: 20px;
}


/*
 * Defaults for everything on the entire page
 */

p,blockquote,li,td,th,h1,h2,h3,h4,input,textarea,select,button {
    font-family: Verdana,Helvetica,Arial,sans-serif;
}

body,p,blockquote,li,td,th,input,textarea,select,button {
    font-size: 12px;
    line-height: 140%;
}


h1 {font-size:          100%;
	color: 				#c53323;
	text-transform: 	uppercase;
}

h2 {font-size:          100%; color: #5f803e; }

h3 { font-size: 		100%; font-style: italic; color: #93213c; }
h4 { font-size: 		100%; font-style: italic; color: #da6028; }
h5 { font-size: 		100%; }
h6 { font-size: 		100%; }

sup { font-size: 		100%; }

/* Things that should have no margin by default */

form, div {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

input.Text {
    border: 1px solid #FFFFFF;
    padding: 1px;
    margin: 0px;
}


img.Block {
    display: block;
    margin: 0px;
    border: 0px;
}


img.Bank {
    margin: 0px;
    border: 0px;
    float: right; 
}




/* 
 * Tables
 */

table#ColumnLayout {
	width: 400px;
}


/* Used for containers */

table.Layout {
    margin: 0px;
    padding: 0px;
    border: 0px;
}




/*
 * Left Navigation
 */

td#SubNav, div#NavLinks, div#VerticalBanner {
	display: none;
}

/*
 * Running Footer
 */

div#SearchFooter, div#SearchInput, div#FooterNavigation {
	display: none;
}



/*
 * Main Content Area
 */

div#MainContent {
	width: 500px;   
	margin: 0px;
	padding: 0px;
}


td#MainBody {
	width: 500px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

td#MainBody h1 {
	margin: 20px;
}


td#MainBody h2 {
    margin: 10px 20px 0px 20px;
	padding: 0px;
}

td#MainBody h3 {
    margin: 0px 20px 0px 20px;
	padding: 0px;
}


td#MainBody ul {
	list-style-type: square;
}

td#MainBody ul li {
	margin: 0px 40px 0px 20px;
	color: #294aa1; 
}

td#MainBody ul li a {
	color: #e87424;
	text-decoration: none;
}

td#MainBody ul li a:link { color: #e87424; }
td#MainBody ul li a:visited { color: #e87424; }
td#MainBody ul li a:active { color: #e87424; }
td#MainBody ul li a:hover { color: #294aa1; text-decoration: underline; }




td#MainBody p {
    margin: 0px 20px 20px 20px;
	width: 500px;
www}

td#MainBody p.Bank {
	margin: 0px;
	padding:  0px 0px 0px 0px;
	text-align: right;
}

td#MainBody p.Caption {
	color: #912994;
    margin: 0px 40px 0px 40px;
	padding: 0px;
    font-weight: bold;
    text-align: left;
}

td#MainBody p.Footnote {
    font-size: 10px;
    font-style: italic;
}

td#MainBody p img.Left {
	margin: 0px;
	padding:  0px 0px 0px 0px;
	text-align: left;
}

td#MainBody p img.Right {
	margin: 0px;
	padding:  0px 0px 0px 20px;
}

td#MainBody p img.Center {
	margin: 0px;
	padding:  0px 0px 0px 25px;
}
