   	html{
		height:100%;
	}
	
	body{	
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		margin:0px;
		padding:0px;
		height:100%;
		font-size:0.9em;
	}
	
	TD.solid-black-nav { 
		background:#000; 
		font-weight: bold; 
		width:192px;
		height:610px;
		margin:0px;
	}
	
	TD.pad-right { 
		font-weight: bold; 
		height:100%;
	}
	
	TD.black_top_bottom_border {
	  border-bottom: 5px solid #000;
	  border-top: 5px solid #000;
	  background-color:#0054FE;
	}
	
	TD.white_bottom_border {
	  border-bottom: 5px solid #FFF;
	}
	

	TD.solid-blue {
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:1.6em;
		color: #ffffff;
		background-color:blue;
		font-weight:bold; 
  		width: 25%;
		text-align: center; 
		border-bottom: 8px solid #000;
		border-top: 8px solid #000;
	}

  	TD.top {
  		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:1.6em;
		color: #ffffff;
		background-color:#0054FE;
		font-weight:bold; 
		text-align: right; 
		border-bottom: 5px solid #000;
	}

	#mainContainer{
		width:1024px;
		height:768px;
		text-align:left;
	}
	
   #top_blue{
		width:100%;
		margin: 0 auto;
		border-left:1px solid #000;
		border-right:1px solid #000;
		height:30px;
		text-align:left;
		background-color:blue;
	}
	#nav_blue{
		width:100%;
		margin: 0 auto;
		height:30px;
		text-align:left;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:1.5em;
		color: #ffffff;
		background-color:blue;
		vertical-align:middle;
		font-weight:bold;
	}
	#text_blue{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:1.6em;
		color: #ffffff;
		background-color:blue;
		font-weight:bold;
	}
	#black_line{
		width:100%;
		margin: 0 auto;
		height:5px;
		text-align:left;
		background-color:black;
	}
	#header{
		width:100%;
		margin: 0 auto;
		text-align:left;
		background-color:white;
	}
	#divider{
		width:100px;
		background-color:blue;
	}
	
	#mainContent{
		width:590px;
		padding-left:10px;
		padding-right:10px;
		float:left;
	}
	#topBar{
		height:100px;	
	}
	
	#links_text{
		font-family: Impact;
		font-size:1.8em;
		color: #ffffff;	
		padding-left:200px;
		letter-spacing: 0.1em;
	}
	#links_description_text{
		font-family: Impact;
		font-size:1em;
		color: #ffffff;	
		padding-left:200px;
	}
	#paypal {
		padding-left:640px;
		padding-top:20px;
	}
	

