@charset "utf-8";
/* CSS Document */

/*DIV Tags */

#navigation {
	position: absolute;
	left: 10px;
	width: 180px;
	background-image: url(../Graphics/background.gif);
	visibility: visible;
	top: 10px;
	z-index: 1080;
	}
#footer {
	clear: both;
	position: relative;
	top: 1000px;
	padding-top: 10px;
	left: 10px;
	right: 10px;
	width: 980px;
	padding: 5, 5px;
	z-index: auto;
	/*float: both;*/
	}
#main {
	position: absolute;
	background-color: #F7F0d7;
	left: 200px;
	top: 10px;
	padding-right: 5px;
	width: 800px;
	height: auto;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	}
#club {
	overflow: auto;
	position: absolute;
	z-index: auto;
	height: auto;
	width: 686px;
	left: 200px;
	top: 8px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-right: 5px;
}
#righttower {
	position: absolute;
	top: 310px;
	overflow: auto;
	z-index: auto;
	height: auto;
	width: 265px;
	left: 910px;
	padding-top: 5px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	margin-top: 10px;
	padding-right: 5px;
}
#cranberryopen {
	overflow: auto;
	position: absolute;
	z-index: auto;
	height: auto;
	width: 265px;
	left: 910px;
	top: 10px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-right: 5px;
}
#notices {
	overflow: auto;
	position: absolute;
	z-index: auto;
	height: auto;
	width: 330px;
	left: 200px;
	top: 200px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-right: 5px;
}
#news {
	overflow: auto;
	position: absolute;
	z-index: auto;
	height: auto;
	width: 330px;
	left: 556px;
	top: 200px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-right: 5px;
}
#photo {
	overflow: auto;
	position: absolute;
	z-index: auto;
	height: auto;
	width: 265px;
	left: 910px;
	top: 170px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-right: 5px;
	text-align: center;
}
#search {
	overflow: auto;
	position: absolute;
	z-index: auto;
	height: auto;
	width: 170px;
	left: 10px;
	top: 328px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-right: 5px;
	text-align: center;
}
#download {
	overflow: auto;
	position: absolute;
	z-index: auto;
	height: auto;
	width: 170px;
	left: 10px;
	top: 451px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-right: 5px;
	text-align: center;
}
#nationscup {
	overflow: auto;
	position: absolute;
	z-index: auto;
	height: auto;
	width: 265px;
	left: 910px;
	top: 362px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-right: 5px;
}

/* Navigation */

a:link { color: #F60; }
a:visited { color: #900; }
a:hover { color: #FF3300;
		 text-decoration: underline;
	    }
a.button {
	font-weight: bold;
	border-width: 4px;
	border-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #666;
	border-bottom-color: #333;
	border-left-color: #858585;
	background-image: url(../Graphics/background.gif);
	z-index: 1020;
	}

	body {
		font-family: garamond;
		background-color: #FFFAFA;  /* F8F1E0*/
	}
/* Menu */	
	#navigation, #navigation ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
	}
	
	#navigation li { /* all list items */
	float : left;
	line-height : 2em;
	margin-bottom : -1px;	
	width: 180px;
	background-image: url(../Graphics/background.gif);
	font-family: "lucida sans";
	font-size: 12px;
	color: #FFFFFF;
	}
	
	#navigation li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.5em;
		margin-top : -1.35em;
	}
	
	#navigation li ul ul { /* third-and-above-level lists */
		left: -999em;
		left: auto;
	}
	
	#navigation li a {
		width: 165px;
		width: 165px;
		display : block;
		color : white;
		font-family: "lucida sans";
		text-decoration : none;
		background-color : transparent;
		border : 2px solid black;
		padding : 0 0.5em;
	}
	
	#navigation li a:hover {
	color : #FF0000;
	background-color : transparent;
	font-family: "lucida sans";
	font-size: 12px;
	font-weight: bolder;
	font-variant: small-caps;
	}
	
	#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul {
		left: -999em;
	}
	
	#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
.runningbanner {
	font-family: garamond;
	font-size: 24px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #000066;
}

/* Styles */
	/* Titles */
.MainTitle {
	font-family: "Lucida Sans";
	font-size: 48px;
	font-weight: bolder;
	text-transform: none;
	color: #990000;
	font-variant: inherit;
	text-align: center;
}

	/* Heading */
.Heading1 {
	font-family: "Lucida Sans";
	font-size: 36px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #990000;
	text-align: center;
}
.Heading2 {
	font-family: "Lucida Sans";
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
	color: #990000;
	font-variant: small-caps;
	text-align: left;
}
.Heading3 {
	font-family: "Lucida Sans";
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #990000;
	font-variant: inherit;
	text-align: left;
}
.Heading4 {
	font-family: "Lucida Sans";
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #000066;
	font-variant: inherit;
	text-align: left;
}
.Heading5 {
	font-family: "Lucida Sans";
	font-size: 36px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #990000;
	text-align: left;
}
.Heading6 {
	font-family: "Lucida Sans";
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
	color: #990000;
	font-variant: small-caps;
	text-align: center;
}

	/* Normal Blue (000066) */
.Normal12 {
	font-family: Garamond;
	font-size: 12pt;
	font-weight: normal;
	text-transform: none;
	color: #000066;
	font-variant: normal;
	text-align: justify;
}
.Normal14 {
	font-family: Garamond;
	font-size: 14pt;
	font-weight: normal;
	text-transform: none;
	color: #000066;
	font-variant: normal;
	text-align: justify;
}
.Normal10Right {
	font-family: "garamond";
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #000066;
	text-align: right;
}
.Normal12capsR {
	font-family: Garamond;
	font-size: 12pt;
	font-weight: normal;
	text-transform: none;
	color: #000066;
	font-variant: small-caps;
	text-align: center;
}
.Normal12capsB {
	font-family: Garamond;
	font-size: 12pt;
	font-weight: normal;
	text-transform: none;
	color: #000066;
	font-variant: small-caps;
	text-align: right;
}

	/* Normal Red (#990000) */
.Normal16 {
	font-family: garamond;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	color: #990000;
}
.Normal16C {
	font-family: garamond;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	color: #990000;
}
.Normal12capsB {
	font-family: Garamond;
	font-size: 12pt;
	font-weight: normal;
	text-transform: none;
	color: #990000;
	font-variant: small-caps;
	text-align: center;
}
.Normal16B {
	font-family: garamond;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	color: #990000;
}
.Normal12capsRC {
	font-family: Garamond;
	font-size: 12pt;
	font-weight: normal;
	text-transform: none;
	color: #990000;
	font-variant: small-caps;
	text-align: center;
}

	/* Miscellaneous */
.Notes {
	font-family: Garamond;
	font-size: 11pt;
	font-weight: normal;
	text-transform: none;
	color: #000066;
	font-variant: normal;
	text-align: justify;
}
.FootNotes {
	font-family: Garamond;
	font-size: 10pt;
	font-weight: normal;
	color: #000066;
	font-variant: normal;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
}
.mission {
	font-family: Garamond;
	font-size: 10pt;
	font-weight: normal;
	text-transform: none;
	color: #000066;
	font-variant: normal;
	text-align: center;
	font-style: italic;
}
.Date {
	/*float: none;*/
	font-family: Garamond;
	font-size: 8pt;
	font-weight: normal;
	text-transform: none;
	color: #000066;
	font-variant: normal;
	text-align: right;
}
.weblink {
	font-family: Garamond;
	font-size: 12pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #000066;
	font-variant: normal;
	text-align: justify;
}
.weblinkC {
	font-family: Garamond;
	font-size: 12pt;
	font-weight: normal;
	text-transform: capitalize;
	color: #000066;
	font-variant: normal;
	text-align: center;
}
#talltower {
	position: absolute;
	top: 300px;
	overflow: auto;
	z-index: auto;
	height: auto;
	width: 265px;
	left: 910px;
	padding-top: 5px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	margin-top: 10px;
	padding-right: 5px;
}
.SiteUpdate {
	font-family: "Lucida Sans";
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
	color: #000066;
	font-variant: small-caps;
	text-align: center;
	text-decoration: blink;
}#upcomingevents {
	position: absolute;
	top: 0px;
	overflow: auto;
	z-index: auto;
	height: auto;
	width: 265px;
	left: 1026px;
	padding-top: 5px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	margin-top: 10px;
	padding-right: 5px;
}

