body
{
	font: 0.8125em arial, sans-serif;
	margin: 0;
	color: #1f1f1f;
	background-color: #e0e0e0;
}

a
{
	color: #2b4594;
}

ul
{
	list-style-type: square;
}

#page-container
{
	text-align: center;
}

#page-containee
{
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

#topdiv
{
	padding-bottom: 10px;
	height: 47px;
	border-bottom: solid 1px #737373;
	background-color: #b3c1e3;
}

#sitename
{
	font-family: Georgia, serif;
	font-size: 2.2em;
	letter-spacing: -0.04em;
	color: white;
	text-shadow: black 1px 1px 2px;
	background-color: #667294;
	padding: 10px 25px 0 25px;
	float: left;
	height: 47px;
}

#sitename a
{
	color: white;
	text-decoration: none;
}

#tagline
{
	margin: 0 auto;
	padding-top: 19px;
	font-size: 1.2em;
	text-align: center;
	font-style: italic;
	font-family: Georgia, serif;
}

#content-container
{
	background-color: white;
	padding: 15px;
	position: relative;
}

#content
{
	line-height: 1.2em;
	position: relative;
	width: 540px;
	left: 220px;
	top: 0;
}

#status
{
	background-color: #ff9;
	margin-top: -15px;
	padding: 8px 15px;
	font-weight: bold;
	border-bottom: solid 1px #dd7;
	border-left: dotted 1px #dd7;
	border-right: dotted 1px #dd7;
}

#breadcrumbs
{
	margin: 10px 0 0 0;
}

#footer
{
	height: 20px;
	border-top: solid 1px #737373;
	background-color: #ccc;
	font-size: .8em;
	padding-right: 20px;
	text-align: right;
	padding-top: 5px;
}

#leftnav
{
	background-color: #ccc;
	width: 210px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#leftnav ul
{
	list-style-type: none;
	margin: 15px 0 15px 0;
	padding: 0;
}

#leftnav ul li
{
	background-color: #ccc;
	padding: 5px 10px 5px 20px;
	margin: 0;
	font-weight: bold;
	size: .9em;
	text-indent: -10px;
}

#leftnav ul li:before
{
	content: "» ";
}

#leftnav ul li:hover
{
	background-color: #aaa;
}

#leftnav ul li.active
{
	background-color: #aaa;
}

table.home
{
	width: 100%;
}

table.home td
{
	width: 33%;
	padding: 2px 5px;
}

div.home-number
{
	text-align: center;
	font-size: 3.5em;
	font-weight: normal;
	font-family: "Arial Black", sans-serif;
	color: #667294;
	text-shadow: #bbb 1px 1px 3px;
	line-height: 1.3em;
}

div.home-q
{
	text-align: center;
	font-weight: bold;
	letter-spacing: -0.01em;
	font-size: 1.2em;
}

ul.home li
{
	margin-top: 10px;
}

div.error
{
	color: maroon;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #ff7;
	padding: 5px 10px;
	border: solid 1px maroon;
}

h1
{
	font-size: 2.2em;
	font-family: Georgia, serif;
	font-weight: normal;
	letter-spacing: -0.04em;
	color: #3f4a66;
}

h2
{
	font-size: 1.6em;
	font-family: Georgia, serif;
	font-weight: normal;
	letter-spacing: -0.02em;
	color: #3f4a66;
}

p.read-more
{
	font-weight: bold;
	border-top: solid 1px #ccc;
	padding-top: 10px;
}

p.read-more a
{
	font-weight: normal;
}

h2.form-post-header
{
	border-top: solid 1px #ccc;
	padding-top: 15px;
}

div.forum
{
}

div.forum div.message
{
	background-color: #eee;
	padding: 5px 10px;
	border: dotted 1px #ccc;
	margin: 6px 0;
}

div.forum div.message div.field-name
{
	float: left;
	color: #444;
	font-weight: bold;
}

div.forum div.message div.date
{
	float: right;
	color: #444;
}

div.forum div.message div.field-insurer
{
	clear: both;
}

div.forum div.message div.field-purchase_place
{
	clear: both;
}

div.forum div.message div.field-comment
{
	clear: both;
	padding-top: 8px;
	font-family: Georgia, serif;
	line-height: 1.5em;
}

div.forum div.bottom-buttons
{
	text-align: center;
}

div.forum table.post-form
{
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
}

div.forum table.post-form th
{
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	width: 150px;
}

div.forum table.post-form td
{
	padding-top: 10px;
}

div.forum table.post-form input.input-short-text
{
	width: 95%;
}

div.forum table.post-form textarea.input-long-text
{
	width: 95%;
	height: 120px;
}

div.form-error
{
	font-weight: bold;
	color: red;
}





