/**
 *  ptglobal_template.css

 */

/**
 *   Basic attributes
 */



* { /* Invokes attributes for ALL elements */
	margin: 0;
	padding: 0;
}

body {
	background-color: #83a358; 
	background-image: url(../images/wallpaperlong.jpg);
	background-position: center;
	background-position: top;
	background-repeat:no-repeat;
	color: #000000;
	height: 2420px;
	font: normal small Arial, Helvetica, san-serif;
	text-align: center;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

#siteContainer {
	position: relative;
	width: 770px;
	margin: 0 auto;
	background-color: none;
}

a {
	font-weight: normal;
	color: #009;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
p {
	padding: 3px 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: bold; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline; }
h1 { font-size: 150%; color: #009; }
h2 { font-size: 140%; color: #f1b117; }
h3 { font-size: 130%; color: #009; }
h4, h5, h6 { font-size: 120%; color: #000; }


.textBox {	/* For general form elements (to invoke, use class="textBox") */
	border: 1px solid #000;
}


/**
 *   Content Area
 */

#content { /* Contains left navigation, feature image, content, and footer */
	position: inherit; 
	width: 768px; /* Total width of the page is set to 768px */
	text-align: left;
	overflow: hidden;
	margin-top: 162px;

}

#content_container {
	width: 100%;
	float: left;
	overflow: hidden;
}

/*
 *   Content Area
 *		|
 * 		|---Left Nav Area
 */

#content_leftNav { /* Attributes for the left navigation column (and vertical drop down menus) */
	position: relative;
	width: 150px;
	margin: 10px 0px 0px 17px;
	float: left;
	display: block;
	z-index: 9999; 
}
#content_leftNav ul {
	color: #ffefce;
	text-align: left;
}
#content_leftNav ul li {
	position: relative;
	width: 150px;
	vertical-align: middle;
	list-style-type: none;
	display: block;
	background-image: url(../images/button.gif);
	background-repeat:no-repeat;
	margin-bottom: 3px;
}
#content_leftNav ul li a {
	font-weight: bold;
	font-size: 90%;
	width: 144px; /* 150 minus 8px padding */
	color: #ffefce;
	padding: 4px 0px 4px 6px;
	text-decoration: none;
	overflow: hidden;
	display: block;
}
#content_leftNav ul li:hover a {
	background-color: none;

}

#content_leftNav_info { /* Attributes for the "For more information" area */
	position: relative;
	float: left;
	display: block;
	padding: 0px 0px 0px 6px;
	font-weight: normal;
	color: #666;
	overflow: hidden;
}
#content_leftNav_info_title {
	font-weight: bold;
	font-size: 90%;
	color: #333;
}
#content_leftNav_info_text {
	font-size: 85%;
	overflow: hidden;
}
#content_leftNav_info_text p {
	margin: 0;
	padding: 0;
}
#content_leftNav_info_text a {
	color: #000;
}


/**
 *   Content Area
 *		|
 * 		|---Body Area
 */
 
#contentBodyContainer {
	position: relative;
	text-align: left;
	float: left;
	display: block;
	font-size: 90%;

}
#contentBody { /* Defines attributes for main content and feature image */
	margin: 10px 6px;
}

#contentBody ul, #contentBody ol, #rightContainerContent ul, #rightContainerContent ol { 
	margin-left: 30px;	
	margin-bottom: 10px;
}												

#contentBody img {
	margin: 5px;
}

#middleContainer {
	postion: relative;
	width: 584px;
	margin-right: 12px;
	margin-left: -15px;
	margin-top: -10px;
	float: left;
	display: block;
	/*add background image and repeat*/
}

/**
 *   Content Area
 *		|
 * 		|---Body Area
 */
 

#contentBodyContainer { /* Defines attributes for main content */
	width: 540px;
	background-color: #FFF;

}

#rightContainer {
	position: relative;
	width: 100px; /*(768 minus 150 leftmenu minus 401 middlecontainer minus 20pxmargin minus 20pxpadding=197px)*/
	float: left;
	display: block;
}