/* generic styles */
/* Table of Contents 
	Layout
	Typography and Inline Elements
	Forms
	Photos and Thumbnail Areas
*/

/* Layout */
* {margin:0;padding:0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

/* Typography and Inline Elements */
h1 {
	color: #656855;
	font: italic bold 2em Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0.5em;
	text-decoration: underline;
	text-align: center;
}
h2 {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0.5em;
	text-align: center;
	float: none;
	clear: left;
}
h3 {
	font: bold 1em Georgia, "Times New Roman", Times, serif;
}
p {
	margin: 0px 0px 1em;
}
.instructions {
	font-size:.8em;
	font-weight:normal;
}
.left {float:left; clear:left;}
.right {float:right; clear:right;}

.blockLink {
	display:block;
	text-align: center;
	border: 1px solid #656855;
	margin: 0px 0px 1em;
	padding: 0.125em 1em;
	text-decoration: none;
}
.veryImportant {
	font-size: 1.4em;
	font-weight: bold;
	color: #646756;
}

/* Forms */
form {
	width:95%;
}
label {
	display:block;
	margin-bottom:0.25em;
	margin-right:0;
	margin-top:0;
}
label span {
	display:block;
	float:left;
	margin-right:15px;
	text-align:right;
	width:20%;
}
form span.buttons {
	text-align:right;
	display:block;
	padding-left:20%;
	margin-left:15px;
	float:left;
	clear:both;
	position:relative;
}

/* Photos and Thumbnail Areas */
.pics {
	width: 717px;
	float: left;
	display: block;
	position: relative;
	clear: both;
	text-align: center;

}
.pics a {
	text-align:center;
	position: static;
	display: inline;
	margin: 0 auto 1em;
	height: 150px;
	width: 167px;
	clear: none;

}
.pics img {
	vertical-align:middle;
	text-align:center;
	position:relative;
	margin:0 1.5em 1em;
	clear: none;
	border: 1px solid #656855;

}
