@charset "utf-8";
* {
	margin: 0px;
	padding: 0;
}

html, body {
	font-size: 100.01%;
	font-family: georgia, serif;
	background: #ffffff;
}
.page-bgnd-white {
	background-color: #ffffff;
}
.page-bgnd-black {
	background-color: #000000;
}
.align-right { float:right; margin: 3px 0 0 10px; }
.align-left { float:left; margin: 3px 10px 0 0; } 

.caption{
	padding: 2px;
	border:none;
	white-space:normal;
}
.twoColFixLtHdr #mainContent p.captiontext {
   text-align: left;
   margin-top:0;
   padding:3px 0 0 0;
   font-size:11px;
   font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
   line-height: 1.1em;
   }
   
.borderblack {
	border:1px solid #000000;
}

.twoColFixLtHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #fff;
	padding: 0 0 0 20px;
	text-align: left;
	white-space: nowrap;
	width: 990px;
	margin:0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	letter-spacing: 10px;
	color: #B8B8B8;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 15px 20px;
	white-space: nowrap;
	vertical-align: top;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 0 35px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	color: #666;
	font-size:.85em;
	line-height: 1.5em;
} 

.twoColFixLtHdr #mainContent p {
	margin: 5px 0 5px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #666;
}

.twoColFixLtHdr #footer {
	padding: 35px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	text-align: center;
	font-size: 9pt;
	margin: 0 0 0 183px;  /* Nudge the footer over to the right slightly */
	color: #666;
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	border-top:1px solid #ccc;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666;
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixLtHdr #sidebar1 {
	padding:0;
	margin:0 0 0 10px;
	vertical-align:top;
	color:#666;
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	/*background: #ffffff url(images/left-nav-bgnd.jpg) repeat-y left; */
}

.twoColFixLtHdr #sidebar1 li.sidebar-heading {
	margin: 10px 0 5px 0;
	color:#CC0000;
	font-size:12pt;  /*fixed font size*/
	font-weight:bold;
}

.twoColFixLtHdr #sidebar1 ul {
	padding:0;
	margin:0 0 0 5px;
}

.twoColFixLtHdr #sidebar1 li {
	margin: 0 0 0 10px;
	list-style:none;
	color:#666;
	line-height:12pt;
	letter-spacing:3px;
	font-size:10pt;  /*fixed font size*/
}
#sidebar1 li a {
	color:#666;
}

#sidebar1 li a:link:focus, #sidebar1 li a:visited:focus {
	text-decoration:underline;
}
#sidebar1 li a:link:hover, #sidebar1 li a:visited:hover {
	color:#cc0000;
	text-decoration:underline;
}
#sidebar1 li a:link {
	text-decoration:none;
}
#sidebar1 li a:visited {
	text-decoration:none;
}
#sidebar1 li a:hover {
	color:#cc0000;
	text-decoration:underline;
}

#mainContent a {
	color:#666;
	font-weight:bold;
}

#mainContent a:link:focus, #mainContent a:visited:focus {
	text-decoration:none;
}
#mainContent a:link:hover, #mainContent a:visited:hover {
	color:#cc0000;
	text-decoration:none;
	background-color:#efefef;
}
#mainContent a:link {
	text-decoration:none;
}
#mainContent a:visited {
	text-decoration:none;
}
#mainContent a:hover {
	color:#cc0000;
	text-decoration:none;
	background-color:#efefef;
}

h1 {
	font-size: 24pt;
}
h2 {
	font-size: 18pt;
	margin:5px 0 5px 0;
}
h3 {
	font-size: 14pt;
	margin:5px 0 5px 0;
}
fieldset {
	margin:0;
	padding:0 10px 20px 10px;
	border:2px solid #efefef;
	color: #B8B8B8;
}
#mainContent fieldset li a {
	font-weight:100;
}

legend {
	margin:0 0 5px 0;
	color:#666;
	font-size:1.35em;
	font-weight:bold;
}
.dropcap {
 float: left;
 color:#CC0000;
 font-size: 550%;
 line-height: 0.82em; 
 margin-right: 0.05em; 
 margin-bottom:-0.15em;
 padding-top: 0; 
}

/**
 * MODAL POPUP CONTAINER STYLES ===============================================
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	filter: alpha(opacity=60);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #000;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url(../images/maskBG-darker.png) !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}

#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #d5d5d5;
	color: #666;
	font-weight: bold;
	height: 14px;
	padding: 0 3px 3px 3px;
	border-bottom: 2px solid #333333;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #333333;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 14px;
}
#popupControls {
	float: right;
	text-align: right;
	font-size: 14px;
	cursor: pointer;
	cursor: hand;
	vertical-align:top;
}

#popupContentWrapper {
	padding:10px;
	font-size: 14px;	/* Make fixed font-size*/
}
#popupContentWrapper a,#popupContentWrapper a:anchor,#popupContentWrapper a:focus,#popupContentWrapper a:visited,#popupContentWrapper a:link {
	text-decoration: underline;
	color:blue;
    line-height: 10px;
}
#popupContentWrapper a:hover {
	text-decoration: none;
	color:blue;
	padding: 0px;
	background-color: #efefef;
}

#popupContentWrapper #steps {
	padding: 15px 0px 0px 20px;
}
/* END MODAL POPUP CONTAINER STYLES */
