body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}
#container {
	background-repeat: repeat-x;
}
#header span,
#skip,
#navigation h3 {
	display: none;
}
#header {
	background-repeat: no-repeat;
	height: 64px;
	width: 770px;
}
#inner-container {
	background-repeat: no-repeat;
	width: 770px;
}
#content #title {
	margin-top: 0px;
}
#middle {
	float: right;
	width: 100%;
	margin-left: -220px;
}
#content {
	margin-left: 220px;
	width: 550px;
}
#navigation {
	float: left;
	width: 200px;
	padding-right: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333333;
	background-color: #FFFFFF;
}
#body {
	padding-right: 12px;
	padding-left: 12px;
	line-height: 1.3em;
}
#footer {
	clear: both;
	margin-left: 220px;
}
#navigation ul {
	list-style-image:  url(../../images/all/bullet.gif);
	padding-left: 24px;
	margin-left: 0px;
}
#navigation ul a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#navigation ul ul {
	list-style-image: none;
	list-style-type: none;
	padding-left: 0px;
}
#navigation ul a:hover {
	background-color: #EDEDED;
}
#navigation ul ul a {
	padding-left: 24px;
	color: #666666;
}
#navigation ul a.current {
	font-weight: bold;
}
#body ul {
	list-style-image:  url(../../images/all/bullet.gif);
}
#footer {
	font-size: 0.9em;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #FFFFFF;
	color: #999999;
}
#footer a {
	color: #999999;
}
#footer a:hover {
	color: #333333;
}

a:hover img{
		filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}