body
{
	text-align: center;
	font-family: verdana;
	margin-top: 0px;
}

.container
{
	width: 950px;
	height: 800px;
	margin: 0 auto;
	background-image: url('/images/background.jpg');
	text-align: center;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 0px;
}

.top_links
{
	width: 19px;
	height: 13px;
	position: absolute;
}

.navbar
{
	width: 950px;
	height: 50px;
	position: relative;
	left: 0px;
	top: 210px;
}

.navbar div
{
	float: left;
	width: 190px;
	color: yellow;
	line-height: 50px;
	font-size: 18pt;
}

.navbar div a
{
	color: #2362E3;
	text-decoration: none;
}

.navbar div a:hover
{
	color: #6A9CFF;
}

.left_side_bar
{
	position: absolute;
	left: -10px;
	top: 280px;
	text-align: left;
	color: #0a4dd2;
	font-size: 10pt;
}

.main_text_wrapper
{
	position: relative;
	width: 725px;
	color : #0a4dd2;
	top: 220px;
	left: 217px;
	text-align: left;
}

.main_text
{
	width: 550px;
	color : #0a4dd2;
	margin: 0 auto;
	margin-top: 30px;
}

.links_page
{
	color: #0a4dd2;
	font-size: 10pt;
}

.bottom_list
{
	position: absolute;
	left: 20px;
	top: 180px;
}

* html .bottom_list 
{
	left: -80px;
}

.quote_form
{
	position: relative;
	top: 240px;
	left: 230px;
}

* html .quote_form
{
	left: 70px;
}

.quote_form table
{
	color: #0a4dd2;
}

input, select, textarea
{
	color: #0a4dd2;
}

.bottom-links
{
	width: 950px;
	color: #2362e3;
	position: absolute;
	top: 730px;
	margin: 0 auto;
	font-size: 10pt;
}

* html .bottom-links
{
	left: 0px;
}

.bottom-links a
{
	text-decoration: none;
	color: #2362e3;
	font-size: 10pt;
}

.bottom-links a:hover
{
	color: #6A9CFF;
}

.text
{
	width: 950px;
	position: absolute;
	top: 700px;
	text-align: center;
	color : #0a4dd2;
	background-color: #ffd401;
	font-size: 7pt;
}

.bluebar
{
	position: absolute;
	left: 0px;
	top: 700px;
}
