﻿html { height: 100%;}
div, img {margin: 0px;}
BODY
{
    width: 100%;   
	font: 90% Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color:#FFFFFF;
	height: 100%;
  
}        
#DivWrapper
{
    width:780px;
    margin: 20px auto 0 auto;
    border:solid 1px #000000; 
    text-align: left; 
    padding-top: 20px;
    padding-bottom: 10px;
    height: 880px;
} 


div#rightContent
{   
    float: right;  
    width: 480px;
    margin: 0px 8px 0px 0px;
}

div#leftContent
{
    float: left;
    width: 250px; 
    margin: 15px 0px;
}

div#leftContent img
{
    margin-top: 40px;
}

div#leftContent blockquote
{
    font-style: italic;
}

div#rightContent blockquote
{
    padding-left: 1px;  
    font-style:italic;  
}

div#rightContent h1
{
    color: #D60080;
	font-size: 400%;
	font-weight: bold;
	margin: 0px;
	letter-spacing: 1px;
}


.listContent
{
  margin: 8px 0px;  
  vertical-align: top;  
}

ul#indexedList
{
    list-style: none;
    text-align: right;
    color: #D60080;
    font-weight: bold;
    margin: 80px 0px 0px 0px;
    line-height: 19px;
 }

.listContent p
{
    margin: 3px 0px 10px 0px;
    width: 450px;
    float: right;    
}

.numberSpan
{
    color: #D60080;
    font-weight: bold;
    font-size: 200%;
    float: left;
    margin: 0px;
}



#footer
{
    background:#532e60;
    font-size: 120%;
    color:#ffffff;
    width: 780px;
    margin: 0 auto;
    height:30px;
    text-align: right;
    /*padding: 10px 8px 0px 0px;*/
    padding: 5px 0px 5px 0px;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    font-weight: bold;
    line-height: 80%;
    /*float:right;*/
} 
#footer a:link {
	color: #E062AE;
}

#footer a:hover {
	text-decoration: none;
	color: #3FCAFF;
}
a:link {
	color: #D60080;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #D60080;
}
a:hover {
	text-decoration: none;
	color: #3FCAFF;
}
a:active {
	text-decoration: underline;
	color: #D60080;
}

.floatLinkRight
{
    float: right;
    margin-right: 10px;
        
}

.floatLinkRight a
{
    color: #000;
}
