/* default.css */

* {padding: 0;
	margin: 0;}

a[href] {cursor : pointer; }

body {width:100%;
		font-family: Calibri;
		text-align : center;
		font-size: 1em;
		color:black;
		background-color : inherit; }


#wrapper {margin: 0 auto;
			 width: 900px;
			 text-align : left; }
			 
.center-header { text-align:center; }

.centering-div { text-align : center; }

h1.announce { font-size: 3em; 
				  font-family: Broadway; 
				  color: red;
				  background-color : inherit }
				  
h1.headline { font-size: 3em; 
				  font-family: Broadway; 
				  color: rgb(51, 51, 255);
				  background-color : inherit; }
				  
h2.subhead { font-size: 1.5em;
				 color: red;
				 background-color : inherit;
				 text-align : left; }
				 
h2.subheadCenterBlue { font-size: 1.5em;
				 color: blue;
				 background-color : inherit;
				 text-align : center; }
				 
h2.subheadCenter { font-size: 1.5em;
				       color: red;
				       background-color : inherit;
				       text-align : center; }
						 
h3.headline { font-size: 2em; 
				  font-family: Broadway; 
				  color: blue;
				  background-color : inherit; }
				  
h3.headlineRed { font-size: 2em; 
				  font-family: Broadway; 
				  color: red;
				  background-color : inherit; }
				  
p { font-family: Calibri;
		text-align : center;
		font-size: 1em;
		color:black;
		background-color : inherit; }
		
p.left { font-family: Calibri;
		   text-align : left;
		   font-size: 1.125em;
		   color:black;
		   background-color : inherit; }
			
p.leftSmall { font-family: Calibri;
		   text-align : left;
		   font-size: 1em;
		   color:black;
		   background-color : inherit; }
			
p.center { font-family: Calibri;
		   text-align : center;
		   font-size: 1.125em;
		   color:black;
		   background-color : inherit; }
			
p.leftRed { font-family: Calibri;
		   text-align : left;
		   font-size: 1.125em;
		   color:red;
		   background-color : inherit; }
			
p.italic { text-align : left;
			  font-style: italic;
			  font-size : 1.125em; }
			
				  
p.emphasis { color: black; 
				 font-family: Calibri;
				 font-size : 1.5em; }
				 
p.emphasisRed { color: red; 
				 font-family: Calibri;
				 font-size : 1.75em;
				 font-weight : bold; }
				 
p.emphasisBlue { color: blue; 
				 font-family: Calibri;
				 font-size : 1.75em;
				 font-weight : bold; }
				 
p.bodyEmphasis { color: black; 
				 	  font-family: Calibri;
				 	  font-size : 1.5em;
					  text-align : left; }
					  
p.paymentProcessBlack { font-family: "Bookman Old Style", "Times New Roman", serif;
								font-size: 1.5em;
								font-weight: bold;
								color: black;
								background-color : inherit; }
								
p.paymentProcessBlackLeft { font-family: "Bookman Old Style", "Times New Roman", serif;
								font-size: 1.5em;
								font-weight: bold;
								color: black;
								background-color : inherit;
								text-align: left; }
					  
p.small { font-size : .85em;
			 text-align : left; }
			 
.noBorderHighlight { background-color: rgb(255, 255, 153);
						 	color:inherit;
							padding-bottom:0; }
			 
.colored { font-family: Calibri;
		   		 text-align : left;
		   		 font-size: 1.125em;
		   		 color:red;
		   		 background-color : inherit; }
			 
ul { list-style : disc;
      display : block;
		list-style-position : inside; }	
		
ol { list-style: decimal;
      display : block;
		list-style-position : inside; }		 
					  
li { padding-left:10px;
	  font-size:1.125em; }
	  
li.emph { font-weight : bold;
			 font-style : italic; } 
	  
.borderHighlight { background-color: rgb(255, 255, 153);
						 color:inherit;
						 border:1px dashed black;
						 padding: 5px 10px; }					 
						 
.doubleBorder { text-align : center;
					 border: 2px black;
					 border-style: double; }
					 
.highlightYellow { background: rgb(255, 255, 153);
						  color: black; }
						  
.horizLineDashed { width: 390px;
						 text-align: center;
						 border-bottom:1px dashed black; }
						 
.horizLineSolid { width: 390px;
						 text-align: center;
						 border-bottom:1px solid black; }
						 
.horizLineSolidThick { width: 590px;
						 text-align: center;
						 border-top:2px solid black; }
	

.dates { text-align:left;
			font-size: 1.5em;
			padding-left: 40%; }
		
.signature { font-family : "Lucida Handwriting", cursive;
				 font-size : 1.75em;
				 font-weight: bold;
				 color: blue;
				 background-color : inherit; }