/*                    CSS LAYOUT                        */
body {
	margin-top: 10px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	color: #000066;
	background-color: #FFCC00;
}
#wrap {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	position: relative;
}
#radRt {
	position: absolute;
	top: 0px;
	visibility: visible;
	right: 0%;
}
#radblf {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#radbRt {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#radLf {
	position: relative;
	left: 0px;
	top: 0px;
}
#main {
}
/*                    BLOCK FORMATING                 */
#nav P {
	text-align: center;
	padding-right: 2%;
	padding-left: 4%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	padding-top: 8px;
}
#content P {
}
#event, #content {
	margin-right: 2%;
	margin-left: 2%;
}
#event P {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000033;
	text-align: center;
}

/*                ELEMENT SELECTORS               */
UL {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
}
dd {
	text-indent: 0px;
	text-align: left;
	margin-left: 0px;
}
dt {
	font-weight: bold;
	padding-top: 6px;
}
dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #002F81;
}
/*                      CLASSES                       */
.colum {
	float: left;
	margin-left: 10px;
}
.foot {
	font-size: 1em;
	text-align: center;
	vertical-align: middle;
	color: #666666;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
}
.typwrit {
	color: #000000;
	font-family: "Courier New", Courier, mono;
	text-indent: 8px;
	margin-left: 1%;
	margin-right: 2%;
}
.vertline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003399;
}
/*                                LINKS                            */
a:visited, a:link {
	text-decoration: none;
	color: #003485;
	font-size: 1.2em;
	line-height: 1.2;
}
a:hover {
	text-decoration: underline;
	color: #660000;
	font-size: 1.2em;
	line-height: 1.2;
}
#event a:visited, #event a:link {
	color: #0000cc;
}
#event a:hover {
	text-decoration: underline;
	color: #660000;
}
H4 {
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	text-align: justify;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.textcolor {
	color: #0033FF;
}
.graytxt {
	color: #999999;
}
/*                 HEADING TEXT                      */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #003366;
	text-align: center;
	background-color: #FFCC00;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 1%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #FFFFFF;
	text-align: center;
	background-color: #9999FF;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 1%;
	text-transform: capitalize;
}
h3 {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	color: #9999FF;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #003366;
	text-align: center;
	background-color: #FFCC00;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#tabGala TD {
	font-family: "Brush Script MT", "Lucida Handwriting", fantasy;
	font-size: 16pt;
}
h6 {
	color: #FFFFFF;
}
/*                          IMAGE REPLACEMENT CLASSES                      */
.alum {
	background-image: url(imgs/alumni.jpg);
	width: 600px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.miss {
	background-image: url(imgs/missing.jpg);
	width: 600px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.homcom {
	background-image: url(imgs/homecoming.jpg);
	width: 600px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*                HEADER BACKGROUND COLORS                         */
.gold_bg {
	background-image: url(imgs/gold_bg.jpg);
}
.bg_red {
	background-color: #EB9A9A;
}
.bg_orng {
	background-color: #FFD79A;
}
.bg_yel {
	background-color: #FFFFAD;
}
.bg_grn {
	background-color: #B3FF80;
}
.bg_blu {
	background-color: #9999FF;
}
.bg_tur {
	background-color: #9AC2D7;
}
