/***********************************************/

/* HTML tag styles                             */

/***********************************************/ 





body.home {

	background-image: url(images/home_bg.gif);

	margin: 0px 0px 0px 0px;

	background-repeat: no-repeat;

	background-position: top; 

}



.template {

	background-image: url(images/template_bg.gif);

	margin: 0px 0px 0px 0px;

	background-repeat: no-repeat;

	background-position: top;

}



p {

	margin: 2px 2px;

}



.templatebg {

	background-image: url(images/template_bg_thin.gif);

	

}



.homeheadings {

	color: White;

	text-align: left;

	vertical-align: top;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 34px;

	font-weight: bold;

}



.headings {

	color: #006666;

	text-align: left;

	vertical-align: top;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 34px;

	font-weight: bold;

}







/***********************************************/

/* Layout Divs                                 */

/***********************************************/



.navigation {

	/*padding: 100px 0px 0px 0px;*/

	width: 154px;

	text-align: left;

	vertical-align: top; /*border: thin solid Black;*/

	background-image: url(images/navigation_bg.gif);

	background-repeat: repeat;

}



.textcolumn {

	text-align: left;

	vertical-align: top;

	padding: 120px 0px 0px 20px;

	width: 368px;

	/*border: thin solid Black;*/

}



.text {

	text-align: left;

	vertical-align: top;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: Black; 

	padding: 5px 0px 5px 0px;

	/*border: thin solid Black;*/

}



.textcopyright {

	text-align: left;

	vertical-align: top;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: Black; /*border: thin solid Black;*/

	padding: 5px 0px 5px 0px;

}



.imagecolumn {

	padding: 120px 0px 0px 0px;

	width: 255px; /*border: thin solid Black;*/

	vertical-align: top;

}.headingssm {
	color: #006666;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
}

