body {
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	background-color: #71828A;
}
#logoPanel {
	margin-bottom: 15px;
}
#mainPanel {
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	background: #FFFFFF;
	border: 1px solid #21536A;
	padding: 0;
}
#north {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}
#projectLogo {
	float: right;
}
#breadcrumbs {
	color: #999999;
	font-size: 80%;
	margin-bottom: 7px;
}
#breadcrumbs a {
	color: #999999;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #005FA9;
	text-decoration: underline;
}
#pageTitle {
	font-size: 150%;
	font-weight: bold;
}
#center {
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	margin-left: 20%;
}
#center h1 {
	font-size: 150%;
	line-height: normal;
	font-weight: bold;
	margin: 0;
}
#center h2 {
	font-size: 120%;
	line-height: normal;
	font-weight: bold;
	margin: 0;
}
#center h3 {
	font-size: 100%;
	line-height: normal;
	font-weight: bold;
	margin: 0;
}
#center a {
	color: #005FA9;
	text-decoration: underline;
}
#center img {
	border: 0;
}
#center img.left {
	float: left;
}
#center img.right {
	float: right;
}
#center div.download {
	background-image: url('package.gif');
	background-position: left 5px;
	background-repeat: no-repeat;
	min-height: 50px;
	height: auto !important;
	height: 20px;
	vertical-align: middle;
	text-align: left;
	padding-left: 55px;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 25px;
	border-top: 1px solid #CCCCCC;
}
#west {
	padding : 0;
	width: 20%;
	float: left;
	margin-right: 10px;
}
#west a:link, #west a:visited {
	display: block;
	font-weight: bold;
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	color: #21536A;
	text-decoration: none;
}
#west a:hover{
	background-color: #DDDDDD;
	text-decoration: none;
}
#south {
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	font-size: 80%;
	text-align: center;
}
#south a {
	color: #005FA9;
	text-decoration: underline;
}
