
		
		img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}
		
		#page-wrap { 
		position: relative; 
		width: 800px; 
		margin: 50px auto;
		
		padding: 20px; 

		}
		#page-wrap2 { 
		position: relative; 
		width: 800px; 
		margin: 50px auto; 
		padding: 20px; 
		border-radius:15px;
		background: #FFFFFF; 
		-moz-box-shadow: 0 0 20px black; 
		-webkit-box-shadow: 0 0 20px black; 
		box-shadow: 0 0 20px black; 

		}
		#page-wrap3{ 
		position: relative; 	
		box-shadow: 0 0 20px black;
		border-radius:15px;
		background: #0099cc; 
		-moz-box-shadow: 0 0 20px black; 
		-webkit-box-shadow: 0 0 20px black; 
		padding: 0px; 
		 
		/*
		margin: 50px auto; 
		
		height:10px;
		 */
		
		/*
		
		
		*/
		}
		#page-wrap4{ 
		position: relative; 
		width:200px;
		box-shadow: 0 0 20px black;
		border-radius:15px;
		/*background: #0099cc;*/
		background: url(../pics/bgYellow.gif);		
		-moz-box-shadow: 0 0 20px black; 
		-webkit-box-shadow: 0 0 20px black; 
		padding: 0px; 
		}
		#divLogo{
		background-image: "pics/Logo A3web.png";
		background-repeat: no-repeat;
		width: auto; /*or your image's width*/
		height: auto; /*or your image's height*/
		margin: 0;
padding: 0;}
		
		p 
		{ 
		/*font: 15px/2 Cooper Black, Serif; */
		margin:10px 0 30px!important
		color:#000000;
		/*
		margin: 0 0 5px 0; 
		text-indent: 40px; 
		*/
		}
		p.wit
		{ 
		font: 15px/2 Cooper Black, Serif; 
		/*margin-left:35px;*/ 
		color:white;
		}
		p.bruin
		{ 
		/*font: 15px/2 Georgia, Serif; 
		margin-left:35px;
		color:#CC0000;*/ 
		color: #000000;
		text-decoration: none;
		font-family: Cooper Black, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size:18px;
		
		}
		p.content
		{ 
			font-size: 24px;	
		}
		#tableContent 
		{
		width:650px;
		border:0px solid black;
		margin-left:75px;
		}
		a:link{

color: #000000;
text-decoration: none;
font-family: Cooper Black, Arial, Helvetica, sans-serif;
font-weight: bold;

}

a:visited{

color: #000000;
text-decoration: underline;
font-family: Cooper Black, Arial, Helvetica, sans-serif;
font-weight: bold;

}

a:hover{

color: #000000;
text-decoration: none;
font-family: Cooper Black, Arial, Helvetica, sans-serif;
font-weight: bold;

}

a:active{

color: #B30700;
text-decoration: underline;
font-family: Cooper Black, Arial, Helvetica, sans-serif;
font-weight: bold;

}
a, img {
    border:none;
}
h1
{
color: #000000;
}	
* 
{
  margin: 0;
}
#cellback {
width:95px;
height:45px;
background: url(../pics/bgYellow.gif);
text-align: center;

}
.mytableGradientback
{
		border-collapse: collapse;
		width:170px;
}
		
.mytableGradientback td, table th 
{
 border: 1px solid #6CF;		 
}
#cellBorder
{
	background: #FFFFFF;
	text-align:center;
}
#rcorners2 {
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px;
/*	
    width: 200px;
    height: 150px;    
*/
}	
#tablecolapse
{
		width:650px;
		border-collapse:collapse;
		margin-left:75px;
		
		
}
#tablecolapseFooter
{
		width:800px;
		border-collapse:collapse;
		
		
		
}
#tdspacer
{
	text-align:center;
	width:5;
	}
#colaligncenterleftborder
{
	
	text-align:center;
	


}


		.mytable
		{
		border-collapse: collapse;
		
		}
		.mytable td, table th {
 		 border: 1px solid #6CF;
		 border-top: 0;
		 
		}
		.mytable td.padded {
 		 padding-left:10px;
		 
		}
		
		.mytable tr:first-child th {
  		border-top: 0;
		}
		.mytable tr:last-child td {
  		border-bottom: 0;
		}
		.mytable tr td:first-child,
		.mytable tr th:first-child {
		  border-left: 0;
		}
		.mytable tr td:last-child,
		.mytable tr th:last-child {
		  border-right: 0;
		}
	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		/*background-color: #444;*/
		padding: 10px;
		width: 100px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		/*border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;*/
	}
	#gallery ul a:hover img {
		/*border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;*/
	}
	#gallery ul a:hover { color: #fff; }
	/*
	#mainlink{width:390px; height:425px}*/