html, body {
   	text-align: center;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	}


H1 { 
font-size: 12pt;
font-weight: bold;
margin-bottom: 0px;
padding-bottom: 0px;
}

H2 { font:normal 12pt arial; font-weight: bold;}

A:link {  text-decoration: none; color: #446699; }
A:active { text-decoration: none; color: #CC6600; }
A:visited { text-decoration: none; color: #CC6666; }
A:hover { text-decoration: none; color: #FF9966; }
	
/*-----------------------------------------
 GENERAL FORMATTING 
----------------------------------------*/

body {

   	background: url(images/MainBackGrad.jpg) repeat-x;
	font-family:Arial,Verdana,Helvitica,sans-serif;
        height: 100%;
	color: #666;
	font-size: 12px;
	padding: 0;
	margin-top: 11px;
	margin-left: auto;
	margin-right: auto;
	}

.requiredfield{
  font-size:.8em;
  font-style: italic;
  font-weight: bold;
  color: #d23302;
  padding-left: 30px;
  }


.formlable {
	font-size: .8em; 
	font-weight: bold;
	font-variant: small-caps;
	padding-left: 30px;
}



/*--------------------------------------
 central panel fade 
----------------------------------------*/
		#outerfade {
                background: url(images/borderfade.gif) top center no-repeat;
		width: 962px;
		height: 100%;
		background-color: #FFF;
		margin-top: 50px;
    margin-left: auto;
    margin-right: auto;

		}	


	
/*--------------------------------------
 central panel
----------------------------------------*/
		#maincontainer {
		width: 944px;
    margin-left: auto;
    margin-right: auto;

		border: 1px solid #a8a8a8;
		background-color: #FFF;
		margin-top: 10px;
		}	

/*--------------------------------------
 Content Containers panel
----------------------------------------*/


#logoheader{
	width:  944px;
	height:190px;
	margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
	}


#Artstrip{
	width:  900px;

	background-color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;


	}
	

#PrimaryContainer{

        text-align: left;
        border: 1px solid #D8D8D8; 
	width: 874px;
	background-color: #FFF;
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;

	}

	}
#formcenter {
text-align: center;
}


	
#Innerleftcolumn{
	text-align: left;
	position: relative;	
	/*float:left;*/
	width: 575px;
height: 100%;
	border: 1px solid #D8D8D8; 
	background-color: #FFF;
	margin-left: 0px;
padding: 8px;
margin-right: 10px;
	}
	
#Innerrightcolumn{
	text-align: left;
	position: relative;	
	float: right;
	width: 275px;
	background-color: #FFF;
	margin-right: 0px;
	}

#footer{
	width:  891px;
        height: 22px;

        border: 1px solid #D8D8D8; 
        position: relative;
        bottom:5px;
	background-color: #FFF;
	background: url(images/copyback.jpg) bottom left repeat-x;
	margin-top: 15px;
	margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;

	}

#footertext{
	margin-top: 5px;
    margin-left: auto;
    margin-right: auto;

	}

#footertext A:link {  text-decoration: none; color: #666666; }
#footertext A:active { text-decoration: none; color: #666666; }
#footertext A:visited { text-decoration: none; color: #666666; }
#footertext A:hover { text-decoration: none; color: #F2F0F4; }

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em; 
    width: 980px;
}
.footer, .push {
    height: 4em;
    margin-left: auto;
    margin-right: auto;
}


