/* Main CSS Document for Class of 82 ReUnion site*/
@import url("rowcolors.css");
@import url("form_table.css");
@import url("pz.css");

body {
	background-color: #292C1B;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
font-size: 100% ;
}

a:link {
	text-decoration: none;
	color: #003333;
}
a:visited {
	text-decoration: none;
	color: #003333;
}
a:hover {
	text-decoration: underline;
	color: #663333;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* Main Div Styles*/

div#wrapper {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	background-color: #292C1B;
	min-width: 780px;
	border: thick ridge #999966;
	padding-bottom:0px;
}

div#masthead{
	width: 100%;
	height: 250px;
	background-image: url(../images/topbg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #292C1B;
	margin-top: 0px;
	padding: 0px;
}


div#content {
	width: 75%;
	float: left;
	background-color: #BABA98;
	margin-left: 2px;
	margin-top: 10px;
	border: 3px ridge #999966;
	padding: 10px;
}

div#content2 {
	width: 99%;
	float: none;
	background-color: #BABA98;
	margin-left: 2px;
	margin-top: 10px;
	border: 3px ridge #999966;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #003333;
	font-size: 80%;

}

div#content .maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #003333;
	font-size: 80%;
}
div#sidebar {
	width: 20%;
	padding: 2px;
	float: right;
	border: thin groove #999966;
	margin-right: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*DIVs inside the Header*/

div#easel {
	width:90%;
	height:30px;
	top: 210px;
	position: absolute;
	text-align: center;
	margin-left: 20px;
	padding-right:0px	
}
div#counter{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	height: 20px;
	font-size: 90%;
	font-weight: bold;
	top: 250px;
	right: 35px;
	position: absolute;
	padding-right: 10px;
}

div#welcome{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	height: 20px;
	font-size: 90%;
	font-weight: bold;
	top: 250px;
	left: 35px;
	position: absolute;
}

div#headletters {
position: absolute;
	right: 20px;
	top: 15px;
}

div#deeproots {
position: absolute;
	left: 35px;
	top: 35px;

}

/* Right side bar styles*/

.SideItem {
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #FFCC00;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
}

.SideItem img {
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 2px;
}

/*.SideItem a, a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
}
*/

.SideItem ul li a {
	color: #FFFFFF;
	text-align: left;
}


/* Footer Styles*/

#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	clear: both;
	border: 1px solid #BABA98;
	font-size: 75%;
	/*color: #CCCCB3;*/
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #E4DCC9;
	width: 90%;
	margin-right: auto;
	margin-left: auto;	
}

/* Message Styles*/
.errsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #660000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 16px;
}

.errors {
	font-size: 100%;
	color: #FF0000;
	margin-right: 0px;
}

.errors_small {
	font-size: 90%;
	color: #FF0000;
}

.errorsbig {
	font-size: 120%;
	color: #FF0000;
	margin-right: 10px;
	font-weight: bold;
}

.greenletters {
	font-size: 90%;
	color: #663333;
	/*margin-right: 25px;*/
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-style: italic;
*/}

.gb_view {
	float: left;
	width: 90%;
/*	white-space: pre;
*/	overflow: scroll;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	font-size: 90%;
	font-weight: bold;
	padding-left: 10px;
	text-align: center;
}