body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #9FCAEC;
}

* {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

h1 {
	font-size:150%;
	color: inherit;
}

h2 {
	font-size:120%;
	color: inherit;
}

a {
	color: white;
	font-weight: bold;
}

a:hover {
	color: red;
	font-weight: bold;
}

li {
	margin-bottom: 10px;
}

sup {
	font-size: 85%;
}
	


#pageLayout 
{
	width: 100%;
	min-width: 900px;
	table-layout: fixed;
}

#logo {
	background: #4D93CE;
	height: 128px;
	width: 250px;
	min-height: 128px;
	max-height: 128px;
	min-width: 250px;
	max-width: 250px;
	padding: 0px;	
	border-right:7px solid white;
}

#banner 
{
	background: url('../images/bluegrad.jpg');
}

#login 
{
	background: url('../images/bluegrad.jpg');
	width: 290px;
	min-width: 290px;
	max-width: 290px;
	padding: 15px;
}

#loginBox
{
	color: black;
	background: white;
	height: 70%;
	width: 250px;
	border-style:solid;
	border-color:black;
	border-width:1px 1px 8px 1px;
}

#leftBlackBar {
	background: black;
	height: 40px;
	padding: 0px;	
	border-top: 6px solid white;
	border-right: 7px solid white;
	border-bottom: 6px solid white;
}

#rightBlackBar {
	background: black;
	height: 40px;
	border-top: 6px solid white;
	border-bottom: 6px solid white;
	padding-left: 10px;
	padding-right: 10px;
}

#navBar 
{
	width: 100%;
	text-align: center;
	font-size: 90%;
}

.navBar a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.navBar a:hover {
	color: silver;
}

#leftPhoto {
	border-right: 7px solid white;
	border-bottom: 6px solid white;
	min-height: 20px;
	height: 20px;
}

#leftPhoto img {
	width: 100%;
}

#mainContent {
	background: #4488bb;
	border-right: 7px solid white;
	border-bottom: 6px solid white;
	padding: 0;
	margin: 0;
	color: White;
}
#mainContent ul, li, td, i {
	color: inherit;
}

#mainContent2 {
	background: #9FCAEC;
	border-bottom: 6px solid white;
	padding: 0;
	margin: 0;
	color: White;
}
#mainConten2 ul, li, td, i {
	color: inherit;
}

#sideBar {
	border-bottom: 6px solid white;
	background: #9FCAEC;
	padding: 0;
	margin: 0;
	color: Black;
}
#sideBar ul, li, td, i {
	color: inherit;
}

#bottomGap {
	border-top: 6px solid white;
	min-height: 20px;
}

#footer 
{
	width:100%;
	background: black;
	height: 40px;
	text-align: center;
	font-size: 95%;
	padding-top: 10px;
	color: White;
}
#footer a {
	color:white;
}
#footer a:hover {
	color:silver;
}


.textContent {
	padding: 25px;
	text-align: left;
	color: inherit;
}

.textContent2 {
	padding: 25px;
	text-align: left;
	color: black;
}

.blueContent {
	background: #4488bb;
	padding: 25px;
	color: White;
	text-align: left;
}

.blueContent li, div, strong, td, ol  {
	color: White;
}

.lightBlueContent 
{
	color: Black;
	background: #ccddee;
	padding: 25px;
}

.medBlueContent 
{
	color: Black;
	background: #9FCAEC;
	padding: 25px;
}

.horizonalTextStripe
{
	background: #4488bb;
	width:100%;
	border-bottom: 6px solid white;
}

.horizonalTextStripe div 
{
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 30px;
}

.horizonalText
{
	background: #4488bb;
	width:100%;
}

.horizonalText div 
{
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 30px;
}

.blueHeading {
	color: navy;
	font-size: 200%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

.blueHeading2 {
	color: navy;
	font-size: 125%;
	font-weight: bold;
}

.blueHeading3 {
	color: Navy;
	font-size: 100%;
	font-weight: bold;
}

.redHeading {
	color: #c00;
	font-size: 175%;
	font-weight: bold;
}

.redHeading2 {
	color: #c00;
	font-size: 125%;
	font-weight: bold;
}

.redHeading3 
{
	color: #c00;
	font-weight: bold;
}

input.btn {
	color: white; 
	font-size: 90%;
	font-weight: bold;
	background-color: #099;
	border-top: 2px solid #699;
	border-left: 2px solid #699;
	border-bottom: 2px solid #066;
	border-right: 2px solid #066;
	padding: 5px;
}

input.btn2 {
	color: white; 
	font-size: 90%;
	font-weight: bold;
	background-color: #099;
	border-top: 2px solid #699;
	border-left: 2px solid #699;
	border-bottom: 2px solid #066;
	border-right: 2px solid #066;
	cursor: pointer;
}

.formBox {
	font-size: 10pt;
	color: Black;
}

.formLabel {
	font-size: 10pt;
	color: #666;
}

.loginCaption {
	text-align:center;
	background-color:black;
	color:white;
	font-weight:bold;
}

.breadcrumb {
	font-size: 90%;
}

.newsHead {
	padding-bottom:15px;
}

.newsBlock {
	padding:10px;
	display:none;
	background: #99CCEE;
	color: Black;
	margin-top: 5px;
}

.newsBlock a {
	color:Red;
}

.newsBloick i {
	color: black;
}

.pricing 
{
	background-color:inherit;
	color: black;
	margin-left:10px;
	margin-right:10px;
}

.pricing td, th {
	color:inherit;
}

.pricing h3 
{
	color:navy;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

.pricing a {
	color:#900;
	font-weight:bold;
}

.pricing input,select,option {
	color:inherit;
	font-size: 90%;
}

.checked 
{
	background: #ccddee;
	/* background: #ddeeff; */

}

li.checked {
	color: Black;
	list-style-image:url("../images/checked.jpg");
	padding-bottom:0px;
	margin-bottom:0px;
}

ul.checked {
	color: Black;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-left:10px;
	margin-left:10px;
	margin-top: 0px;
}

li.unchecked {
	color: Black;
	list-style-image:url("../images/unchecked.jpg");
	padding-bottom:0px;
	margin-bottom:0px;
}

ul.unchecked {
	color: Black;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-left:10px;
	margin-left:10px;
	margin-top: 0px;
}

.note 
{
	color: Black;
	font-size: 75%;
}

.bold
{
	color: inherit;
	font-weight: bold;
}

.compare
{
	background-color: #990000;
	margin: 10px;
	font-weight: bold;
}
