/*This document validates as CSS level 2.1 !*/

body {
	font-size:13px;
	line-height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	/* next four attributes added to accomodate validation of index.html...deprecated body elements were removed */
	color: #ffffff;
	background-color: #300;
	margin-top: 0px;
	margin-left: 0px;
}

.copyright { 
	font-size:11px;
	line-height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color: #ffffff; 
}

.subhead { 
	font-size:20px;
	line-height:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#ffffff; 
}

.subhead_yellow { 
	font-size:18px;
	line-height:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e8a713; 
}

#im_pad {
padding-top:15pt;
padding-bottom:15pt;
}

/* width of #greenbox and padding of #border_1 given units of px to satisfy validator...numbers in width and padding were not changed */

#greenbox {
	background-color:#330000;
	margin:20px;
	padding:7px;
	width:754px;
}

#border_1 {
	border:1px;
	border-style:solid;
	border-color:#e8a713;
	padding:2px;
}

#border_2 {
border:2px;
border-style:solid;
border-color:#e8a713;
padding:20px;
}

		
a.text:link {
	color: #e8a713;
	text-decoration: none;
	border-bottom: 1px dotted #e8a713;
	}

a.text:visited {
	color: #e8a713;
	text-decoration: none;
	border-bottom: 1px dotted #e8a713;
	}

a.text:hover {
	color: #ffcc00;
	text-decoration: none;
	border-bottom: 1px dotted #ffcc00;
	}

a.text_large:link {
	color: #e8a713;
	font-size:16px;
	text-decoration: none;
	border-bottom: 1px dotted #e8a713;
	}

a.text_large:visited {
	color: #e8a713;
	font-size:16px;
	text-decoration: none;
	border-bottom: 1px dotted #e8a713;
	}

a.text_large:hover {
	color: #ffcc00;
	font-size:16px;
	text-decoration: none;
	border-bottom: 1px dotted #ffcc00;
	}
	
/* a.text_largeindex added by Miriam for new checkbox index page */

a.text_largeindex:link {
	color: #ffffcc;
	font-size:16px;
	text-decoration: none;
	border-bottom: none;
	text-align: center;
	text-indent: 50%;
	}

a.text_largeindex:visited {
	color: #ffcc00;
	font-size:16px;
	text-decoration: none;
	border-bottom: none;
	text-align: center;
	}

a.text_largeindex:hover {
	color: #e8a713;
	font-size:16px;
	text-decoration: none;
	border-bottom: none;
	text-align: center;
	}
	
/* input[type="checkbox"] for new checkbox index page WILL NOT WORK IN IE6 */

input[type="checkbox"] {
	
}

