body 
{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:11px;
	margin-left:0px;
	margin-top:0px;
}

#header {
	background-image: url(../images/IPCHeader.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 800px;

	
}

#header p {
	
text-align: right;
padding-top: 75px;
	padding-right: 16px;
	
}

#languageNav 
{
	visibility:visible;
}

	
#footer {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #415a68;
}
#footer a {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #415a68;
	text-decoration: none;
}
#footer a:visited {
	color: #415a68;
	text-decoration: none;
}
#footer a:hover {
	color: #F0ab00;
	text-decoration: none;
}
#footer a:active {
	color: #415a68;
	text-decoration: none;
}
#footer .header {
	font-weight: bold;
	font-size: 11px;
}
#footer .BigHeader {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #415a68;
	border-right-color: #415a68;
	border-bottom-color: #415a68;
	border-left-color: #415a68;
	margin-bottom: 9px;
}


#copyright 
{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align:center;
	margin-bottom:6px;
}

#quote {
	background-color: #E6E6E6;
	padding:10px;
	width: 80%;

}

#quote h1 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom:-12px;	
}

#quote p {

	text-align: right;	
}




.button
{
	color: #415a68;
	border-right: white thin solid;
	border-top: white thin solid;
	border-left: white thin solid;
	border-bottom: white thin solid;
	background-color: #f0ab00;
	font-weight: bold;
	text-align: center;
	width: 50px;
	height: 12px;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
}

.button a:link,
.button a:visited,
.button a:active
{
	color: #f0ab00;
	text-decoration: none;
}

.button a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

