@charset "UTF-8";
/* CSS Document */

body{
	background-color: #D1B8E0;
	color: #603;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0;
}
#wrapper{
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	min-height: 1200px;
	background-color: #FFFFFF;
	border-top: #FC3 solid 8px;
	border-left: #FC3 solid 5px;
	border-right: #FC3 solid 5px;
	border-bottom: #FC3 solid 5px;
}
#header{
	background-image: url(../graphics/design/tpc_logo_EB.png);
	background-repeat: no-repeat;
	/*background-color: #DAEDFF;*/
	background-position: center;
	height: 200px;
}

	
#content{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 2em;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;	
}
#sidebar{
	width: 30%;
	float: right;
	padding-top: 1em;
	padding-left: 25px;
	padding-right: 0px;
	text-align: left;
}
h1,h2,h3,h4,h5,p{
	margin-top:0;
	margin-bottom: 0.6em;
	letter-spacing: -0.05em;
}
h1{
	margin-bottom: -15px;
	color: #036;
}
h3{
	margin-top:1em;
	color: #036;
	font-size: 1.2emx;
}
h5{
	letter-spacing: -0.01em;
}
p{
	font-size: 12px;
	letter-spacing: 0;
}
img{
	margin-bottom: 0.2em;
}
.caption{
	float:left;
	font-size: 10px;
	font-weight: bold;
	margin-bottom:1em;
	text-align:center;
	margin-right: 13px;
	width: 250px;
}
#footer{
	font-size:10px;
	text-align:right;
	clear:both;
	margin-right: 20px;
	margin-bottom: 2px;
}

.emailbutton{
	border-top: 3px solid #FFE199;
	border-bottom: 3px solid  #963;
	border-left: 3px solid #F90;
	border-right: 3px solid #F90;
	color:#FFF;
	text-decoration: none;
	background-color: #FC3;
	display:inline-block;
	font-size:14px;
	font-weight:900;
	padding: 2px 5px 2px 5px;
	margin-bottom: 0.6em;
	color: #06C;
	
}

nav{
	width:100%;
	
}
nav ul{
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	
}
 nav ul li{
	 width: 25%;
	 float: left;
	 background-color: #FC3;


}
nav ul li a {
	text-align:center;
	 display: block;
	 width: 100%;
	 font-family: "Arial Black", Gadget, sans-serif;
	 text-decoration: none;
	 font-style: bold; 
	 color: #C04D63
 }
 
 nav ul li a:active {
	 color:  #3C0;
 }
	 
