.smalltext {

	font-family: "arial";
	font-size: 10px;
	color: #BBA006;
	font-weight: normal;
	text-decoration: none;
}
.normal {
	font-family: "arial";
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	hover: #000000;

}
.normal2 {
	font-family: "arial";
	font-size: 12px;
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;

}


H1 {

	font-family: "calibri";
	font-size: 15px;
	color: #ff9900;
	font-weight: bold;

}

H2 {

	font-family: "calibri";
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;

}

A {
        font-family: "arial";
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
	}

A:visited {
 	font-family: "arial";
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
	}

A:active {
 	font-family: "arial";
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
	}

A:hover { 
	font-family: "arial";
	font-size: 11px;
	color: #00cccc;
	font-weight: bold;
	text-decoration:underline;
	}
	
.floatimgleft {
	float: left;
	margin-top:10px;
	margin-left:5px;
	margin-right:0px;
	margin-bottom:5px;
}
.floatimgright {
	float: right;
	margin-top:10px;
	margin-left:5px;
	margin-right:0px;
	margin-bottom:5px;
}

#base {
	position:absolute;
	width:100%;
	left: 0px;
	top: 0px;
	text-align:center;
	z-index:1;
	background-color:#000066;	

}

#main {
	position:relative;
	width:900px;
	height:450px;
	left:0px;
	top: 30px;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
	background-color:#084595;
	
}

#header {
       position:absolute;
       width:900px;
       height:105px;
       left:0px;
       top:0px;
       z-index:2;
	   background-image:url(images/tpc_logo.jpg);
	   background-repeat:no-repeat;
	   background-position:center;
	   background-color:#000066;
}

#footer {
       position:absolute;
       width:100%;
       height:50px;
       left:0px;
       top:450px;
       z-index:3;
	   background-color:#000066; 
} 

#navigation {
	position:absolute;
	width:900px;
	height:80px;
	left: 0px;
	top: 105px;
	z-index:8;
	
}

#cb_link {
	position:absolute;
	width:250px;
	height:25px;
	left:650px;
	top:450px;
	z-index:5;
}

