/* CSS Document */

/* Ids */

html {
	height:100%;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height:100%;
	text-align:center;
}

a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#4692cf;

}
a:hover {
	text-decoration: underline;
	color:00ADEF;
}
a:active {
	text-decoration: none;
}



p{
	margin:0px;
	font-size: 1.1ems;
}

#content{

	height: 600px;
	width: 800px;

}

#pinkbox{
	height: 500px;
	width: 700px;
	margin: 50px 50px 50px 50px;
	background-color:#FF00CC;
	float:left;
	}

#outsidesidepinkboxcontainer{
	height: 492px;
	width: 693px;
	margin: 4px 4px 4px 4px;
	background-color:#FFFFFF;
	float:left;
	}

#insidepinkboxcontainer{
	height: 400px;
	width: 601px;
	margin: 46px 46px 46px 46px;
	float:left;
	}

#logo{
	height: 24px;
	width: 170px;
	background-image: url(../_images/logo.gif);
	background-repeat: none;
	float: left;
	}
	
#linkbox{
	height: 24px;
	width: 250px;
	float: left;
	margin: 0 0 0 180px;
	padding: 0px 0px 0px 0px;
	}

#linktext{
	height: 10px;
	width: 250px;
	float: left;
	margin: 11 0 0 0px;
	padding: 0px 0px 0px 0px;
	}
	
#pagebox{
	height: 363px;
	width: 600px;
	float: left;
	background-image:url(../_images/backbox.gif);
	}
	
#insidepagebox{
	height: 363px;
	width:400px;
	float:left;
	}
	
#insidepageboxzebra{
	height: 363px;
	width:400px;
	float:left;
	background-image:url(../_images/zebra2.gif);
	}	
	
#insidepageboxgiraffe{
	height: 363px;
	width:400px;
	float:left;
	background-image:url(../_images/tiger2.gif);
	}	

#insideinsidepagebox{
	height: 320px;
	width:360px;
	float:left;
	margin: 20px 20px 20px 20px;
	}	

#textbox{
	height: 363px;
	width:200px;
	float:right;
	background-color:#EA0D8B;
	}

#insidetextbox{
	height: 330px;
	width:160px;
	margin:16px 20px 16px 20px;
	float:left;
	}

#insidetextbox2{
	height: 330px;
	width:160px;
	margin:16px 16px 12px 16px;
	float:left;
	}

#bumfbox{
	height: 11px;
	width: 450px;
	float: right;
	}
	

	
/* Classes */

.Text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	}

.TextDarkBlue{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0071BC;
	}
	
.TextWhite{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
	}

.LinkOn{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#EA0D8B;
	}
	
	
/*clear fix from snippets library*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearBoth{
	clear:both;
}

.clearfix {
	display: inline-table;
	clear:both;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

*html #nonFooter
{
height:0px;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
