*, html {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	margin: 5px auto 0 auto;
	width: 760px;
	text-align: left;
}

a:link {
	color: #6633CC;
	text-decoration: underline;
}

a:visited {
	color: #6633CC;
	text-decoration: underline;
}

a:hover {
	color: #009933;
	text-decoration: underline;
}

#splash span {
	display: block;
	height: 0px;
	width: 0px;
	overflow: hidden;
}

#upperleftsplash, #upperrightsplash, #lowerleftsplash, #lowerrightsplash, #splash a {
	display: block;
	height: 252px;
	width: 380px;
	float: left;
}

#splash {
	padding-top: 10px;
}	

#splash a:hover {
	background-position: -380px;
}			

#reunionsplash {
	background-image:url(images/class_pic_UL.jpg)
}	

#directorysplash {
	background-image:url(images/class_pic_UR.jpg);
}	

#forumssplash {
	background-image:url(images/class_pic_LL.jpg);
}	

#gallerysplash {
	background-image:url(images/class_pic_LR.jpg);
}

#reunionheader {
	text-align: center;
	font-weight: bold;
}

#banner {
	height: 100px;
	width: 760px;
	background-image: url(images/shsbanner.jpg);
	text-indent: -9999px;
}

#navbar {
	height: 25px;
	width: 760px;
	text-indent: -9999px;
}

#navbar ul {
	list-style-type: none;
}

#navbar li, #navbar a {
	display: block;
	width: 190px;
	height: 25px;
	float: left;
}

#navbar a:hover, .backgroundshift {
	background-position: -190px;
}

#reunions {
	background-image:url(images/nav_button_reunions.gif);
}

#directory {
	background-image:url(images/nav_button_directory.gif);
}

#forums {
	background-image:url(images/nav_button_forums.gif);
}

#gallery {
	background-image:url(images/nav_button_gallery.gif);
}

#datebar {
	font-size: 0.8em;
	text-align: right;
	height: 20px;
}

#datebar p {
	line-height: 20px;
}	

#leftnavbar {
	width: 150px;
	float: left;
	background-color: #D9BADA;
}

#leftnavbar ul {
	list-style-type: none;
	font-size: 0.7em;
	padding: 0 0 10px 10px;
}

#leftnavbar ul li {
	padding-top: 5px;
}	

#leftnavbar a {
	text-decoration: none;
}

#leftnavbar a:hover {
	text-decoration: underline;
}		

.titlebar {
	background-color: #420042;
	height: 20px;
}

p.titletext {
	padding-left: 10px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.7em;
}

#maincontainer {
	width: 600px;
	float: left;
	margin: 0 0 50px 10px;
}

#maincontent {
	font-size: 0.9em;
	line-height: 1.3em;
}		

#maincontent p {
	padding: 15px 20px 0 20px;
}

#maincontent ul {
	padding: 10px 0 0 50px;
}

input.box {
	border: 1px solid black;
	padding: 2px;
	font-size: 1.0em;
}

input.button {
	background-color: #D9BADA;
	font-size: 0.8em;
	padding: 2px;
}

p.question {
	font-weight: bold;
}

p.response {
	margin-left: 20px;
}

#maincontent .error1, .required {
	color: red;
}

#maincontent .error2 {
	display: block;
	color: red;
}

#maincontent td {
	padding: 5px 0 5px 40px;
}

.biglink {
	text-align: center;
	font-weight: bold;
}			

#footer {
	text-align: center;
	clear: both;
}			

#footer p {
	font-size: 0.7em;
	padding: 5px 0;
}
		



