body{
	font-family: Tahoma,Arial;
	margin: 10px 10px 10px 10px;
	/* background-image: url("NCSA-lite.jpg");*/
	background-position: center ;
	background-repeat: no-repeat;
};

p.red {
  color: red;
}

p.tiny {
  font-size: 8px;
  text-align: left;
  color: black;
}

.inputbox {
	color: #000000;
}

td.title {
	font-weight: bold;
	font-family: Tahoma,Arial;
	color: black;
}


th.title {
	font-weight: bold;
	font-family: Tahoma,Arial;
	color: black;
	text-align: left;
}

td.r_title {
	font-weight: bold;
	font-family: Tahoma,Arial;
	color: black;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
}

td.info {
	font-family: Tahoma,Arial;
	color: black;
	text-align: left;
	font-size: 12px;
	padding: 2px;
	margin: 0;
}
td.info_time {
	font-family: Tahoma,Arial;
	color: black;
	text-align: left;
	font-size: 12px;
	padding: 1px 1px 1px 30px;
	margin: 0;
}

td.l_info {
	font-family: Tahoma,Arial;
	color: black;
	text-align: left;
	font-size: 12px;
}

td.notes {
	font-family: Tahoma,Arial;
	color: black;
	text-align: left;
	font-size: 12px;
	padding: 10px 1px 10px 1px;
}

td.checkbox {
	font-family: Tahoma,Arial;
	font-weight: bold;
	color: green;
	font-size: 12px;
}

td.heatcard {
	font-family: Tahoma,Arial;
	font-weight: normal;
	color: black;
	font-size: 24px;
}
td.e_heatcard {
	font-family: Tahoma,Arial;
	font-weight: normal;
	color: blue;
	font-size: 16px;
}
td.t_heatcard {
	font-family: Tahoma,Arial;
	font-weight: bold;
	color: black;
	background: #F0F0F0;
	font-size: 24px;

/******* hyperlink and anchor tag styles *******/

a:visited{
	color: #005FA9;
	/* #color: green; */
	text-decoration: none;
}

a:link{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 110% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: disc;
 font: bold 100%;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

/*********** Paragraph Links *******************/
p.small {
  font-family: Arial,sans-serif;
  color: red;
  font-size: 6px;
}

p.tiny {
  font-size: 6px;
}
/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
masthead{
	position: absolute;
	margin: 0 auto;   /* This centers the pag  */
	top: 0px;
	left: 2%;
	right: 2%;
	width:800px;
}

pagecell1{
	position:absolute;
	margin: 0 auto;   /* This centers the pag  */
	top: 190px;
	left: 2%;
	right: 2%;
	width:800px;
	background-color: #ffffff;
}

tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

pageNav{
	float: left;
	width:60px;
	height: auto; 
	padding: 0px;
	border-right: 1px solid #FFFFFF;
	font: small Verdana,sans-serif;
}

content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	border-left: 1px solid #ccd2d2;
	min-height:400px;
	
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #000000;
	font-weight: normal;
	}

logo{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #000000;
	font-weight: normal;
}


/************** utility styles *****************/
/*           Can't see #FFFFFF                */
utility{
	font: 85% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 20px;
	color: #000000;
}

utility a{
	color: #000000;
}

utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}
/************** tagline2 styles ****************/

tagline2 h2{
	font: bold 120% Arial,sans-serif;
	font-style: italic;
	color: #095aa5;
	margin: 0px;
	padding: 0px;
}

/************* globalNav styles ****************/

globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #000000;
padding: 0px;
margin: 0px;
background-image:  url("glbnav_background.gif");
}

globalNav img{
	margin-bottom: -4px;
}

gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 800px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

a.glink2{
  	font-size: 8px;
  	color: #095aa5;
  	background-image:  url("glblnav_selected.gif");

	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url("glblnav_selected.gif");
	text-decoration: none;
}

.skipLinks {display: none;}


/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 195px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #000000;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #000000;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

search input{
  font-size: 70%;
 }
 
search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

breadCrumb a{
	color: #AAAAAA;
}

breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 0px 0px;
	font-size: 90%;
}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 70px;
	font-size: 90%;
	/* background-image: url(images/test_pic1b.jpg); */
}

.story1 {
	padding: 8 0px 0px 70px;
	font-size: 85%;
	font: Tahoma,sans-serif;
	/* background-image: url(images/test_pic1b.jpg); */
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 20px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 6px;
}

td.normal {
	font-size: 10px;
	padding: 0;
	border: 1px solid #0ff;
	background-color: white;
}
td.email {
	font-size: 12px;
}


td.comment {
	font-size: 10px;
	font-weight: bold;
	padding: 1px 1px 1px 1px;
	
}

td {
	font-size: 10px;
	padding: 0;
	margin: 0;
	border: 1px solid #f00;
}
/************** siteInfo styles ****************/

siteInfo{
	clear: both;
	border-top: 1px solid #095aa5;
	font-size: 8px;
	color: #000000;
	padding: 10px 10px 10px 50px;
	margin-top: -23px;
}

siteInfo a{
	color: #095aa5;
}

siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

sectionLinks{
	margin: 0px;
	padding: 0px;

}

sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}



/**************** advert styles *****************/

advert{
	padding: 10px;
}

advert img{
	display: block;
}


/*************** contacts table *****************/
contactTable{
	margin: 5px 5% 5px 5%;
	border: 0;
	padding: 0;
}

.customerContact{
	background-color: Gainsboro;
	font-size: 12px;
}

/********************* end **********************/
