﻿body 
{
	background-image: url("../images/BackgroundImage.jpg");
}

h1 
{
	color: #9A1C41;
	font-family: Verdana;
	font-size: 15pt;
	padding-bottom: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #F6BFCF;
}

h2 
{
	color: #9A1C41;
	font-family: Verdana;
	font-size: 13pt;
	padding-bottom: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #F6BFCF;
}

h3 
{
	color: #9A1C41;
	font-family: Verdana;
	font-size: 12pt;
	text-decoration: underline;
	padding-bottom: 5px;
}

h4 
{
	color: #000;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 5px;
}


p, li, td
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	color: #000;
}

.top_container 
{
	background: #fff;
	text-align: left;
	width: 800px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #000;
}

.main_header 
{
	background: #9A1C41;
	vertical-align: middle;
	height: 96px;
}

.header_logo_image 
{
	width: 440px;
	text-align: left;
}

.header_circuit_board_image
{
	width: 356px;
	text-align: right;
}

.menu_item 
{
	margin: 0px 8px 0px 8px;
	font: italic bold 11px Verdana,arial;
}

a.menu_item:link,a.menu_item:visited {
	color: #9A1C41;
	text-decoration: none;
}

a.menu_item:hover,a.menu_item:active {
	color: #BA4C71;
	text-decoration: underline;
}

.main_body 
{
	text-align: left;
	min-height: 600px;
	margin: 5px 5px 5px 5px;
}

.quote_table 
{
	padding: 5px 5px 5px 5px;
	border: solid 1px #9a1c41;
	font-style: italic;
}

.footer 
{
	font-family: Verdana;
	font-size: 8pt;
	text-align: center;
	color: #444;
	margin-bottom: 10px;
	border-top: solid 1px #444;
	width: 600px;
}