@charset "utf-8";
body {
	margin:0;
	height:100%;
}
#container {
	width: 700px;
	margin-left: 100px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 15px;
	padding-top: 20px;
	margin-bottom: 40px;
	height: 100%;
}
#flashStrip {
	position: absolute;
	z-index: 10;
	left: 0;
	top:105px;
	width: 100%;
	height: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	overflow-x: hidden;
}
#container #navBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	position: absolute;
	top: 425px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 1px;
}
#container #navBar .activeItem {
	background-color:#cccccc;
	color:#333333;
}
#container #navBar a {
	height: 100%;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-top:3px;
	padding-bottom:3px;
	color: #999999;
}
#container #navBar a:hover{
	color: #333333;
	text-decoration: none;
}
#container #logo {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 380px;
}
#container #credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-align: right;
	position: absolute;
	bottom: -15px;
	right: 0px;
}
#container #content {
	width: 700px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#container #content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#container #content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #666699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	text-indent: 15px;
}
#container #content strong {
	color: #333333;
	font-weight: normal;
}
#container #leftBlock {
	background-color: #cccccc;
	width: 60px;
	position: absolute;
	left: -100px;
	top: -20px;
	height: 100%;
	z-index: 20;
	padding-bottom: 50px;
}
#container #content a {
	color: #666699;
	text-decoration: none;
}
#container #content a:hover {
	text-decoration: underline;
}
#container #credit a {
	color: #999999;
	text-decoration: none;
}
#container #credit a:hover {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #666666;
}
