/* Style sheet for Scholars SGC web page */

/* General instructions for font, color, and background image */
body {
	font-family: Verdana;
	color: #002412;
	margin: 10px;
	background-color: #FFEE8C;
}

/* General selector values */

/* Paragraph break height */
p {
	line-height: 1.4em;
}


/* Heading fonts and formats */
h2 {
	font-family: Verdana;
	color: #000000;
	font-size: 2em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
	text-align: center;
	font-weight: plain;
}

h6 {
	font-family: Verdana;
	color: #FFFFF0;
	font-size: 0.75em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
	text-align: center;
	font-weight: plain;
}

/* Margins and alignment for images in the content division */					
#content img {
	padding: 1px;
	float: right;
	margin: 0 0 1em 1em;
}

a {
	text-decoration: none;
}

/* Colors for linked text, before and after being clicked */			
a:link {
	color: #91C4FF;
}

a:visited {
	color: #91A9FF;
}


/* Page Layout */

#header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#content {
	margin-top: 10px; 
}

/* Layout for divisions containing images and their captions */
#picture {
	padding: 1px;
	float: right;
	text-align: center;
	font-size: 8pt;
	margin: 0 0 1em 1em;
}

/* Layout for alignment of footer */
#footer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer img {
	padding: 10px;
}