/*********** HTML tags **************/
* {
	margin:0;
	padding:0;
}
body {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 80%; 
	line-height: 1.4;
	color: #000000;
	background-color:#ffffcc;
	background-image:url(../images/template_elements/bg.gif);
}
p {  
	font-style: normal; 
	font-weight: normal; 
	margin-bottom: 1em;
	line-height:1.3em;
} 
.color_white {
	font-weight: bold;
	color: #FFFFFF;
}
blockquote {
	margin:1em 15%;
}
hr {
	width:95%;
	text-align:center;
	color:#666666;
}
h1 {
	font-size:1.65em;
	padding-bottom:.25em;
	color:#003300;
	font-weight:lighter;
}
h2  {
	font-size: 1.35em;
	margin-bottom:.25em;
	margin-top:1em;
	color:#003300;
}
h3 { 
	font-size: 1.1em;
	padding-top: 2px;
	padding-bottom: 0;
	color:#003300;
}
 
h4 {
	font-weight: bold;
	margin-bottom:.25em;
	font-size:1em;
}
a:link { 
	font-weight: bold; 
	color: #274E9C; 
	text-decoration: none; 
	border-bottom: 1px solid;
	padding-bottom:1px;
}  
a:visited { 
	font-weight: bold; 
	color: #663366; 
	text-decoration: none; 
	border-bottom: 1px solid;
	padding-bottom:1px;
} 
a:active { 
	font-weight: bold; 
	color: #6699CC; 
	text-decoration: none; 
	border-bottom: 1px solid;
	padding-bottom:1px;
} 
a:hover { 
	text-decoration: none; 
	border-bottom: 1px solid;
	padding-bottom:1px;
	background-color:#CCC;
	color:#000033;
} 
acronym {
	speak: normal;
}
table {
	table-layout:fixed;
	/*margin:5px auto;*/
	font-size:100%;
	border-collapse:collapse;
}
td,th {
	border: 1px #999 solid;
	padding:4px;
	vertical-align:top;
	text-align:left;
}
thead th{
	vertical-align:bottom;
	background-color:#CCC;
}
table caption {
	text-align:left;
	padding:4px;
	background:#333;
	color:#fff;
	border: 1px #999 solid;
	font-weight:bold;
	font-size:1.35em;
}
fieldset {
	margin:0;
	padding:0;
}

legend {
	font-weight:bold;
	font-size: 1.2em;
}
fieldset p {
	padding-left:10px;
	padding-bottom:10px;
}

/************** divs *****************/
/*** masthead ***/
#masthead h1 span {

} 
#masthead h1 { 
	font-size:1.75em;
	padding-bottom:0;
	letter-spacing:.15em;
	font-weight:lighter;
}
#motto {
	background-color:#b0cc57;
	width:100%;
}
#motto h2 {
	margin:0;
	font-size:1.25em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2e4702;
	background-color:#b0cc57;
	padding-bottom:6px;
	padding-left:3px;
	line-height:1em;
	font-weight:lighter;
}
#motto p {
	position:absolute;
	top:74px;
	right:5px;
	margin:0;
}
#column_one {
	display:none;

}
#column_two {
	display:none;
}


#main_image_block {
	background-color:#000;
	text-align:center;
}
#main_image_block img {
	border:1px #333 solid;
}
#body_section {
	margin:0;
}

/*** footer div ***/
#footer {
	color:#333;/*** grays lighter than 333 on fff don't offer enough contrast ***/
	font-size:1em;
	margin-top:1.5em;
	text-align:center;
}
#footer p {
	margin-bottom:0;
}



#announcements {
	padding:8px;
}

#announcements p ul ol{
	margin:0 12px 4px 12px;
}
#submit {
	margin-left:10px;
}
/*********** lists **************/
ul {   
	list-style-type: disc;
}
ol {  
	list-style-type: decimal;
}
li {
	margin-bottom: .5em;
	margin-left:3em;
}
.lettered_list {
	list-style-type:lower-alpha;
}
.list_move_right_5em {
	margin-bottom: 1em;
	margin-left:5em;
}
.lettered_list_indented {
	list-style-type:lower-alpha;
	margin-left:6em;
}
.list_no_bullet {
	list-style:none;
	}
/*********** classes **************/
.move_right_20 {
	padding-left:20px;
}
.move_right_20_gray {
	padding-left:20px;
	color:#333333;
}
.move_right_30 {
	padding-left:30px;
}
.move_right_40 {
	padding-left:40px;
}
.move_right_50 {
	padding-left:50px;
}
.move_right_75 {
	margin-left:75px;
}
.move_right_160 {
	margin-left:160px;
}
.float_right {
	float:right;
	margin-left:5px;
	text-align:right;
}
img.float_right {
	border:1px #333;
}
.float_left {
	float:left;
	margin-right:.5em;
	text-align:right;
}
img.float_left {
	border:1px #333;
}
.align_center_block { /*for centering things*/
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.align_center_text {
	text-align:center;
}
.align_right_text {
	text-align:right;
}
.color_red {
	color: #FF0033;
	font-weight:bold;	
}
abbr.initialism {
	speak : spell-out;
}
abbr.truncation {
	speak : normal;
}
.blank_line {
	border-bottom: 1px #666 solid;
	margin:0 20px;
}
.highlighted_indented_green {
	margin:0 10%;
	background-color:#003300;
	color:#ffffcc;
	padding:5px;
}
.highlighted_indented_gray {
	margin:0 10%;
	background-color:#cccccc;
	color:#000;
	padding:5px;
}
.highlighted_indented_red {
	margin:0 10%;
	background-color:#640000;
	color:#ffffcc;
	padding:5px;
}
.clear {
	clear:both;
}
a.no_border{
	border:none;
	text-decoration:none;
}
a.no_border img{
	border:none;
	text-decoration:none;
}
.no_print_display {
	display:none;
}
