﻿/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset -------------------------------------------*/

#container  {
	background-color: #C4C4C4;
	width: 100%;
	height:1960px
	margin: 0 10px 0 10px;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: left;
}

#header  {
	font-family:Arial, Helvetica, sans-serif
}

#navigation  {
	border-style: solid;
	border-color: #333399;
	float: left;
	padding: 20px 20px 20px 20px;
	margin: 0 0 0 10px;
	background-color: #999999;
	line-height: 125%;
	width: 180px;
}

#navigation li  {
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: 20px;
	font-style: italic;
}

a:hover   {
	background-color: #CCCCFF;
	color: #000099;
}

a:link  {
	color: #660066;
}
#info  {
	margin: 20px;
	padding: 10px;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	color: #333399;
	font-size: 20px;
	font-weight: bold;
}

#info ul {
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
	color: #333399;
	font-weight: normal;
	line-height: 100%;
	margin-bottom:10px
}

#info ul li  {
	font-size: 14px;
	font-weight: lighter;
}

#officers  {
	font-family: Altea;
	font-size: 36px;
	color: #333399;
	margin-left: 250px;
}

#officerstable  {
	margin: 50px;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333399;
	line-height: 150%;
}

#history  {
	margin: 20px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
	line-height: normal;
	text-align: justify;
}

#group  {
	border: 0px solid #000066;
	padding: 10px;
	margin: 20px;
}

#calendar  {
	margin: 50px;
	padding: 15px;
	font-family: Altea;
	font-size: 24px;
	color: #333399;
	line-height: 150%;
}

#calendartable  {
	margin: 50px;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333399;
	line-height: 150%;
}


#showinfo ul {
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
	color: #333399;
}

#logo {
	float: left;
	padding: 10px;
	margin: 10px 10px 10px 10px;
}

#groomtext  {
	float: left;
	width: 30%;
	height: 150px;
	padding: 10px;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	font-size: large;
}

#groomorder {
	width: 75%;
	margin: -25px 15px 15px 15px;
	padding: 10px;
}

#bldgs {
	float: right;
	width: 20%;
	margin: 15px;
	padding: 10px;
}

@font-face {
	font-family: altea;
	src: url(altea.ttf);
}