@charset "utf-8";

/* CSS Styles for Announcement Pages */

body {
	margin-top: 33px;
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size: 18px;
	line-height: 28px;
}

body > p {
	width: 95%;
}

h1 {
	font-size: 28px;
	font-variant: small-caps;
	padding: 0 10px 0 10px;
	color: #ffffff;
}

h2 {
	font-size: 24px;
	font-variant: small-caps;
	color: #11a420;						/* Action Racket Green */
}

hr {
	margin: 2px 0 0 0;
	line-height: 2px;
}

.special-hr {
	margin: 65px 0 35px 0;
	border: 3px solid #b306a4;
	box-shadow: 1px 2px 3px #c0c0c0;
}

#header, #header2 {
	height: 65px;
	padding-right: 0;
	border-top: solid 3px #90ee90;		/* Light Green */
	border-right: solid 3px #006400;	/* Dark Green */
	border-bottom: solid 3px #006400;	/* Dark Green */
	border-left: solid 3px #90ee90;		/* Light Green */
	background-color: #11a420;			/* Action Racket Green */
}

#header {
	width: 250px;
}

#header2 {
	width: 625px;
}

#small_logo {
	position: absolute;
	top: 15px;
	left: 1150px;
}

.mastHead {
	margin-top: 12px;
}

.inLineHeading {
	display: inline;
}

#logo {
	float: right;
	padding: 0;
	margin-top: 0;
}

.pubTitle {
	font-style: italic;
	font-weight: bold;
}

.accent {
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	color: #006400;
}

ul li {
	list-style-type: none;
}

ul li a:link, a:link {
	font-weight: bold;
	color: #006400;					/* Dark Green */
}

ul li a:visited, a:visited {
	color: #2f4f4f;					/* Dark Slate Grey */
}

ul li a:hover, ul li a:active, a:hover, a:active {
	text-decoration: overline underline;
	color: #00ff00;					/* Lime */
	background-color: #2f4f4f;		/* Dark Slate Grey */
}

.art_green {
	/* For use with spans of text to match Action Racket Theatre Green Tint */
	font-weight: bold;
	color: #11a420;
}

input[type="button"] {
	cursor: pointer;
}

#returnButton {
	font-family: "Palatino Linotype", "Book Antiqua", serif;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	background-color: #11a420;			/* Action Racket Theatre Green */
	color: #ffffff;						/* White */
	border-top: solid 3px #90ee90;		/* Light Green */
	border-right: solid 3px #006400;	/* Dark Green */
	border-bottom: solid 3px #006400;	/* Dark Green */
	border-left: solid 3px #90ee90;		/* Light Green */
}

.navButton {
	height: 60px;
	padding: 6px 15px;
	border-top: 3.5px outset #90ee90;	/* Light Green */
	border-right: 3.5px outset #006400;	/* Dark Green */
	border-bottom: 3.5px outset #006400;	/* Dark Green */
	border-left: 3.5px outset #90ee90;		/* Light Green */
	border-radius: 9px;
	font-family: 'Palatino Linotype', 'Book Antiqua', serif;
	font-size: 18px;
	box-shadow: 1px 2px 3px #c0c0c0;
	cursor: pointer;
}
