/* Style for body of most pages */

BODY {  
	margin: 0;
	color:#000000; 
	background: #FFFFFF;  
}

/* Black menu stripe stuff */
.stripe {   
	border: 0; 
	margin: 0; 
	padding: 0; 
	background-color: black; 
	color: #FFFFFF; 
}
/* Opera doesn't seem to space menus evenly, 
	so TD definition is needed (only needed for Opera) */
TD.stripe { 
	border: 0; 
	margin: 0; 
	padding: 0; 
	height: 0;
	width: 14%; 
}
.stripe-text {  
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center; 
	color: #FFFFFF; 
}

.small-font {	font-size: .75em; }

/* Am I going to stop using this? 11-12-07    I should 8-16-09 */
.different-font {   
	font-family: arial, helvetica, sans-serif; color: #000000; 
}
.different-font:link {   
	font-family: arial, helvetica, sans-serif; color: #000000; 
}
.different-font:visited {   
	font-family: arial, helvetica, sans-serif; color: #000000; 
}

/* I've been using these a lot, so they've been added to style */
DIV.space-line {
	clear: both; margin: 0; padding: 0; width: auto;
}

/* Use clear-floats & eventually get rid of space-line */
.clear-floats {
	clear: both; line-height: 1px;
}

.standard-margins {
	margin-left: 	10%;
	margin-right:	10%;
}

/* Standard title options.  These might be used by this site's PHP function makeTitle in the future */
.standard-title, .standard-subtitle, .standard-title-intro, .large-title, .large-subtitle {
	text-align:	center;
}
.standard-title, .standard-title-font, .large-subtitle, h1 {
	font-size:		1.2em;
	font-weight:	bold;
}
.standard-subtitle, .standard-title-intro, .standard-subtitle-font, .standard-title-into-font, h2 {
	font-size:		1.0em;
}
.large-title {
	padding-bottom:	.25em;
}
.large-title, .large-title-font {
	font-size:		1.6em;
	font-weight:	bold;
}

/* 	Used on pages w black borders. 
	Provides a black border for page content (below menu) */
.black-container-frame { 	
	border: 0;
	margin: 0;
	padding: 2em; /* Space for black border */
	padding-top: 0;
	padding-bottom: 0;
	background-color: #000000; /* Allows for inclusion of black footer */
}

/* Used on pages w black background */
/* Need to move white-text styles out of this file (atleast the hover definition */
.white-text {	
	color: #FFFFFF; 
}
.white-text A {	
	color: #FFFFFF; 
}
/*.white-text A:hover {	
	color: #CC8888; 
} */

/* Used in forms to mark invalid data */
.invalid {
	color: #FF0000;
}

div.image_with_caption_right, div.image_with_caption_left {
}

div.image_with_caption_right {
	float: right; 
	padding: 1em 0 1em 1em;
}

div.image_with_caption_left {
	float: left; 
	padding: 1em 1em 1em 0;
}

/* Currently used for ASOD 2010 (Dan Shanahan, 4-20-10) */
div.image_with_caption_right *.caption, div.image_with_caption_left *.caption {
	text-align: center;
	font-size: .75em;
}
