@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	color: #000000;
}
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration: none;
}
p {
	margin-bottom: 10px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 30px;
}
h2 {
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #333333;
}
h3 {
	text-transform: uppercase;
	color: #666666;
	letter-spacing: 1px;
	font-size: 11px;
	margin-bottom: 5px;
}
h5 {
	font-size: 11px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #333333;
	margin-bottom: 20px;
	padding-bottom: 3px;
}
h6 {
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	margin-top: 10px;
	letter-spacing: 1px;
}

#header {
	background-image: url(../_images/logo2.gif);
	background-repeat: no-repeat;
	height: 80px;
}
#header p {
	display: none;
}
#login  {
	display: none;
}
#menuBar  {
	display: none;
}
.leftNavSection  {
	display: none;
}
#leftNav  {
	display: none;
}
#breadCrumbs {
	display: none;
}
#footer {
	background-image: url(../_images/copyright.gif);
	background-repeat: no-repeat;
	height: 50px;
	margin-top: 20px;
}
#footer p  {
	display: none;
}
