body { font: 12px Geneva, Arial, Helvetica, sans-serif; margin: 0px; background-color: #F9F9F7; }
.print_body { background-color:#FFFFFF; }
h1 { font-size:16px; color:#73ACD4; }
h2 { font-size: 13px; color: #0067B1; font-weight: bold; margin-bottom:0; }
h3 { font-size: 13px; color: #4682b4; font-weight: bold; margin-bottom:0; }
p { margin-top:0 }
.layout { background-color: #FFFFFF; padding:20px; }
.nav { background:#5197CA; }
.text {	padding-right: 25px; padding-left: 25px; font-size:12px; }
.title { font-size: 17px; vertical-align: top; color: #73acd4; font-weight: bold; letter-spacing: 1px; padding-right: 25px; padding-left: 25px; }
.content { line-height: 140%; }
.content A { text-decoration: none; color:#000080; }
.content A:hover { text-decoration: underline; }
.info th { background:#5197CA; color:#FFFFFF; padding:10px; font-size:13px; text-align:left; }
.info td { border-bottom:#5197CA dotted 1px; padding:10px; font-size:12px; }
.subcontent { padding-right: 15px; }
.bluetext {	font-size: 13px; color: #0067B1; font-weight: bold; }
.footer { border-top:#0067B1 solid 1px; background:#FFFFFF; }
.footer a { text-decoration: none; color:#000080; }
.footer a:hover { text-decoration: underline; }
.footer td { padding:10px 0px; font-size: 12px; text-align:left; }
.right_shadow { background:url(sgps_shadow_right.jpg) repeat-y left; }
.left_shadow { background:url(sgps_shadow_left.jpg) repeat-y right; }
.members_area { border:#0067B1 solid 1px; padding:4px; }
.members_area_inside { background:#0067B1; }
.members_area_header { padding:10px 0px; border-bottom:#FFFFFF solid 1px; font-size:14px; color:#FFFFFF; text-align:center; font-weight:bold; }
.login td { font-size:12px; padding:5px; }
.login_header { color:#0067B1; font-weight:bold; font-size:12px; }
.status-ok { background-color: #D5E6F2; border: 3px dotted #339900; padding: 10px; }
.status-no { background-color: #D5E6F2; border: 3px dotted #CC0000; padding: 10px; }

/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* Drop Down Menu */
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #5197CA;
	color:#FFFFFF;
	/*border-top: 1px solid #FA2D0E;
	border-left: 1px solid #FA2D0E;
	border-right: 1px solid #FA2D0E;*/
	position: absolute;
		left: -9000px;
	z-index: 10000;
}
/* Main menu */
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 5px 4px;
	border-right: 1px solid #B1DDE4;
	color: #ffffff;
	line-height:1;
	font-weight:bold;
}
/* Main Menu Hover */
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #0067B1;
	color: #FFFFFF;
	letter-spacing: .01px;
	text-decoration: none;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	/* color: #CCCCCC;
	font-weight: bold; */
}
/* ------ the trigger link styles ------- */

/* Trigger Link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(arrow_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* Trigger Link Hover */
#p7PMnav .p7PMon {
	background-color: #0067B1;
	color: #FFFFFF;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 140px;
}
/* Drop Down Menu List Item*/
#p7PSnav a {
	color: #ffffff;
	text-align:left;
	line-height: 120%;
	margin-right: -1px;
	/*border-bottom: 1px solid #FA2D0E;*/
}
/*Drop Down Menu Hover*/
#p7PSnav a:hover, #p7PSnav a:active, #p7PSnav a:focus {
	color: #FFFFFF;
	background-color:#0067B1;
	text-decoration: none;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 172px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#p7PMnav li {width: auto;}

/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p8PMnav {
	margin: 0;
	padding:0;
	/*border: 1px solid #ff0000;*/
	color: #ffffff;
}
#p8PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* Down Down Menu */
#p8PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #0067B1;
	/*border-top: 1px solid #FA2D0E;
	border-left: 1px solid #FA2D0E;
	border-right: 1px solid #FA2D0E;*/
	position: absolute;
		left: -9000px;
	z-index: 10000;
}
/* Main Menu */
#p8PMnav a {
	display: block;
	text-decoration: none;
	/*padding: 10px 0px 10px 10px;*/
	border-bottom: #ffffff solid 1px;
	line-height:1;
	color: #959595;
}
/* Main Menu Hover */
#p8PMnav a:hover, #p8PMnav a:active, #p8PMnav a:focus {
	background-color: #5197CA;
	text-decoration: none;
	border-bottom:#ffffff;
	color: #FFFFFF;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p8PMnav .p8PMmark {
	/* color: #FFFFFF; 
	font-weight: bold; */
}
/* ------ the trigger link styles ------- */

/*Trigger link */
#p8PMnav .p8PMtrg, #p8PMnav .p8PMon {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* Trigger link active */
#p8PMnav .p8PMon {
	background-color: #5197CA;
	color: #ffffff;
	border:#ffffff;
}

/*the submenu classes */

#p8PMnav .p8PMhide {
	left: -9000px;
	border: 0;
}
#p8PMnav .p8PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p8PMnav {
	width: 170px;
}
/* 2nd and subsequent Submenu widths */
#p8PMnav ul {
	width: 220px;
}
/* Drop Down Menu List Item*/
#p8PSnav a {
	color: #000000;
	border:none;
}
/* Drop Down Menu List Item Hover*/
#p8PSnav a:hover, #p8PSnav a:active, #p8PSnav a:focus {
	color: #FFFFFF;
	background-color:#5197CA;
	text-decoration: none;
	border:none;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #5A69A5;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#p8PMnav li {width: auto;}
