body {
	background-color: #FFF;
	margin: 0px 0 0px 0px;
	padding: 0;
}

/*font family for page*/
div, p, td, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #666666;
}
#boldlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#footerlinks div a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#footerlinks div a:hover {
	color: #FF6600;
	text-decoration: none;
}
/* Div that sits atop the navigation menu*/
#NavTopperDiv {
	position:absolute;
	left:36px;
	top:2px;
	width:185px;
	z-index:50;
	background-color: #FFFF00;
}

h1 {
	font-size: 14px;
	margin: 0;
	color: #FFFFFF;
}
h2 {
	font-size: 13px;
	margin: 0;
	color: #CC0000;
}
h3 {
	font-size: 13px;
	margin: 0;
	color: #009966;
}
h4 {
	font-size: 13px;
	margin: 0;
	color: #FF9900;
}
h5 {
	font-size: 14px;
	margin: 0;
	color: #999999;
}

#p7TMctrl {
	font-size: 12px;
}

/*Contains the Expand All and Collapse All controls*/
#CtrlDiv {
	position:absolute;
	left:14px;
	top:162px;
	width:22px;
	visibility: visible;
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

/*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:0px; 
	top:288px; 
	width: 200px;
	z-index:100;
}

/* The navigation Div*/
#p7TMnav  {
	/*/*/background-color: #FFE400; /* */
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #666;
	font-size: 12px;
	background-image: url(images/nav_arrow.gif);
}

/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	color: #003399;
	font-size: 12px;
	background-color: #FFE400;
	padding: 1px 4px 1px 15px;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

#p7TMnav div a:hover {
	color: #FF6600;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	color: #003399;
	font-size: 11px;
	padding: 1px 2px 1px 20px;
	background-image: url(images/submenuBG.gif);
	font-weight: normal;
}
#p7TMnav div div a:hover {
	color: #FF6600;
	background-color: #FFFFCC;
}

/*The Link style for third-level menuitems and lower*/
#p7TMnav div div div a {
	font-size: 10px;
	color: #003399;
}

/*The Link style for fourth-level menuitems and lower*/
/*To set a specific style for the fifth level, add a div to the selector*/
/*Fifth-level example syntax: p7TMnav div div div div div a {declaration}*/
#p7TMnav div div div div a {
	font-size: 11px;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:    url("p7geo_plus.gif");
	background-position: 0 50%;

}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url("p7geo_minus.gif");
	background-position: 0 50%;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
a.p7currentmark {
	font-weight: bold;
	background-color: #FFFFFF !important;
	color: #FFFFFF !important;
	letter-spacing: 3px;
	background-repeat: no-repeat;
	background-image:    url("p7geo_here.gif");
	background-position: 0 50%;
}

/* popup styles*/
.popup {visibility: hidden;	border: none;}
 
.popup h1{ font-size: 11px; font-weight:bold; color:#FFFFFF; margin:0; padding:0;}
.popup a {text-decoration: underline; color:#EF4D12;}

.popup_header {
	padding: 3px;
	width:250px;
	float:left;
	background-image: url(images/DtCard_PP_blueBG.gif);
}
.popup_footer {
	padding: 3px;
	width:527px;
	float:left;
	background-color: #FFFFFF;
}
.popup_x {padding: 3px; background-image: url(images/DtCard_PP_blueBG.gif); color:#FFF; font-weight:bold; cursor:pointer;}
.popup_text {padding:3px; font-size: 11px; color: #4B5E67; border-style:solid; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 0; border-top-width: 0; border-color: #0000CC; width: auto; background-color:#FFFFFF}
 
.popup2 {visibility: hidden;	border: none;}
 
.popup2 h1{ font-size: 11px; font-weight:bold; color:#FFFFFF; margin:0; padding:0;}
.popup2 a {text-decoration: underline; color:#EF4D12;}

.popup2_header {
	padding: 3px;
	width:250px;
	float:left;
	background-image: url(images/CSCards_PP_RedheaderBG.gif);
}
.popup2_x {padding: 3px; background-image: url(images/CSCards_PP_RedheaderBG.gif); color:#FFF; font-weight:bold; cursor:pointer;}
.popup2_text {padding:3px; font-size: 11px; color: #4B5E67; border-style:solid; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 0; border-top-width: 0; border-color: #CC0000; width: auto; background-color:#FFFFFF}

.adpopup {visibility: hidden;	border: none;}
 
.adpopup h1{ font-size: 11px; font-weight:bold; color:#FFFFFF; margin:0; padding:0;}
.adpopup a {text-decoration: underline; color:#EF4D12;}

.adpopup_header {
	padding: 3px;
	width:250px;
	float:left;
	background-image: url(images/CSCards_PP_RedheaderBG.gif);
}
.adpopup_x {padding: 3px; background-image: url(images/CSCards_PP_RedheaderBG.gif); color:#FFF; font-weight:bold; cursor:pointer;}
.adpopup_text {
	padding:3px;
	font-size: 11px;
	color: #4B5E67;
	border-style:solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 0;
	border-color: #CC0000;
	width: auto;
	background-color:#FFFFFF;
}
 
 /* top menu styles*/
 
#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #E7EAF8;
	border: 1px solid #FFFFFF;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 0px 0px;
	color: #535342;
	line-height:19px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #003399;
	color: #FFFFFF;
	letter-spacing: 0.01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg {
	background-image:  url(/images/p7PM_medium_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #5C8598;
	background-image:  url(/images/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	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: 10px;
}
#p7PMnav ul li {
	float: none;
    border: solid  #D0D0C2; 
	border-width: 0 0 1px 0;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 121px;
}
#p7PMnav ul li a{
	padding-left: 8px;
}
#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;
}
/* div styles */

#Google_AdSense {
	position:absolute;
	left:613px;
	top:313px;
	width:120px;
	height:240px;
	z-index:2;
	border: 1px solid #CCCCCC;
	text-align: center;
}

#Google_AdSense2 {
	position:absolute;
	left:613px;
	top:562px;
	width:120px;
	height:240px;
	z-index:2;
	border: 1px solid #CCCCCC;
	text-align: center;
}

#Google_AdSense_big {
	position:absolute;
	left:613px;
	top:323px;
	width:120px;
	height:600px;
	z-index:2;
	border: 1px solid #CCCCCC;
	text-align: center;
}

#textbox {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 2px;
}
.dynlink_centered {
	cursor:pointer;
	cursor:hand;
	color: #0944D6;
	text-align: center;
}
.dynlink_centered a:link a:visited {

	cursor:pointer; 
	cursor:hand; 
	display: none;
}