﻿/* content defaults */
body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color:#C0C0C0;
    text-align: center; 
    margin: auto; 
    font-size: 12px;	 
}

/*  page header */
h1{
	color: #111111;
	font-size: 15px;	
	margin-bottom: 10px;	
}

/* page sub-heading*/
h2{
    color: #333333;
    font-size: 12px;	
    margin-bottom: 0px;	   
}

/* page bullets*/
h3 {
	color: #707070;
    font-size: 12px;	
	font-weight: bold;
	display: inline; 
    margin-bottom:0px;
}
/**/
td{
    color: #333333;
}
/**/
a:active {
	color: #414141;
}
/**/
a:link {
	color: #666; 
    text-decoration: none;
}
/**/
a:visited {
	color: #666; 
    text-decoration: none;
}
/**/
a:hover {
	color: #333; 
    text-decoration: underline;
}
/**/
.breadcrumb{
	color: #333333;
	font-size: 9px;
}
/**/
.container {
    width: 900px;
    align: center;
    border-color: #000000;
    /*border: 1px solid #000000;*/
	 text-align: left;
	 padding:0px 0px 0px 0px;
	 margin: 20px auto;
} 
/**/
.footerArea {
    text-align: center;
	height: 50px;	
	background-color: #66cccc;
	background-image: url(../images/footer.png);
	font-size: 10px;
	line-height: 19px;
}
/**/
.logoArea {
   text-align: left;
	height: 71px;	
	background-color: #66cccc;
	background-image: url(../images/header.png);
}

/**/
.mpLogo {
	margin-top:  6px;
	margin-left: 28px;	
}
/**/
.pageContent{
	background-color: #e4e472;
    height:100%;
}
/**/
.homepageContent{
	background-color: #e8ecda;
	height:454px;
    margin-top:20px;
}
/**/
.pageSpacing{
    margin-bottom: 15px;
}
/**/
.paymentTable td{
   vertical-align: top;
}
/**/
.rightContent{
	padding: 30px 20px 10px 20px;
    color:#333333;
    line-height: 150%; 
    margin-top: 0    
}
/**/
.stdLeftColumn {
	text-align:left;
	float:left;
	width: 210px;
	color: #333333;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 13pt;
}
/**/
.stdRightColumn {
    margin-right: 25px;
	background-color: #edf0ed;
    float:right;
    width:650px;
}

/**/
.tagline {
    font-size:8pt;
    float:right;
    margin-right:10px;
    margin-top:44px;
    *margin-top:-14px;
    
 }