body {
	background-color: #FFF;
	/*we use an abssolute url for NN4 followed by a relative url for modern browsers*/
	background-image:  url("geo_pbg.gif");
	/*/*/background-image:  url("geo_pbg.gif"); /* */
	background-repeat: repeat-x;
	/*css shorthand values: Top Right Bottom Left */
	margin: 121px 15% 36px 238px;
	padding: 0;
}

/*font family for page*/
div, p, td, ul {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

/*Contains Logo at top of Page*/
#HeaderDiv {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:504px; 
	z-index:50;
}

/* Connects the Header DIV to the main content and navigation divs*/
#ConnectDiv {
	position:absolute; 
	left:236px; 
	top:48px; 
	width:165px; 
	z-index:50;
}

/* Div that sits atop the navigation menu*/
#NavTopperDiv {
	position:absolute; 
	left:36px; 
	top:48px; 
	width:185px; 
	z-index:50;
}


/*the thick border above the main content Div (cDiv) */
#contentCap {
	background-color: #333333;
	margin: 0 0 2px 0;
	min-width: 400px;
}

/* The main content Div */
#cDiv {
	padding: 8px 36px 24px 36px;
	font-size: 14px;
	border-top: 1px solid #A2ADA0;
	border-right: 1px solid #A2ADA0;
	border-bottom: 6px solid #333;
	border-left: 1px solid #A2ADA0;
	margin: 0;
	min-width: 325px;
	color: #8E9B8C;
}
#cDiv a:link {color:#8E9B8C;}
#cDiv a:visited {color:#669999;}
#cDiv a:hover {color:#333333;}

h1 {
	font-size: 18px;
	margin: 0;
	color: #8E9B8C;
	font-size: 18px;
	letter-spacing: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 18px;
	margin: 36px 0 0 0;
	color: #8E9B8C;
	/*/*/font-size: 16px;
	letter-spacing: .3em;  /* */
}

/*The Footer DIV*/
#footer {
	font-size: 10px;
	color: #CCC;
	width: 430px;
	padding: 3px;
	margin: 0 0 0 36px;
	/*/*/background-color: #333;
	font-size: 11px;
	color: #CCC;
	vertical-align: top;
}

/*Contains the Expand All and Collapse All controls*/
#CtrlDiv {
	position:absolute;
	left:14px;
	top:162px;
	width:22px;
	visibility: hidden;
	/*/*/visibility: visible; /* */
}

/*fixes image display bug in Netscape 6 for images in the CtrlDiv*/
#CtrlDiv img {
	display: block; 
}


/*Container Div for the navigation Menu*/
#navDiv {
	position:absolute; 
	left:36px; 
	top:286px; 
	width: 201px;
	z-index:100;
}

/* The navigation Div*/
a.p7currentmark {
	font-weight: bold;
	background-color: #E5BD84 !important;
	color: #FFFFFF !important;
	letter-spacing: 3px;
	background-repeat: no-repeat;
	background-image:    url("p7geo_here.gif");
	background-position: 0 50%;
}
#menu {
	position: absolute;
	z-index: 200;
	width: 175px;
	left: 48px;
	top: 287px;
	height: 37px;
}
#menu ul {
background-color: #333333; 
margin: 0px; 
list-style-type: none; 
width: 162px; 
border: 1px outset #909E8D; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
padding-top: 5px; 
padding-right: 5px; 
padding-left: 5px; 
}
#menu ul li {
height: 20px; 
width: 100%; 
margin-bottom: 5px; 
border: 1px outset #919E8E; 
} 
#menu ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	height: 18px;
	width: 130px;
	display: block;
	background-color: #333333;
}
#menu ul li a:active {
color: #FFFFFF;
text-decoration: none;
height: 18px;
width: 130px;
display: block;
}

#menu ul li a:link { /* estado normal */
color: #98A695;
text-decoration: none;
height: 18px;
width: 130px;
display: block;
}

#menu ul li a:visited { 
color: #92736E;
text-decoration: none;
height: 18px;
width: 130px;
display: block;
}

#menu ul li a { 
padding-top: 3px;
padding-left: 15px;
}
