
body {
	margin:0px;
	padding:0px;
	font-family : verdana, arial, helvetica, tahoma, sans-serif;
	font-size:12px;
	background:url('../images/content-bg2.gif');
}
h1,h2,h3 {
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: #c00;
	margin-top:5px;
	margin-bottom:0px;
	letter-spacing:-1px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size:14px;
}
h4,h5,h6 {
	color: #000066;
}
a:link, a:visited, a:active {
	color: #339;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #933;
}
img {
	border:0px;
}

/* layout div styles */
#header {
	padding:0px;
	margin:0px;
	background:url('../images/header-bg.gif');
	background-color: #fff;
}
#container {
	width: 100%;
	padding-top:10px;
	margin:0px;
	background:url('../images/content-bg2.gif');
}
#content {
	padding: 5px;
	margin-left: 200px;
	background-color: #fff;
	margin-bottom: 15px;
	width:540px;
	border-right:1px dotted #ccc;
}
#left {
	float: left;
	width: 180px;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 5px;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
}
#footline {
	clear: both;
	height:29px;
	margin-top: 0;
	color: #000;
	background-color: #993;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#footer {
	height:20px;
	color: #666;
	background-color: #fff;
	font-family: arial, helvetica, sans-serif; 
	font-size:11px;
	padding-top:4px;
	text-indent:30px;
}

/* layout element styles */
#content a { 
	text-decoration:underline;
}
#content p {
	font-size: 13px;
	margin-top:3px;
	line-height:150%;
}

A.footer { text-decoration:none;}
A.footer:link { color:#00f;}
A.footer:visited { color:#f00; }
A.footer:active { color:#f00; }
A.footer:hover { color:#f00; }

/* miscellaneous */
.iconlist {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family:arial, helvetica, sans-serif;
	font-size:13px;
}
.iconlist ul {
	margin:3px;
}
li.text, li.world, li.quot,li.book,li,faq,li.regular {
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 0px;
	margin: .4em 0;
	text-indent:25px;
}
li.book {
	background-image: url('../images/bullet_book.gif');
}
li.text {
	background-image: url('../images/bullet_text.gif');
}
li.world {
	background-image: url('../images/bullet_world.gif');
}
li.quot {
	background-image: url('../images/bullet_quote.gif');
}
li.faq {
	background-image: url('../images/bullet_q.gif');
}
li.regular {
	background-image: url('../images/bullet.gif');
	margin:0;
}
.small {
	font-size:11px;
	color:#666;
}
.submit {
	color:#000;
	background-color:#993;
	border:1px solid #000;
}
input,select,textarea {
	border:1px solid #993;
	background-color:#eee;
}

/* quote forms */
fieldset {
	border: #993 solid 1px;
	padding-bottom:0px; 
	padding-top:0px; 
	margin-top:10px;
}
legend {
	background: #993;
	border: #000 solid 1px;
	padding: 1px 10px;
	font-weight:bold;
	color:#fff;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
}
.leftcol {
	font-family:arial, helvetica,verdana;
	font-size:13px;
	color:#000;
}
.rightcol {
	font-family:arial, helvetica,verdana;
	font-size:12px;
	color:#333;
}
.question {
	margin-left:20px; 
	margin-bottom:0px; 
	font-weight:bold;
	padding:2px;
	color:#c00;
	background:url(../images/back-q.gif) top left no-repeat;
	text-indent:30px;
}
.answer {
	margin-left:20px; 
	margin-top:3px; 
	padding:2px;
	background:url(../images/back-a.gif) top left no-repeat;
	background-color:#eee; 
	text-indent:30px;
}
.answer p {
	background-color:#eee;
}