/* Main screen elements */
body {
	list-style-image: url(images/tick.gif); 
	background-color : #BFC4FE; 
	color : #3C564E; 
	font-family: "Century Gothic", verdana ; 
	font-size: 12px;
	background-image : url('images/bodybg.jpg'); 
	background-repeat : repeat-x; 
	background-position : top left; 
	margin-top : 10px; 
	text-align : left; 
	} 
div.banner {
	background-color : #ffffff;
	width : 839px; 
	height:85px;
	border:0px; 
	padding:0px;
	border-collapse:collapse; 
	background-image: url('images/banner.jpg'); 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-color: #FFFFFF; 
	background-position: top left;
	} 
div.main {
	background-color : #ffffff; 
	padding : 0; 
	width : 839px;
	border-collapse : collapse;
	} 

/* Re-usable screen elements  */
.b	{
	font-weight:bold;
	}
span.error
	{
	background-color:#ffffff; 
	color:#ff0000;
	width:100%;
	font-weight:bold;
	}
table	{
	padding:0px; 
	border:0px; 
	border-collapse:collapse;  
	width:100%;
	text-align:left;
	}
td	{
	border:0px; 
	border-collapse:collapse; 
	}
td.endt
	{
	white-space:nowrap;
	vertical-align:top;
	font-weight:bold;
	padding-top:10px;
	padding-right:10px;
	}
td.endb
	{
	vertical-align:top;
	padding-top:10px;
	}
ul	{
	margin-top:0px;
	margin-left:25px;
	}

/*  Menu specific styling  */
td.menu	{
	background-image: url('images/menutablebg.jpg'); 
	background-attachment: fixed; 
	background-repeat: repeat-y; 
	background-position: top left;
	width:172px;
	font-size:12px;
	text-align:left;
	padding:4px; 
	vertical-align:top; 
	background-color:#8E0000;
	border-right:  2px solid white;
	border-top:    2px solid white;
	border-bottom: 2px solid white;
	}


	tr.menuspacer	
		{
		height:1px;
		}
	td.linkmain	
		{
		white-space:nowrap;
		background-color:#62afff; 
		text-indent:15px;
		background-image: url('images/linkmain.jpg'); 
		background-repeat: repeat-y; 
		background-position: top left;
		}	
	td.linksub	{
		white-space:nowrap;
		background-color:#a2d2ff; 
		text-indent:23px;
		background-image: url('images/linksub.jpg'); 
		background-repeat: repeat-y; 
		background-position: top left;
		}	
	td.linksubsub	{
		white-space:nowrap;
		background-color:#a2d2ff; 
		text-indent:31px;
		background-image: url('images/linksubsub.jpg'); 
		background-repeat: repeat-y; 
		background-position: top left;
		}	

	td.linkmaina
		{
		white-space:nowrap;
		background-color:#62afff; 
		text-indent:15px;
		background-image: url('images/linkmaina.jpg'); 
		background-repeat: no-repeat; 
		background-position: top left;
		}	
	td.linksuba	{
		white-space:nowrap;
		background-color:#a2d2ff; 
		text-indent:23px;
		background-image: url('images/linksuba.jpg'); 
		background-repeat: no-repeat; 
		background-position: top left;
		}	
	td.linksubsuba	{
		white-space:nowrap;
		background-color:#a2d2ff; 
		text-indent:31px;
		background-image: url('images/linksubsuba.jpg'); 
		background-repeat: no-repeat; 
		background-position: top left;
		}	


		td.linkmain a	
			{
			color : #3C564E; 
			}	

		td.linkmaina a	
			{
			color : #000000; 
			}	
		td.linksub a	
			{
			color : #3C564E; 
			}	
		td.linksuba a	
			{
			color : #000000; 
			}	
		td.linksubsub a	
			{
			color : #3C564E; 
			}	
		td.linksubsuba a	
			{
			color : #000000; 
			}	

td.main	{
	/*background-color:#F1E9E9; */
	background-color:#ffffff; */
	padding:5px; 
	vertical-align:top;  
	color:#1b3930;
	border-top:    2px solid white;
	border-bottom: 2px solid white;

	}
td.contact	{
		vertical-align:top;
		padding:0px;
		spacing:0px;
		padding-right:10px;
		}
	
/* STYLES FOR MAIN BODY ELEMENTS   */	
p.header {
	background-image: url('images/headerbg.jpg');
	background-attachment: fixed; 
	background-repeat: repeat-x;
	background-position: top left;
	margin-top:1px;
	margin-bottom:0px;
	background-color:#bb0000;   	/*EAC8C8; */
	color:#ffffff;   		/*3c564e;*/
	text-align : center; 
	vertical-align:middle;
	width : 100%; 
	font-size : 14pt; 
	font-weight : bold; 
	} 
p.subheader {
	margin-top:10px;
	margin-bottom:5px;
	text-align:left;
	font-size : 14px; 
	font-weight : bold;
	} 
p.subsubheader {
	margin-bottom:1px;
	text-align:left;
	font-weight : bold;
	font-size:13px;
	} 
p.body	{
	text-align:justify;
	}
a 	{
	color:#0000cc;
	text-decoration : none; 
	} 
a:hover {
	background-color : inherit;
	color : #0000ff; 
	text-decoration : none; 
	} 
div.footer
	{
padding-left:3px;
padding-right:3px;
	background-image: url('images/footerbg.jpg'); 
	background-color: #0009BA;
	vertical-align:top;
	text-align:center;
	line-height:40px;
	height:94px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	}


div.footer_home
	{
	background-image: url('images/footerbghome.jpg'); 
	background-color: #0009BA;
	vertical-align:top;
	text-align:center;
	height:129px;
	}



/* STYLES SPECIFIC TO THE CALENDAR  */ 
table.calendar
	{
	background-color:#ffffff; 
	width:100%;
	border:1px solid black; 
	border-right:2px solid black;
	border-bottom:2px solid black;
	text-align:right;
	}
calendar :a
	{
	text-decoration:none; 
	color:blue; 
	font-weight:bold
	}
	
/* STYLES FOR EDITING CONTACTS INFO  */
td.linkalphabet		{white-space:nowrap; cursor:pointer; width:3.7%; text-align:center; vertical-align:middle; background-color:#155f1a; color:#ffffff;}
td.linkalphabet a	{white-space:nowrap; cursor:pointer; width:3.7%; text-align:center; vertical-align:middle;	color:#ffffff;}
td.linkmisc		{white-space:nowrap; cursor:pointer; width:14%; text-align:center; vertical-align:middle; background-color:#155f1a; color:#ffffff;}
td.linkmisc a		{white-space:nowrap; cursor:pointer; width:14%; text-align:center; vertical-align:middle; color:#ffffff;							 	color:#ffffff;}
td.title a		{background-color:#ee3234; color:#ffffff;  padding-left:5px; padding-right:5px; font-weight:bold; white-space:nowrap; }
td.titleaddress		{background-color:#ee3234; color:#ffffff;  padding-left:5px; padding-right:5px; font-weight:bold; width:100% }
td.glinkalphabet	{white-space:nowrap; width:3.7%; text-align:center; vertical-align:middle; background-color:#555555;	color:#000000;}
td.glinkmisc		{white-space:nowrap; width:14%; text-align:center; vertical-align:middle; background-color:#555555; 	color:#000000;}
td.entry		{background-color:#ffdddd; padding-left:5px; padding-right:5px; padding-top:2px;   font-size:12px;  white-space:nowrap; }
td.entryh		{background-color:#eecccc; padding-left:5px; padding-right:5px; padding-top:2px;   font-size:12px;  white-space:nowrap; }
div.entriescontainer 	{background-color : #ffffff; padding : 0; width : 100%; border-collapse : collapse; padding:0px;} 
div.entry		{position: absolute; visibility: hidden; left:10px; top: 159px; height:0px; border-collapse : collapse; padding:0px;}
div.subentry		{position: absolute; visibility: hidden; left:10px; top: 61px; height:0px;}

/* STYLES FOR SPECS TABLES */
td.specheader	{vertical-align:bottom; text-align:center; font-weight:bold; font-size:12pt;}
td.spectitle	{vertical-align:top; font-size:10pt; font-weight:bold; line-height:15px;}
td.specdetail	{vertical-align:top; font-size:10pt; text-indent:30px; line-height:15px;}



td.contact1		{vertical-align:top; background-color:#e9ffff; font-size:12px; padding:0px; padding-right:5px;}
td.contact2		{vertical-align:top; background-color:#ffe8e9; font-size:12px; padding:0px; padding-right:5px;}
td.contacttitle 	{vertical-align:top; font-weight:bold; font-size:12px; padding:0px; padding-right:5px;}
textarea.display	{font-size:12px; height:16px; border:1px solid #666666; padding:0px; spacing:0px; }

