body {
	padding: 0;
	margin: 0;
	background-color: #F7F7F7;
	color: #444444;
}

#maincontainer {
		margin: 0 auto;
		width: 980px;
}

#topcontainer {
	width: 960px;
	height: 105px;
		margin: 0 auto;
		position: relative;
	z-index: 20;
}

#common {
	width: 830px;
	left: 120px;
	border-bottom: 1px solid #cccccc;
	position: absolute;
	top: 0;
	padding: 6px 6px;
	font-size: 11px;
	text-align: right;
	color: #666666;
}

#common a {
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 6px;
}

#searchform {
	width: 220px;
	height: 40px;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	left: 740px;
	background: url(./../images/psearchbox.gif) no-repeat;
}

#searchcriteria {
	position: absolute;
	top: 10px;
	left: 12px;
	height: 20px;
	width: 164px;
	border: 0;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	outline: none; 

}

#searchsubmit {
	position: absolute;
	top: 9px;
	right: 11px;
	height: 22px;
	width: 22px;
	border: 0;
	background: url(./../images/psearch.gif) no-repeat;
	cursor: pointer;
	outline: none; 	
}

#searchsubmit::-moz-focus-inner { 
	border: 0; 
}

#topcontainer h1 {
	width: 860px;
	height: 50px;
	position: absolute;
	left: 100px;
	top: 50px;
	background: url(./../images/ptitle.gif) no-repeat;	
	padding: 0;
	margin: 0;
}

#topcontainer h2 {
	width: 400px;
	height: 40px;
	position: absolute;
	left: 120px;
	top: 52px;
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: none;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 22px;
	padding: 0;
	margin: 0;
	color: #666666;	
}

#topcontainer h1 span {
	display: none;
}

#common a:hover {
	color: #000000;	
}

#mainblock {
	padding: 0 10px;
	background: #F7F7F7 url(./pmainfade.png) repeat-y;
}

#content {
	width: 700px;
		padding: 20px 0 20px 20px;
	float: left;
	}

#bottom {
	width: 980px;
	height: 20px;
	background: url(./pmainbox.png) no-repeat left bottom;	
	line-height: 1px;
}

#sidebar {
	width: 190px;
		padding: 20px 20px 20px 0;
	float: right;
	}

.clearer {
	clear: both;
	height: 0;
	line-height: 0;
}

#navbar {
	width: 940px;
	padding: 20px 20px 0 20px;
	height: 35px;
	background: url(./pmainbox.png) no-repeat;
}

#navbar ul {
	height: 30px;
	width: 940px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 10;
	border-bottom: 5px solid #f0f0f0;
	position: relative;
}

#navbar ul li {
	float: left;
	z-index: 20;
}

#navbar ul li.navright {
	float: right;
	margin-right: -5px;
}

#navbar ul li.hover {
	background: url(./../images/ptab.gif) no-repeat right top;
}


#navbar ul li a.maintopic {
	padding: 6px 15px 6px 10px;
	display: block;
	text-decoration: none;
	color: #666666;
	text-transform: uppercase;
	outline: none;
	line-height: 18px;
}


#navbar ul div.navbox {
	width: 940px;
	height: 300px;
	padding: 10px 0 10px 20px;
	background: url(./pnavbox.png) no-repeat right bottom;
	position: absolute;
	top: 30px;
	left: -9999px;	
	overflow: hidden;
	z-index: 10;
}

#navbar ul li.hover div.rightbox {
	width: 196px;
	background: url(./prightbox.png) no-repeat right bottom;
}

#navbar ul li.hover div.navbox {
	left: -10px;
}

#navbar ul li.hover div.rightbox {
	left: 734px;
}


.subnav {
	width: 186px;
	padding: 0;
	margin: 0;
	height: 300px;
	float: left;
}

.subnav a.topic {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #666666;
	padding: 2px 0;
}

.subnav p {
	display: block;
	margin: 0px;
	padding: 2px 10px 4px 0;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}

.subnav a.subtopic {
	text-transform: none;
	display: block;
	font-size: 11px;
	line-height: 13px;
	background: url(./../images/pdot.gif) 0px 6px no-repeat;
	text-decoration: none;
	color: #666666;
	padding: 3px 10px 3px 12px;
}

.subnav a:hover {
	color: #000000;
}

.subnav img {
	width: 176px;
	height: 132px;
	display: block;
	padding: 0px 5px 5px 0px;
	border: 0;
	background: url(./../images/ppicborder.gif) no-repeat;
}

#tsform {
	padding: 42px 10px 0 10px;
	margin: 0;
}

#tslogo {
	width: 80px;
	height: 80px;
	border: 0;
	padding: 0 0 10px 38px;
	display: block;
}

#tslink {
	text-decoration: none;
	color: #444444;
	display: block;
	text-align: center;
	font-size: 11px;
}

#footer {
		margin: 0 auto;
		width: 960px;
	padding: 5px 0 10px 0;
	text-align: center;
	color: #888888;
}

#searchajax {
	position: absolute;
	background-color: #cccccc;
	position: absolute;
	width: 220px;
	top: 40px;
	left: 740px;
	height: 132px;
	overflow: hidden;
	display: none;
	z-index: 20;
}

#searchajax a {
	display: block;
	padding: 4px 10px;
	width: 220px;
	height: 14px;
	line-height: 14px;
	text-decoration: none;
	color: #444444;
}

#searchajax a:hover, #searchajax a.activelink {
	background-color: #333333;
	color: #ffffff;
}

#breadcrumbs {
	padding: 0 0 10px 0;
	font-size: 11px;
	color: #666666;
}

#breadcrumbs a {
	color: #666666  !important;
	font-weight: normal !important;
}

