body
{
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	text-align: center;	
	background: #18519a;
}

img
{
	border: 2px solid #9d0101;
}

strong
{
	font-size: 12pt;
	font-weight: bold;

}

a
{
	color: #9d0101;
	text-decoration: none;
}

a:hover
{
	color: #18519a;
}

#container
{
	width: 750px;
	text-align: center;
	margin: 0 auto;
	border: 2px solid #9d0101;
	background: #fff url("../img/bg.png") repeat-y 0 0;
}

#header
{
	text-align: left;
	height: 155px;
	font-size: 16pt;
	margin: 0;
	background: #fff url("../img/headline_logo5.jpg") no-repeat scroll top right;
	border-bottom: 2px solid #9d0101;
}

#sidebar
{
	float: left;
	width: 200px;
	text-align: left;

}

#sidebar ul
{

	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar li
{
	border-bottom: 2px solid #9d0101;
	margin: 0;


}

#sidebar li a
{
	display: block;
	padding: 5px 5px 5px 1em;
	background: #fff url("../img/arrow_red.gif") no-repeat center left;
	text-decoration: none;
	color: #9d0101;
}

#sidebar li a:hover
{
	color: #18519a;
	background: #c9c9c9 url("../img/arrow.gif") no-repeat center left;;
	text-decoration: none;
}

#sidebar ul ul li
{
	margin-left: 20px;
}

#sidebar ul ul li a:hover
{
	border: 0;
}
	

#main
{
	margin-left: 235px;
	text-align: left;
	margin-right: 15px;
}

#footer
{
	clear: both;
	font-size: 8pt;
	padding: 10px 0;
	border-top: 2px solid #9d0101;
	background: #fff;
}

.banner
{
	border: 0;
}

.page-title
{
	color: #9d0101;
	font-size: 16pt;
	font-weight: bold;
	margin: 10px 0 15px 0;
}

.headline
{
	border-bottom: 1px dashed #18519a;
	font-weight: bold;
	font-style: italic;
	color: #18519a;
	font-size: 12pt;
	margin-bottom: 15px;


}

.article
{
	margin: 0 25px 95px 25px;

}

.head-article
{
	margin: 0 25px 25px 25px;
}

.right-float
{
	float: right;
	margin: 5px 15px;

}

.left-float
{
	float: left;
	margin: 5px 15px;

}

.side-headline
{
	font-weight: bold;
	border-bottom: 1px dotted #9d0101;
	color: #9d0101;
	margin: 35px 5px 15px 5px;
}

.side-article
{
	margin: 0 5px;
}

.side-header
{
	padding: 5px 5px 5px .5em;
	background: #9d0101;
	text-decoration: none;
	color: #fff;
	display: block;
	font-weight: bold;
	text-align: center;
}

.side-quote
{
	font-style: italic;
	font-size: 8pt;
	margin: 25px 10px 5px 10px;
}

.side-quote-person
{
	font-weight: bold;
	margin: 0px 10px 20px 10px;
	font-size: 8pt;
}

.pricing
{
	text-align: center;
	margin: 20px;
	font-weight: bold;
}

.center
{
	text-align: center;
}
