/* CSS Document */

td						{ color: #000000; font-family: Arial, Helvetica, sans-serif; 	font-size: 12px;}
p						{ color: #000000; font-family: Arial, Helvetica, sans-serif; 	font-size: 12px; margin-right: 30px; margin-top: 20 px;}

.bodyback 				{ background-color: #FFFFFF;}
.pageborder				{ background-color: #000000;}
.pageback 				{ background-color: #828BAE;}
.leftnavbackimage		{ background-image: "../images/leftnavback.jpg"; background-repeat: none;}

.subnavpadding			{ margin-left: 10px; margin-top: 110px;}

.pageheading			{ color: #484E68; font-family: Times New Roman, Times, serif; 	font-size: 16px; letter-spacing: 5%;  font-weight: bold;}
.pagesubheading			{ color: #821700; font-family: Times New Roman, Times, serif; 	font-size: 13px; letter-spacing: 5%;  font-weight: bold;}
.navselected			{ color: #821700;} /*used in conjunction with nav links below*/
.homepagetext			{ color: #000000; font-family: Arial, Helvetica, sans-serif; 	font-size: 14px;}
.picturecaption			{ color: #484E68; font-family: Arial, Helvetica, sans-serif; 	font-size: 10px;}
.helptext				{ color: #000000; font-family: Arial, Helvetica, sans-serif; 	font-size: 10px;}
.messagetext			{ color: #821700; font-family: Arial, Helvetica, sans-serif; 	font-size: 12px;}
.diagramtext			{ color: #000000; font-family: Arial, Helvetica, sans-serif; 	font-size: 10px; font-weight: bold; line-height: 34px;}

/*links in main text*/
a 						{ color: #821700; font-family: Arial, Helvetica, sans-serif; 	font-size: 12px; text-decoration: underline;}
a:hover 				{ color: #484E68; font-family: Arial, Helvetica, sans-serif; 	font-size: 12px; text-decoration: underline;}

/*nav links*/
a.mainnav 				{ COLOR: #000000; font-family: Times New Roman, Times, serif;  font-size: 14px; TEXT-DECORATION: none; line-height: 24px}
a.mainnav:hover			{ COLOR: #821700; font-family: Times New Roman, Times, serif;  font-size: 14px; TEXT-DECORATION: none; line-height: 24px}

a.subnav 				{ COLOR: #000000; font-family: Times New Roman, Times, serif;  font-size: 12px; TEXT-DECORATION: none; line-height: 20px;}
a.subnav:hover			{ COLOR: #821700; font-family: Times New Roman, Times, serif;  font-size: 12px; TEXT-DECORATION: none; line-height: 20px;}

a.pagenav 				{ COLOR: #821700; font-family: Arial, Helvetica, sans-serif;  font-size: 11px; TEXT-DECORATION: none;}
a.pagenav:hover			{ COLOR: #000000; font-family: Arial, Helvetica, sans-serif;  font-size: 11px; TEXT-DECORATION: none;}
