body {
	top: 5px;
	left: 5px;
	padding-bottom: 15px;
	background-image: url("images/prm_right_tile.jpg");
	ackground-color: #000000;
	font-family: Verdana, Arial, Helvetica, "sans-serif";
	font-size: 11px;
}
select {
	font-family: Verdana, Arial, Helvetica, "sans-serif";
	font-size: 11px;
}
img {
	border:0px;
}
hr {
	border-top: 1px dashed #000000;
	height: 1px;
}
h1 {
	color: #C7AE85;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
a {
	color: #C7AE85;
}

#topLeft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 146px;
	height: 30px;
	/*background-image: url("images/prm_top_left.jpg");*/
}
#topButtons {
	position: absolute;
	left: 146px;
	top: 0px;
	width: 418px;
	height: 30px;
	aborder: 1px solid red;
	cursor: pointer;
	cursor: hand;
}
#topRight {
	position: absolute;
	left: 564px;
	top: 0px;
	width: 204px;
	height: 30px;
	/*background-image: url("images/prm_top_right.jpg");*/
}
#title {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 768px;
	height: 77px;
	/*background-image: url("images/prm_title.jpg");*/
}
#shortBanner {
	display: none;
	position: absolute;
	left: 0px;
	top: 107px;
	width: 768px;
	height: 27px;
	background-image: url("images/prm_short_banner.jpg");
}

#bannerImage {
	position: absolute;
	left: 0px;
	top: 107px;
	width: 399px;
	height: 135px;
	/*background-image: url("images/prm_banner_image.jpg");*/
}
#greenRight {
	position: absolute;
	left: 399px;
	top: 107px;
	width: 369px;
	height: 135px;
	/*background-image: url("images/prm_green_right.jpg");*/
}
#quote {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 300px;
	height: 100px;
	color: white;
	font-family: serif;
	font-size: 15px;
	/*font-weight: bold;*/

}
#bannerShadow {
	position: absolute;
	left: 146px;
	top: 242px;
	width: 622px;
	height: 25px;
	background-image: url("images/prm_banner_shadow.jpg");
}
#contentFrame {
	position: absolute;
	left: 146px;
	top: 267px;
	width: 622px;
	height: 1000px;
	background-color: white;
	z-index: 100;
}
#content {
	position: absolute;
	left: 20px;
	top: 0px;
	width: 580px;
	background-color: white;
	z-index: 100;
	/* border: solid red 1px;*/
}
#leftMenu {
	position:absolute;
	left: 0px;
	top: 242px;
	width: 146px;
	height: 500px;
	background-image: url("images/prm_left_tile.jpg");
}


#aboutSubMenu {
	position: absolute;
	left: 146px;
	top: 250px;
	width: 101px;
	height: 139px;
	cursor: pointer;
	cursor: hand;
	z-index: 200;
}
#learningEnvSubMenu {
	position: absolute;
	left: 146px;
	top: 285px;
	width: 101px;
	height: 139px;
	cursor: pointer;
	cursor: hand;
	z-index: 200;
}
#projectsSubMenu {
	position: absolute;
	left: 146px;
	top: 320px;
	width: 101px;
	height: 105px;
	cursor: pointer;
	cursor: hand;
	z-index: 200;
}
#productsServicesSubMenu {
	position: absolute;
	left: 146px;
	top: 355px;
	width: 110px;
	height: 179px;
	cursor: pointer;
	cursor: hand;
	z-index: 200;
}


#leftMenu img {
	display: block;
	position: relative;
	cursor:pointer;
	cursor:hand;
}
#rightShadow {
	position: absolute;
	left: 768px;
	top: 0px;
	width: 28px;
	height: 1200px;
	background-image: url("images/prm_right_shadow.jpg");
	aborder: 1px solid red;
}