body {
background-color: #c1dde1;
color: #000000;
margin: 0px;
}

.welcome {
	font-size: 21px;
	color: #b21c69;
	}

.message {
	font-size: 14px;
	}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #074b6e;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #074b6e;
}
a:visited {
	text-decoration: none;
	color: #074b6e;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
a.header {
	color :#074b6e;
	font-family :Arial, Helvetica, sans-serif;
	text-decoration :none;
	font-size: 10px;
	cursor: pointer;
	text-transform: uppercase;
}
a.header:visited {
	text-decoration :none;
	font-size: 10px;
	color: #074b6e;
	text-transform: uppercase;
}
a.header:active {
	text-decoration :none;
	font-size: 10px;
	color: #074b6e;
	text-transform: uppercase;
}
a.header:hover {
	color :#000000;
	text-decoration :none;
	font-size: 10px;
	cursor:pointer;
	text-transform: uppercase;
}
a.sidebar {
	color :#074b6e;
	font-family :Arial, Helvetica, sans-serif;
	text-decoration :none;
	height : auto;
	width :100%;
	font-size: 10px;
	padding: 3px;
	font-weight: bold;
	display: block;
}
a.sidebar:visited {
	color :#074b6e;
	text-decoration :none;
	width :100%;
	display: block;
}
a.sidebar:active {
	color :#074b6e;
	text-decoration :none;
	width :100%;
	display: block;
}
a.sidebar:hover {
	color :#FF0000;
	text-decoration :none;
	width :100%;
	background-color :#19338F;
	cursor:default;
	display: block;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ff0000;
	text-transform: uppercase;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
b {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
em {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
i {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
hr {
	color: #d9d9d9;
	height: 1px;
	width: 100%;
}
.smallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.strongtype {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
.natextbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 0px none;
	background-color: #cccccc;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.smallwhite {
	font-size: 10px;
	color: #074b6e;
}
#featuregraphic {
	height: 124px;
	text-align: left;
	width: 543px;
}

div#main {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: white;
}

#surround {
	padding: 4px;
	background-color: #b21c69;
	}

table.calculator {
	background-color:#a0dae8;
	color: #153b45;
	}

.calculator input {
	width: 50px;
	border:1px solid #4b95a8;
}

.calculator input:focus, .calculator textarea:focus {
	background-color:#ffe8c0;
}


.calculator tr:hover {
	background-color: transparent;
	color: #153b45;
}

.calculator th {
	color: #ffffff;
	background-color: #b21c69;
	padding: 5px;
	font-size: 13px;
	text-align: left;
	}

.calculator td {
	padding: 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #48b8e8;
	}

.darkgreen {
	color: #268b1b;
	text-transform:uppercase;
	padding: 4px 0 4px 3px;
	}

.lightenrow {
	background-color: #a7e3f1;
}

#button_image_replacement {
  float: right;
  width: 107px;
  height: 26px;
  margin: 15px 0 0 0;
  border: 0;
  background: transparent url(../imager/calculatebutton.gif) no-repeat;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

ul.solutions {
	list-style-type: disc;
	list-style-image: url(../imager/bulletpoint.gif);
	list-style-position: inside;
	text-indent: -15px;
	}