body {
	/*background: #EDEDED url(images/bck_content.gif) repeat-x;*/
	background: #EDEDED;
	margin: 0px;
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
p,h1,pre {
		margin:0px 10px 10px 10px;
}
h1 {
	font:28px normal Times New Roman, Times, serif;
	color: #9E0B0E;
}
#container {
	background: #EDEDED url(images/bck_content.gif) repeat-x;
	margin:0px auto;
	width: 744px;
	padding-top: 15px;
}
#TopPane {
	text-align: left;
	padding: 0px;
	position: relative;
	height: 178px;
}
#TopPane a{
	color: #333333;
	text-decoration: none;
}
#TopPane a:hover{
	color: #9E0B0E;
	text-decoration: underline;
}
#topId {
	width: 308px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-right: 1px #FFFFFF solid;
}
#topImage {
	width: 152px;
	height: 144px;
	float: right;
}
#topGrey {
	border-right: 10px #666666 solid;
	border-left: 1px #FFFFFF solid;
	background-color: #333333;
	width: 152px;
	height: 144px;
	float: right;
}
html>body #topGrey {
	width:142px;
	}
#MenuPane {
	position: absolute;
	right: 0px;
	bottom: 5px;
}
#MenuPane ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	background: url(images/bckDot.gif) repeat-y left;
	padding-right: 10px;
} 
#MenuPane ul li {
	margin-left: 0;
	padding: 3px 5px 0px;
	background: url(images/bckDot.gif) repeat-y right;
	list-style: none;
	display: inline;
}
#MenuPane ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
#homeLink {
	position: absolute;
	left: 20px;
	bottom: 5px;
	font-weight: bold;
}
#contentContainer {
	width: 744px;
	border-bottom: 1px #666666 solid;
	margin: 0px 0px 5px;
	float: left;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
 /*div{
	border: 1px #666666 solid;
}*/
#NavigationPane {
	float: left;
	width: 178px;
	margin-top: 55px;
	padding-left: 10px;
}
#NavigationPane h2 {
	font:18px bold Times New Roman, Times, serif;
	color: #9E0B0E;
	margin: 0px 0px 4px 0px;
}
#NavigationPane ul {
	margin-left: 0;
	padding-left: 0;
	padding-top: 0px;
	margin-top: 5px;
	border-top: 1px #999999 dashed;
} 
#NavigationPane ul li {
	margin-left: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px #999999 dashed;
}
.MenuItem a{
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 178px;
	padding: 2px 0px 2px 3px;
	background-color: #ffffff;
	border-bottom: 1px #999999 dashed;
}
.MenuItemSelected{
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 178px;
	padding: 2px 0px 2px 3px;
	margin: -2px -4px -2px -2px;
	background: #EDEDED;
}
.MenuItemMouseOver a:hover{
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 178px;
	padding: 2px 0px 2px 3px;
	background: #EDEDED;
	border-bottom: 1px #999999 dashed;
}
#ContentPane {
	float: left;
	width: 547px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 7px;
}
#InfoPane {
	float: right;
	width: 190px;
	margin-top: 55px;
	padding-right: 10px;
}
#FooterPane {
	font-size: 10px;
	color: #999999;
	text-align: center;
	padding-bottom: 25px;
}
