@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #D6D6D6;
	background-color: #FFFFFF;
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	background-color: #000;
	text-align: center;
}
.footer text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #363;
	background-color: #FFF;
}


.oneColLiqCtrHdr #container {
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000; /* this overrides the text-align: center on the body element. */
	width: 80%;
}
.oneColLiqCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-color: #ffffff;
	clear: left;
	float: left;
	width: 0px;
}
.oneColLiqCtrHdr #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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	text-align: left;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	font-style: italic;
}
.Heading1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #7da3c7;
	background-color: #FFF;
	text-align: left;
}
.Heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000;
	text-align: left;
	font-style: normal;
}
.Heading2white {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: italic;
}

.Paragraph {
	font-size: small;
	font-weight: normal;
	color: #000;
	text-align: left;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.paragraphdarkbackground {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFF;
	background-color: #6399c7;
}


.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
} 
.Paragraphnolinereturn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.oneColLiqCtrHdr #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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #360;
	background-color: #FFFFFF;
	text-align: center;
}
.oneColLiqCtrHdr #container #mainContent .Paragraph .Paragraph .Paragraph {

}
.bullets {
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	right: auto;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	list-style-position: inside;
	list-style-image: none;
	position: relative;
	visibility: visible;
	width: auto;
	top: auto;
	color: #000;
}
.Novel  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000;
}
.paragraphstrong {
	font-weight: bold;
	padding: 0px;
	word-spacing: normal;
	font-size: small;
	font-style: italic;
}
.novelbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #093;
}
.table tr td .Paragraph em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #0FF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.largefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	text-align: left;
	font-style: italic;
}
.boldrow {
	font-weight: bold;
}
.menuforwritingservices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: center;
}
.footer {
	color: #063;
	font-size: 9px;
}
.oneColLiqCtrHdr #container .footer .footer .footer {
	text-align: center;


}
.oneColLiqCtrHdr #container #mainContent table tr td div .Paragraph a {
	font-style: italic;
}
.oneColLiqCtrHdr #container #mainContent table tr td div .Paragraph .paragraphstrong em {
	font-style: normal;
}
.oneColLiqCtrHdr #container #mainContent p .Heading2 strong {
	text-align: center;



}
.oneColLiqCtrHdr #container #mainContent table tr .Heading2white em {
	font-style: normal;
}
.oneColLiqCtrHdr #container #mainContent table tr .Heading2white em {
	font-style: italic;
}
.oneColLiqCtrHdr #container #mainContent .Paragraphnolinereturn {
	text-align: left;
}
.oneColLiqCtrHdr #container #mainContent .Heading2 .Heading2 {
	font-style: normal;
}
.blog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
}
