body	{
	margin: 0;
	padding: 0;
	background: #C5DFEF;
	color: #000;
	}

body, td {
	font-family: Verdana;
	font-size: 11px;
}


div {
	margin: 0px;
	padding: 0px;
}

/*
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	table-layout: auto;
	border-spacing: 0px;
	border: none;
}
*/

table.fullwidth {
	width: 100%;

}
/*
td {
	text-align: left;
 	vertical-align: top;
	padding: 0px;
}
*/
td.halfwidth {
	width: 50%;
}
td.alignright {
	text-align: right;
 	vertical-align: top;
	padding: 0px;
}
td.aligncenter {
	text-align: center;
	vertical-align: top;
}
td.alignleftcenter {
	text-align: left;
	vertical-align: middle;
}
td.trans {
	background-image: url(../images/pixel.gif);
}
img	{
	display: inline;
}

img.alignright {
	float: right;
	display: inline;
}



/* Links */
/*
a	{
	text-decoration:	underline;
	color:	#17306C;
	font-family: Verdana;
	font-size: 9px;
}

a:link	{
	text-decoration:	underline;
	font-weight:	bold;
	color:	#17306C;
}
	
a:visited	{
	text-decoration:	underline;
	font-weight:	bold;
	color:	#17306C;
}
	
a:hover	{
	color:	#6B1500;
	background-color: transparent;
}
	
a:active	{
	text-decoration:	underline;
	font-weight:	bold;
	color:	#17306C;
}
*/



/* Blue Mist specific */
table.homefullwidth {
	width: 640x;
}
td.homehalfwidth {
	width: 50%;
}
table.homefullwidthoutborders {
	width: 636px;
}
td.topgradient {
	background-image: url(../images/topgradient.jpg);
	background-repeat: repeat-x;
	width: 50%;
}
td.middlegradient {
	background-image: url(../images/middlegradient.jpg);
	background-repeat: repeat-x;
	width: 50%;
}
td.bottomgradient {
	background-image: url(../images/bottomgradient.jpg);
	background-repeat: repeat-x;
	width: 50%;
}
td.homelightblue {
	background-color: #c1dfef
}
td.homeblue {
	background-color: #b4cae3;
}
table.homeinside {
	width: 634px;
}
td.homecontent {
	width: 424px;
}
td.contentleft {
	width: 426px;
}


table.contentbox {
	width: 388px;
}
td.content {
	background-image: url(../images/contentbackground_long2.jpg);
	width: 636px;
}
td.copybox {
	width: 349px;
	background-color: #fff;
}
td.white {
	background-color: #fff;
}

td.contentleftspacer {
	background-image: url(../images/contentleftspacer.gif);
}
td.contentrightspacer {
	background-image: url(../images/contentrightspacer.gif);
}
td.copycontainer {
	background-color: #fff;
	text-align: left;
	vertical-align: middle;
}

.copytext {
	font-family: Arial;
	font-size: 10px;
	line-height: 1.15em;

	color: #7397b9;
	width: 349px;;
	background-color: #fff;

}
.copytext a, .copytext a:link, .copytext a:visited, .copytext a:active {
	text-decoration: underline;
	color: #7397b9;
}
.copytext a:hover {
	text-decoration: underline;
	color: #7397b9;
}
.healthtext {
	font-family: Verdana;
	font-size: 9px;
	color: #666;
}
.healthcontainer {
	background-image: url(../images/pixel.gif);
	text-align: left;
	vertical-align: middle;
}
.footer, .footer a, .footer a:link, .footer a:visited, .footer a:active {
	font-family: Verdana;
	font-size: 10px;
	color: #5d7da3;
	text-decoration:none;
	vertical-align: middle;
	/* text-align: center; */

}
.footer a:hover {
	text-decoration: underline;
}
