@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Sans-serif, veranda;
	font-size: 12;
	font-style: bold;
	color: #000000;
	line-height: 100%;
	margin: 0px;
}



#h1 {
	font-family: Arial, Sans-serif, veranda;
	font-size: 20px;
	font-weight: bold;
	color: #02285a;
	line-height: 100%;
	margin: 0px;
}

#h2 {
	font-family: Arial, Sans-serif, veranda;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #128bc4;
	line-height: 150%;
	margin: 0px;
}

#h3 {
	font-family: Arial, Sans-serif, veranda;
	font-size: 13px;
	font-weight: bold;
	color: #02285a;
	line-height: 150%;
	margin: 0px;
}

#h4 {
	font-family: Arial, Sans-serif, veranda;
	font-size: 17px;
	color: #02285a;
	line-height: 150%;
	margin: 0px;
	
}
	
#h5 {
	font-family: Arial, Sans-serif, veranda;
	font-size: 18px;
	font-weight: bold;
	color: #128bc4;
	line-height: 150%;
	text-transform: uppercase;
	margin: 0px;
}







#pagecontainer {
		position: fixed;
		background-color:#c1c1c2;
		width: 900px;
		text-align:left
		}



/*Header*/


#header {
		background-image:url(../imgs/slice_header.jpg);
		height: 175px;
		width: 900px;
		clear: both;
		}
		

#headerimage {
		background-image:url(../imgs/slice_photo.jpg);
		height: 225px;
		width: 900px;
		clear: both;
		}
		

/*Body*/


.confirmation-field { display: none; } 


#contentcontainer{
	text-align:left
	width:;
	margin:0 auto
	}



#content {
	width: 840px;
	font-family: Arial, Sans-serif, veranda;
	font-size: 14px;
	color: #000000;
	line-height: 140%;
	margin: 0px;
	padding: 30px 30px 100px 30px;
	
	}

#left {
	float:left;
	width: 500px;
	padding: 0px 15px 0px 0px;
	border: 0px #000 solid;

	}

#right {
	float:right;
	width: 300px;
	padding: 0px;
	border: 0px #000 solid;

	}




#standardtableheader {
	font-family: Arial, Sans-serif, veranda;
	font-size: 22px;
	color: #000000;
	line-height: 100%;
	letter-spacing: 0.02em;
	padding: 10px;
	}
		
		
#standardtable TH {
	padding: 5px;
	border: 1px solid #666666;
	border-collapse: collapse;
	font-family: Arial, Sans-serif, veranda;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	line-height: 150%;
	margin: 0px;
	}

#standardtable TD {
		padding: 10px;
		border: 1px solid #666666;
		border-collapse: collapse;
	 	font: normal 14px verdana;


	}
	
#standardtable .left {
		border-left: none; border-bottom: none; border-top: none;
		text-align:left;
		}
#standardtable .right {
		border-right: none; border-bottom: none; border-top: none;
		text-align:left;

		}
#standardtable .rightsmall {
		border-right: none; border-bottom: none; border-top: none; border-left: none; padding:15px;

		}
#standardtable .lefttop {
		border-left: none; border-right: none; border-top: none; border-bottom: none;
		
		}
#standardtable .topbottom {
		border-top: none; border-bottom: none;
		text-align:left;

		}



/*footer*/

#footer {
		background-image:url(../imgs/slice_footer.jpg);
		height: 109px;
		width: 900px;
		clear: both;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #ffffff;
		letter-spacing: .5px;
		text-align: center;
		}
				
		
#footer a:link { 
	color: #82b1ec; text-decoration: underline; 
	}
#footer a:active {
	color: #82b1ec; text-decoration: none;
	}
#footer a:visited {
	color: #82b1ec; text-decoration: none;
	}
#footer a:hover {
	color: #82b1ec; text-decoration: underline;
	}
	
#footer2 {
		background-color:#c1c1c2;
		height: 50px;
		width: 900px;
		clear: both;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		letter-spacing: 1px;
		color: #58595b;
		text-align: center;
		}
				
		
#footer2 a:link { 
	color: #414042; text-decoration: underline; 
	}
#foote2r a:active {
	color: #414042; text-decoration: underline;
	}
#footer2 a:visited {
	color: #414042; text-decoration: underline;
	}
#footer2 a:hover {
	color: #414042; text-decoration: underline;
	}
	
	
	
	
a:link { 
	color: #128bc4; text-decoration: underline; 
	}
a:active {
	color: #128bc4; text-decoration: none;
	}
a:visited {
	color: #128bc4; text-decoration: none;
	}
a:hover {
	color: #128bc4; text-decoration: underline;
	}