﻿body {font-family:Tahoma, Verdana, Arial, sans-serif; color: #666666;}

H1, H2, H3, H4 {margin-top : 3px; margin-bottom : 3px; font-family : Tahoma,Verdana,Arial;
	font-weight: normal; text-align: left;}

H1 {font-size: 18px; margin-left : .3em;}

H4 {font-size : 12px;margin-left : 0; font-weight: bold; font-variant: small-caps;color: #333333;}

H4 a:link {color:#333333;text-decoration:none;}
H4 a:visited {color:#333333;text-decoration:none;}
H4 a:hover {color:#333333}
H4 a:active {color:#333333;}

p {color : #000000;	margin-top : 5px;	padding-bottom : 10px;	margin-bottom : 0px;
	margin-left : 10px;	margin-right : 10px;	font-size : 11px;	font-family : Tahoma,Verdana,Arial;}

.copyRight {text-align: left; color: #666666; margin-left : 0px; font-size : 9px;	font-family : Tahoma,Verdana,Arial;}

#homelink a:link {color:#666666;text-decoration:none;}
#homelink a:visited {color:#666666;text-decoration:none;}
#homelink a:hover {color:#333333}
#homelink a:active {color:#666666;}
#homelink {font-size : 11px; font-family : Tahoma,Verdana,Arial,sans-serif; padding-bottom: 1em;} 

/* -- these format the top nav bar --*/

#navbar a:link {color:#666666;text-decoration:none;}
#navbar a:visited {color:#666666;text-decoration:none;}
#navbar a:hover {color:#333333}
#navbar a:active {color:#666666;}
#navbar {text-align: center; font-size: 10px; font-family: Tahoma,Verdana,Arial; vertical-align: middle;} 

/*-- this line works fine in IE but firefox won't render it right --*/
/* #celldiv td {text-align: center; background: url('images/navbarBack.jpg') repeat center center; border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; border-bottom: 1px solid #efefef; border-top: 1px solid #C0C0C0;}
/*-- so the fix is to place the background image images/navbarBack.jpg in the table itself - not elegant but it works -- */
#celldiv td {padding-top: 3px; padding-bottom: 3px; text-align: center; border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; border-bottom: 1px solid #efefef; border-top: 1px solid #C0C0C0;}
#celldiv p {text-align: center; padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px; font-size: 10px;}


/* -- left-side nav bar --*/

#navleft a:link {color:#666666;text-decoration:none;}
#navleft a:visited {color:#666666;text-decoration:none;}
#navleft a:hover {color:#333333}
#navleft a:active {color:#666666;}
#navleft {padding-top: 0; padding-bottom: 1em; padding-left: 1em; text-align: left; font-size: 12px; font-family: Tahoma,Verdana,Arial; vertical-align: middle;}

#navi a:link {color:#000000;text-decoration:none;}
#navi a:visited {color:#000000;text-decoration:none;}
#navi a:hover {color:#ffffff}
#navi a:active {color:#000000;text-decoration:none;}


/* -- this sets up the text in the item rows -- */
#navCItem a:link {color:#666666;text-decoration:none;}
#navCItem a:visited {color:#666666;text-decoration:none;}
#navCItem a:hover {color:#333333}
#navCItem a:active {color:#666666;}
#navCItem {padding-top: 0; padding-bottom: 1em; padding-left: 0; text-align: left; font-size: 12px; font-family: Tahoma,Verdana,Arial; vertical-align: middle;}


/* -- this sets up the alignment for the text and cells in the item rows -- */
#alignRow {vertical-align: top; align: left;}


.mainHead {
	color : #ffffff;
	padding-bottom : 5px;
	padding-left : 10px;	
	padding-top : 8px;	
	font-size : 13px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bolder;
}

table.td { vertical-align:top;}