/* GLOBAL */
* {
	margin: 0px;
	padding: 0px;
}

table
{ 
margin-left: auto;
margin-right: auto;
}

body {
	padding: 0 20px 0 20px;
	BACKGROUND:  #cdc9c6 url('../img/mainTopTest1.jpg') repeat-x 50% top;
}

a {
	color: #3333FF;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}
	

/* WRAPPER */
#wrapper {
	background-color: #FFFFFF;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 14px;
	background-image: url('../img/geowrapback7.gif');
	background-repeat: repeat-y;
}


/* HEADER */
#header {
}


/* CONTENT */
#content {
	margin-left: 175px;
	padding: 75px 10px 15px 10px;	
	background-image: url('../img/contentgradient4.gif'); 
	background-repeat: repeat-x;
	line-height: 18px;
}

#content h3 {
	color: #87877f;
	font-size: 14px;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 20px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6a9099;
}

	
	
/* P1 */
#p1 {
	padding: 25px 25px 25px 30px;
}


#p1 ul {
	display: block;
	padding-left: 12px;
}



/* P2 */
#p2 {
	padding: 10px 15px 15px 30px;
}


#p2 ul {
	display: block;
	padding-left: 12px;
}


/* P3 */
#p3 {
	padding: 10px 15px 15px 21px;
}


#p3 ul {
	display: block;
	padding-left: 12px;
}


/* MENU */
#menu {
	height: 26px;
	width: 700px;
	padding-bottom: 0px;
}

#menu ul {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 60px;
	padding-right: 0px;
	background-image: url('../img/navtop.gif');
	background-repeat: no-repeat;
	background-position: top;
}

#menu ul li {
	font-size: 11px;
	display: inline;
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff000;
	border-left-color: #fff000;
}

#menu a {
	font: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold
}

#menu a:hover {
	color: #ffd737;
	text-decoration: underline;
}


/* NAV */
#nav {
	width: 175px;
	float: left;
	text-align: left;
	font-weight:bold
}

#nav h3 {
	background-color: #000000;
	padding: 4px 0px 4px 4px;
	color: #FFFfff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFCC00
}

#nav li {
	list-style-type: none;
}

#nav li a {
	display: block;
	padding: 5px 10px 5px 25px;
	text-decoration: none;
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7096af;	
}

#nav li a:hover {
	color: #ffd737; 
	font-weight: bold;
	text-decoration: underline;
}
}


/* FOOTER */
#clear {
	clear: both;
}

#footer {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0 7px 10px;
}

