BODY {
	background-color: #FFFFFF;
	background-image: url('/images/bg1.png');
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Serif;
	color: #000000;
	margin: 0;
	padding: 0;
}

P {
	font-size: 12pt;
	line-height: 150%;
	margin: 3px 0px 12px 0px;
}

a {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #AABBCC;
	text-decoration: underline;
}

H1 {
	margin-top: 8px;
	margin-bottom: 6px;
	font-size: 14pt;
	color: #FFFFFF;
	padding: 3px 0px 3px 6px;
	background-color: #662200;
}

H3 {
	font-size: 14pt;
	margin: 0px 8px 8px 8px;
	padding: 0px 0px 3px 0px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 150px;
	background-image: url('/images/paas_logo2.png');
	background-position: center left;
	background-repeat: no-repeat;
}

#navcontainer {
	margin-bottom: 8px;
}

#pageimg {
	border-bottom: 1px solid #CCC;
}

#info {
	text-align: right;
	font-size: 11pt;
	margin-bottom: 6px;
	margin-top: 6px;
}

#divtitle {
	float: right;
	/* text-align: right; */
	margin-top: 85px;
	font-size: 18pt;
	font-weight: bold;
}

#contentholder {
	margin: 8px 0px 8px 0px;
	clear: both;
}

#content {
	width: 580px;
	float: left;
}

#sidebar {
	width: 300px;
	float: right;
	border-left: 1px solid #CCC;
}

#sidebar P {
	font-size: 12pt;
	margin: 0px 8px 8px 8px;
	padding: 0px 0px 3px 0px;
}

#sidebar H3 {
	background-color: #EEEEEE;
	font-size: 14pt;
	margin: 0px 8px 8px 8px;
	padding: 3px 3px 3px 3px;
}

.lookup {
	background-color: #f2f2f2;
	font-size: 8pt;
	width: 200px;
	height: 22px;
	border: 1px solid #069;
	padding-left: 6px;
	margin-left: 6px;
	background-image: url('/images/edtbg1.png');
	background-position: top left;
	background-repeat: repeat-x;
}

#footer {
	background-color: #CCCCCC;
	border-top: 1px solid #888888;
	height: 120px;
	margin-top: 9px;
}

#footer P {
	font-size: 11pt;
	line-height: 125%;
	margin: 3px 0px 3px 0px;
}

/* Begin Navigation Bar Styling */
#nav {
   width: 100%;
   float: left;
   margin: 0;
   padding: 0;
   list-style: none;
   background-color: #f2f2f2;
   border-bottom: 1px solid #ccc; 
   border-top: 1px solid #ccc;
   background-image: url('/images/navbg1.png');
	background-position: center center;
}

#nav li {
   float: left;
}

#nav li a {
   display: block;
   padding: 8px 15px;
   text-decoration: none;
   font-weight: bold;
   color: #069;
   border-right: 1px solid #ccc; 
}

#nav li a:hover {
   color: #c00;
   background-color: #fff; 
}
/* End navigation bar styling. */

.clear {
	clear: both;
}

/* Homepage slideshow styling */
#slideshow {
    position:relative;
    height: 275px;
	width: 275px;
	margin: 0 auto;
	overflow: hidden;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
/* End of homepage slideshow styling */


