@charset "utf-8";
/* CSS Document */
/* stylesheet for Three Aces (TA) */
/* reset browsers default stylesheets from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* ------ end reset css ------ */

body {
	font-family:Verdana, Geneva, Arial, sans-serif;
	font-size:12px;
	text-decoration:none;
	color: #000;
	background-color: #000;
}
table {
	border: 0;
}
th, td {
  text-align: left;
  padding: 5px;
  margin: 0px 0px;
  border: none;
}
.txt_rt {
	text-align: right;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: relative;
	background:#06C;
	text-align: center;
	color: #fff;
	border: 0;
	padding: 0;
	width: 1000px;
	height: 80px;
	display: block;
}
#header h1 {
	font: 3em Tahoma, Geneva, sans-serif;
	font-size: xx-large;
	color: #fff;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
}
.clear {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#footer {
	background: #70ac47;
	float: left;
	width: 1000px;
	height: 50px;
	color: #fff;
}
#footer p, a {
	font-size: small;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
}
#footer a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#footer a:hover {
	color: #000;
}
#white_area {
	position: relative;
	float: left;
	display: inline;
	width: 930px;
	margin: 0px;
	padding: 0 35px;
	background-color: #fff;
}
#white_area h1 {
	font: 1.1em Tahoma, Geneva, sans-serif;
	font-size: x-large;
	color: #70ac47;
	text-align: left;
	padding-bottom: 15px;
	padding-top: 10px;
}
#white_area h2 {
	color:#360;
	font: 1.1em Tahoma, Geneva, sans-serif;
	font-size: medium;
	padding-bottom: 7px;
	padding-top: 15px;
}
#white_area h3 {
	font: 1.1em Tahoma, Geneva, sans-serif;
	font-size: medium;
	color:#C00;
	padding-bottom: 7px;
}
#white_area h4 {
	font: 1.1em Tahoma, Geneva, sans-serif;
	font-size: medium;
	margin-bottom: 12px;
	margin-left: 12px;
}
#white_area p {
	padding-bottom: 5px;
	padding-left: 12px;
	line-height: 1.3;
}
#white_area li {
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 1.3;
	list-style: disc inside;
}
#white_area a {
	color: #000;
	padding-left: 12px;
	text-decoration: none;
}
#white_area a:visited {
	color: #360;
}
#white_area a:hover {
	text-decoration: underline;
}
#white_area form {
	padding-bottom: 5px;
}
#white_area b {
	font-weight: bold;
}
#GetQuote {
	width: 700px;
}
#PeriodForm {
	width: 800px;
}
#graphdiv {
	width: 500px;
	height: 300px;
}