@charset "utf-8";
/* CSS Document
body {
	margin: 50;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	background-image:url(images/page_bg.png);
} */

body {
	/* text-align:center; */
	background-color:#fff;
	background-image:url(../../images/page_bg.png);
	background-repeat:repeat-x;
	font-family: "Trebuchet MS";
}



#container {
	/*  top:0px; */
	width: 740px;
	text-align: left;
	background-color:#ffffff;
	/* border: 1px solid #00a2e3; 
	margin: 0 auto; */
}
/*  old header */
#header {
	/* position: relative; */
	left:0px;
	top:0px;
	width:780px;
	height:152px;
	text-align: left;
	/* background-image: url(https://www.justwritesites.com/billing/images/header_bg.png); */
	background-image: url(../images/header_bg.png);
	background-color: #FFFFFF;
	z-index:1;
}
 #new_chapter {
	position:relative;
	left:300px;
	top:57px;
	width:446px;
	height:21px;
	z-index:2;
} 
#header_logo {
	position:relative;
	left:36px;
	top:-12px;
	width:165px;
	height:119px;
	z-index:2;
}
#header_tabs {
	position:relative;
	left:270px;
	top:-33px;
	width:520px;
	height:36px;
	z-index:2;
}
#header_buttons {
	position:relative;
	left:551px;
	top:-115px;
	width:320px;
	height:28px;
	z-index:2;
}
/* new header */
#contentheader {
	height:103px;
	background:#fff;
	background-image:url(../../images/header_bg1.png);
}
#headerleft {
	width:150px;
	padding-left:50px;
	float:left;
}
#headerright {
	padding-top:2px;
	padding-right:10px;
	float:left;
}
.solidblockmenu {
	margin: 0;
	padding: 0;
	float: left;
	font: bold 15px Trebuchet MS;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	border: 1px solid #005f83;
	border-width: 0px 0;
	background: url(../../images/blockdefault1.gif) center center repeat-x;
}
.solidblockmenu li {
	display: inline;
}
.solidblockmenu li a {
	float: right;
	color: white;
	padding: 3px 11px;
	text-decoration: none;
	border-right: 1px solid white;
}
.solidblockmenu li a:visited {
	color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current {
	color: white;
	background: transparent url(../../images/blockactive1.gif) center center repeat-x;
}
#contentheader h1 {
	font-size:14px;
	padding:10px;
	margin:0px;
}
#contentright p {
	font-size:10px
}

#content {
	/* position: relative; */
	width:780;
	padding-left:40;
	/*  height:152px; 
	top:200px;
	float: left;
	left:11px;
	height: 165px;
	*/
	text-align: left;
	z-index:auto;
	
	/*  background-color: #FFFFCC; */
	background-color: #D1E787;
}

#footer {
	padding-top:20px;
	background:#fff;
	text-align: center;
	left: 1px;
}
.bottom_nav {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #00A2E3;
}
.bottom_nav a:link {
	text-decoration: none
}
.bottom_nav a:visited {
	text-decoration: none
}
.bottom_nav a:active {
	text-decoration: none
}
.bottom_nav a:hover {
	text-decoration: underline
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #00A2E3;
	text-align: center;
}

/* 
#footer{
	position:absolute;
	left:-16px;
	top:425px;
	width:780px;
	height:80px;
	text-align: left;
	z-index:1;
}


#bottom_nav {
	position:relative;
	text-align:center;
	top:0px;
	width:778px;
	height:18px;
	z-index:2;
}

.bottom_nav_text {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #00A2E3;
	left: 1px;
}
.bottom_nav_text A:link {text-decoration: none}
.bottom_nav_text A:visited {text-decoration: none}
.bottom_nav_text A:active {text-decoration: none}
.bottom_nav_text A:hover {text-decoration: underline}
 */
ul {
list-style-image: url('images/checkmark.gif');
}

.ul_blue {
	list-style-image: url('images/checkmark_blue.gif');
	line-height: 18pt;
}

#bottom_copyright {
	/* position:relative;
	text-align:center;
	top:10px;
	width:778px;
	height:15px; */
	z-index:2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #00A2E3;
	/* left: 1px; */
}
