/* CSS Document */
body {
	text-align: center;
}
#page {
	text-align: left;
	width: 650px;
	margin: 0 auto;
	border: 2px solid #DDDDDD;
	padding: 5px;
}
#pageHeader {
	background-color: #3B3C3E;
	background-image: url(../imgs/headerBottomLeft.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
	#headerMenu {
		margin: 0;
		padding: 0;
		padding-top: 8px;
		padding-bottom: 14px;
		list-style-type: none;
	}
	#headerMenu li {
		margin-left: 15px;
		margin-top: 15px;
		padding-left: 25px;
		color: #666666;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 15px;
	}
	#headerMenu li a, #headerMenu li a:visited {
		color: #666666;
		text-decoration: none;
	}
	#headerMenu li a:hover {
		color: #FF9933;
		text-decoration: none;
	}
	#headerMenu li a.itemSelected, #headerMenu li a.itemSelected:visited {
		color: #FF9933;
	}
	#headerMenu #menuItem1, #headerMenu #menuItem2, #headerMenu #menuItem3, #headerMenu #menuItem4, #headerMenu #menuItem5 {
		background-repeat: no-repeat;
	}
	#headerMenu #menuItem1 {
		background-image: url(../imgs/headerMenu1.jpg)
	}
	#headerMenu #menuItem2 {
		background-image: url(../imgs/headerMenu2.jpg)
	}
	#headerMenu #menuItem3 {
		background-image: url(../imgs/headerMenu3.jpg)
	}
	#headerMenu #menuItem4 {
		background-image: url(../imgs/headerMenu4.jpg)
	}
	#headerMenu #menuItem5 {
		background-image: url(../imgs/headerMenu5.jpg)
	}
	#imgHeader {
		float: right;
	}
	
#contentContainer {
	padding-top: 20px;
	padding-right: 25px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .80em;
}
	#content {
		margin-left: 190px;
	}
	
#contentsList {
	list-style-type: none;
	border-bottom: 1px solid #666666;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
	#contentsList a, #contentsList a:visited {
		color: #FF9933;
		text-decoration: none;
	}	
	#contentsList a:hover {
		text-decoration: underline;
	}
	
#pageFooterContainer {
	clear: both;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	/*border-top: 1px dotted #999999;*/
	background-image: url(../imgs/footerBorderTop.jpg);
	background-repeat: repeat-x;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .54em;
	text-align: center;
	padding-bottom: 5px;
}

