/* CSS Document */
/* commented backslash hack for ie5mac \*/ 
html, body{height:100%;} 
/* end hack */
body {
	margin:0;
	padding:0;
	text-align:center;
	min-height:570px;
	min-width:760px;
	background-color: #888888;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
}

#bounding {
height: 585px;
width: 760px;
position: absolute;
left:0;
top: 50%;
margin-top: -285px; /* make this half your image/element height */
background: #ffffff;
}
#centre {
height:100%;
width:760px;
margin-left:auto;/* centre for compliant browsers */
margin-right:auto;/* centre for compliant browsers */
position:relative;/* gain stacking context for absolutely placed element */
}

#headerPanel {
	height: 62px;
	text-align: left;
	margin: 140px 0 0 0;
	background: #ffffff url(../images/header_bg.gif) repeat-x;
}

#navPanel {
	height: 43px;
	text-align: left;
	color: white;
	background: #5f5c5c;
	letter-spacing: 0.05em;
}
#navPanel ul {
	margin:0;
	padding: 25px 0 0 2px;
	list-style-type:none;
	}
#navPanel li {
	display:inline;
	padding: 25px 0 0 2px;
	margin:0;
	}
/*#navPanel p {
	padding: 25px 0 0 2px;
	background-color: none;
	margin: 0;
}*/
#navPanel a {
	padding-left: 10px;
	color: white;
	text-decoration: none;
}
#navPanel a:hover {
	padding-left: 10px;
	color: #FD114D;
	text-decoration: none;
}

#namePanel {
	height: 13px;
	text-align: right;
	background: #CA0241;
	color: white;
	padding-right: 12px;
	font-size: 0.9em;
	letter-spacing: 0.02em;
}
#imgPanel {
	height: 90px;
	text-align: left;
	background: #cccccc;
}

#bodyPanel {
	height: 222px;
	text-align: left;
}
.bodyPanelLeft {
	width: 165px;
	height: 120px;
	margin: 0;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ca0241;
	color: #716f6e;
	display: block;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	position: relative;
	float: left;
	font-size: 1em;
}
.bodyPanelRight {
	width: 165px;
	margin: 0;
	text-align: left;
	color: #716f6e;
	display: block;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	position: relative;
	float: left;
	font-size: 1em;
}

#bodyPanel strong {
	font-size: 1.1em;
	font-weight: bold;
}
#bodyPanel a {
	font-size: 1em;
	color: #716f6e;
	text-decoration: underline;
	font-weight: bold;
}
#bodyPanel a:hover {
	color: #ca0241;
	text-decoration: underline;
}
#bodyPanel .albaNewsLink {
	display: block;
	clear: both;
	margin: 70px 0 10px 12px;
}
#bodyPanel p.albaNewsLink a {
	color: #ca0241;
	font-weight: bold;
	text-decoration: none;
}
#bodyPanel  p.albaNewsLink a:hover {
	color: #ca0241;
	text-decoration: underline;
}
.highlight {
	color: #ca0241;
	font-weight: bold;
}

hr {
	display: none;
}
#footerPanel {
	height: 15px;
	text-align: left;
	color: white;
	background-color: #888888;
}

#footerPanel ul {
	margin:0;
	padding: 0;
	list-style-type:none;
	}
#footerPanel li {
	display:inline;
	padding: 0;
	margin:0;
	}
	
#footerPanel a{
	color: white;
	text-decoration: none;
	padding-left: 18px;
}
#footerPanel a:hover{
	color: white;
	text-decoration: underline;
	padding-left: 18px;
}
.footerSpanLeft {
	width: 49%;
	float: left;
	text-align: left;
}
.footerSpanRight {
	width: 49%;
	float: right;
	text-align: right;
}
