/*
 * Standard styles for insurancewriter.com
 * 	 
 */
body {
/*	background-color: #FFFFFF; */
  background-image: url(images/Bkg_Wings.jpg);
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
}
div#SideLogo {
	position: absolute;
	left: 1px;
	top: 10px;
	width: 196px;
	height: auto;
	text-align: center;
}
div#Body {
	position: absolute;
	left: 204px;
	top: 10px;
	width: 700px;
	height: auto;
	text-align: left;
/*	background-color: #D0FEFF; */
}
div#PageTitle {
	position: static;
	margin: 0;
	text-align: left;
/*	background-color: #D4FFD6; */
}
div#NavBar {
	position: static;
	margin: 10px;
	height: 190px;
	text-align: center;
/*	background-color: #F0C4C4; */
}
div.NavBox {
	width: 170px;
	float: left;
	line-height: 1px;
}
div#Contents {
	position: static;
	top: 10px;
	margin: 5px 0 0;
/*	background-color: #F2F2F2; */
}
div#Footer {
	position: static;
	margin: 15px 0 0 auto;
	text-align: center;
	font: bold italic 13px "Times New Roman", Times, serif;
/*	color: #003C00; */
/*	background-color: #FFF8DC; */
}
div.ColumnL {
	width: 325px;
	margin: 0;
	float: left;
}
div.ColumnR {
	width: 325px;
	margin: 0;
	float: right;
}
div.Centered {
	margin: 0px auto;
	text-align: center;
}
div.Right {
	margin: 0px auto;
	text-align: right;
}
a:link {
	font-weight: bold;
	color: #003A6F;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #003A6F;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #003A6F;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #003A6F;
	text-decoration: underline;
}
span.Emphasis {
	font-weight: bold;
}
span.Italic {
	font-style: italic;
}
span.LogoColor {
	font-weight: bold;
	color: #003C00;
}
p {
	margin: .5em 0em .75em 0em;
	line-height: 1.4em;
}
p.HdrQuote {
	color: red;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 9pt;
	margin: 2px 0px 0px 0px;
}
p.Rule {
	text-align: center;
	margin: 10px 0px 10px 0px;
	line-height: 1px;
}
p.Justified {
	text-align: justify;
}
p.Title {
	font-weight: bold;
	font-size: 1.5em;
	margin: .5em 0em .5em 0em;
}
p.SubTitle {
	font-weight: bold;
	font-size: 1.15em;
	margin: .25em 0em 0em 0em;
}
p.Testamonial {
	text-align: justify;
	font:  italic 1.1em "Times New Roman", Times, serif;
	margin: 1.25em 0em .25em 0em;
}
p.Attribution {
	margin: .0em 0em .25em 0em;
	line-height: 1em;
	font-weight: bold;
	font-size: .9em;
}
img {
	border: none;
	vertical-align: middle;
}
ul {
	margin-top: .5em;
	margin-bottom: 0em;
}
ul li {
	list-style-image: url(images/BuL1C1.gif);
	list-style-position: outside;
	margin: .5em;
}
ul li.Color2 {
	list-style-image: url(images/BuL1C2.gif);
	list-style-position: outside;
	margin: .5em;
}
ul li.Color3 {
	list-style-image: url(images/BuL1C3.gif);
	list-style-position: outside;
	margin: .5em;
}
ul li.L2Color2 {
	list-style-image: url(images/BuL2C2.gif);
	list-style-position: outside;
	margin: 0 0 0 40px;
}
li.Term {
	color: #003C00;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: .15em;
}
li.Term3 {
	list-style-image: url(images/BuL1C3.gif);
	list-style-position: outside;
	color: #710000;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: .15em;
}
li.Def {
	list-style-type: none;
	list-style-image: none;
	line-height: 1.4em;
	margin-top: 0em;
}
h1 {
	color: #003C00;
	font-weight: 600;
	font-size: 36px;
	margin: 0 0 0 10px;;
	line-height: 110px;
}
h3 {
	color: #003C00;
	font-weight: 600;
	font-size: 1.35em;
	margin: 1em 0em .65em 0em;
}
/*
 * Debugging code - to make things visible
 */ /*
div {
	border: 1px;
	border-style: solid;
	border-color: red;
} 
img {
	border: 1px dotted blue;
	margin: 0px;
} */

