/* CSS Document */
body {
	color: #7d7d7d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
p {
	margin-top: 0;
}
#page {
	margin: 0 auto;
	position: relative;
	width: 780px;
}
.clear {
	clear: both;
}
#navigation {
	background: url(../Images/bg_primary-navigation.gif) no-repeat;
	height: 64px;
	left: 20px;
	padding: 0 0 0 30px;
	position: absolute;
	top: 0;
	width: 715px;
}
#navigation a.first {
	border-left: solid 1px #919191;
}
#navigation a {
	border-right: solid 1px #919191;
	color: #FFFFFF;
	display: block;
	float: left;	
	font-size: 11px;
	font-weight: bold;
	height: 39px;
	padding: 15px 23px 0 23px;
	text-decoration: none;
}
#navigation a.selected {
	background: url(../Images/bg_primary-navigation-item-selected.gif) repeat-x left center;
	color: #000000;
}
#secondayNavigation {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header h1 {
	color: black;
	font-size: 30px;
	font-weight: bold;
	left: 265px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 126px;
}
#content {
	background-color: #000000;
	overflow: auto;
	_zoom: 1; /*ie6*/
}
#left {
	/*total max width 265px */
	background-color:#000000;
	float: left;
	_height: 200px; /*ie6*/
	min-height: 200px;
	padding: 63px 29px 20px 50px;
	#padding: 51px 29px 20px 50px; /*ie*/
	width: 186px;
}
.home #left {
	padding: 52px 29px 20px 60px;
	#padding: 51px 29px 20px 60px; /*ie*/
	width: 176px;
}
h2.center {
	/* 456 */
	background: #000000 url(../Images/bg_h2.gif) no-repeat 4px center;
	color: #ffcc00;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0  13px 0;
	padding: 0 0 0 22px;
	width: 456px;
}
.home h2.center {
	margin-top: 19px;
}
#center {
	/* 456 */
	background-color: #FFFFFF;
	border: solid 1px #c4c4c4;
	float: left;
	margin: 0 0 32px 0;
	padding: 27px;
	width: 400px;
}
#center p {
	line-height: 1.6em;
}
#footer {
	border-top: solid 1px #cccccc;
	font-size: 11px;
	margin: 5px 0 0 0;
	padding: 25px 0;
	text-align: center;
}
#footer a {
	color: #7d7d7d;
	font-size: 11px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .quicklinks {
	margin-bottom: 15px;
}
#footer .quicklinks a {
	background: url(../Images/blt_footer-separator.gif) no-repeat left center;
	padding: 0 9px 0 12px;
}
#footer .quicklinks a.first {
	margin-left: 1em;
}
#footer .copyrightInfo a {
	margin-left: 20px;
}
.featured {
	background-color: #888888;
	color: #FFFFFF;
	padding: 15px;
	margin-bottom: 13px;
}
.featured h2 {
	background: url(../Images/bg_h2-featured.gif) no-repeat right center;
	color: #ffcc00;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 8px 0;
	padding: 0 16px 0 0;
}
#left a {
	color: #ffcc00;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#left a.downloadLink {
	background: #ffcc00 url(../Images/bg_download-link.gif) no-repeat right center;
	color: #333333;
	display: block;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 13px;
	padding: 7px 13px 8px 13px;	
	text-decoration: none;
}
@media screen, projection, handheld {
	#navigation a.accesibility,
	.accesibility {
		display: none;
	}
}
@media print {
	#left,
	#navigation,
	#footer {
		display: none;
	}
	#center {
		border: none;
	}
	#navigation a.accesibility,
	.accesibility {
		display: none;
	}
}

