
html, body
	{ 
		margin:0;
		padding:0;
		height:100%;
		border:none;
	}
body
	{
		font-family: "Trebuchet MS", "Helvetica", sans-serif;
		font-size: 11px;
		color: #5F6E7A; 
		background-image: url('bgtile.png');
	}

#fullheight
	{
		height: 100%;
	}

.textbox { margin-left: 12px; margin-right: 12px; margin-bottom: 12px; margin-top: 25px; text-align: justify }
.iphonebox { margin-left: 12px; margin-right: 12px; margin-bottom: 12px; margin-top: 8px; text-align: justify }
.abootbox { margin-left: 12px; margin-right: 12px; margin-bottom: 4px; margin-top: 22px; text-align: justify }
.citation { font-size: 24pt }
.contactbox { font-size: 12pt; margin-left: 2px; margin-right: 2px; margin-bottom: 2px; margin-top: 2px; text-align: center }
.newsbox { font-size: 11px; margin-left: 12px; margin-right: 12px; margin-bottom: 12px; margin-top: 22px; text-align: justify }
.textboxsingle { margin-left: 12px; margin-right: 12px; margin-bottom: 12px; margin-top: 12px; text-align: justify }
.footer1 { margin-left: 12px; margin-right: 12px; margin-bottom: 12px; margin-top: 8px; text-align: center; color: #2E353B }
.footer2 { margin-left: 12px; margin-right: 12px; margin-bottom: 12px; margin-top: 8px; text-align: center }
.textbox2 { margin-top: 34px; margin-bottom: 12px; margin-left: 12px; margin-right: 12px; text-align: justify}



.lynkz 
	{ 
		
		font-family: "Trebuchet MS", "Helvetica", sans-serif; 
		font-size: 13px; 
		font-weight: bold; 
		text-shadow: 1px 1px 0.05em black;
		margin: 0px; 
		
		color: rgb(255,255,255); 

	}
	
a.lynkz:link
	{
		text-decoration: none;
		color: white;
	}

a.lynkz:visited
	{
		text-decoration: none;
		color: white;
	}

a.lynkz:hover
	{
		text-decoration: none;
		color: gold
	}
a.lynkz:active
	{
		text-decoration: none;
		color: gold
	}

a:link
	{
		text-decoration: none;
		color: #5B6975;
	}

a:visited
	{
		text-decoration: none;
		color: #5B6975;
	}

a:hover
	{
		text-decoration: underline;
		color: #788B9A
	}
a:active
	{
		text-decoration: underline;
		color: #788B9A
	}