body {
	margin: 0 auto;
	text-align: center;
	font-family: Verdana;
}

img {
	border: none;
}

h1 {
	font-size: 22px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

.bullet {
	font-size: 11px;
	color: #666666;
	margin: 0px 0px 0px 8px;
}

.bolded {
	font-weight: bold;
}

.alignLeft {
	text-align: left !important;
}

.alignRight {
	text-align: right !important;
}

.alignCenter {
	text-align: center !important;
}

.size10 {
	font-size: 10px;
}

a.navLink, a:visited.navLink {
	color: #000000;
	text-decoration: none;
}

a:hover.navLink {
	color: #000000;
	text-decoration: underline;
}

a.linkBlack, a:visited.linkBlack {
	color: #000000;
	text-decoration: none;
}

a:hover.linkBlack {
	color: #000000;
	text-decoration: underline;
}

table {
	width: 503px;
	background: #ffffff;
	text-align: left;
}

table th {
	border: 1px solid black;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

table td {
	font-size: 10px;
	text-align: left;
}

#upControl {
	background: url(images/up_arrow.gif) bottom center no-repeat;
	height: 36px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#downControl {
	background: url(images/down_arrow.gif) top center no-repeat;
	height: 36px;
	margin-top: 10px;
}

#scrollHolder {
	width:150px;
	height: 450px;
	overflow: hidden;
	position: relative;
	margin: 0px 0px 0px 40px;
	padding: 0px;
}

#controlBox {
	/*
	top: -30px;
	padding: 10px;
	*/
	width:150px;
	overflow: hidden;
	position: absolute;
}
 
#controlBox p {
	margin: 0px 0px 3px 0px;
}

#controlBox a img {
	border: 1px solid #cccccc;
}

#container {
	background: url(images/pa_final_bg.jpg) no-repeat top;
	margin: 0 auto;
	text-align: center;
	// width: 1071px;
	width: 941px;
}

#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#main {
	/* background: url(images/pa_bg_middle.jpg) top repeat-y #ffffff; */
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#main_left {
	width: 600px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	/* height: 700px; */
}

#main_left_contents {
	margin: 0px 240px 100px 181px;
	padding: 0px;
}

#main_left_admin_contents {
	margin: 20px 0px 0px 40px;
	padding: 5px;
	background: #ffffff;
	font-size: 11px;
	height: 900px;
	overflow: auto;
}

#main_right {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#main_right_contents {
	margin: 0px 175px 0px 0px;
	padding: 0px;
	text-align: left;
}

#navigation {
	margin-top: 50px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation li {
	margin: 0px 0px 10px 0px;
}

#navigation li a {
	font-size: 17px;
	font-weight: 1px;
	text-decoration: none;
	color: #8b8877;
}

#navigation li a:hover {
	color: #000000;
}

#navigation a img {
	border: none;
}

#navigation_bottom {
	margin: 5px 0px 0px 270px;
}

#navigation_bottom ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation_bottom li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#navigation_bottom li a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #8b8877;
}

#navigation_bottom li a img {
	border: none;
}

#categories {
	text-align: left;
	margin: 10px 10px 0px 45px;
}

#categories_contents {
	height: 440px;
	overflow: auto;
	/* clip: 0px 145px 440px 0px !important; */
}

#categories p {
	margin: 0px 0px 2px 0px;
}

#categories p a img {
	border: none;
	margin: 0px 0px 0px 0px;
}

#track {
	float: left;
	height: 438px;
	width: 15px;
	border: 1px solid #000000;
	background: #ebebeb;
}

#handle {
	height: 20px;
	width: 15px;
	background: #cccccc;
}

#footer {
	margin: 0 auto;
	text-align: center;
	height: 231px;
	/* background: url(images/pa_bg_bottom.jpg) top no-repeat #ffffff; */
	padding: 0px;
}




