/* CSS Document - Upper Merion Youth Wrestling Association */

body {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	background-color: #ffffcc;
}
div, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 0.5em;
}
h1 {
	font-size: 150%;
	color: #c19a1e;
	font-weight: bold;
}
h2 {
	font-size: 125%;
	color: #c19a1e;
	font-weight: bold;
}
h4 {
	font-size: 110%;
	color: #990000;
	font-variant: small-caps;
}
#container {
	width: 760px;
	margin-right:auto;
	margin-left:auto;
}
#wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	padding-top:0px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
.off-left {
	position: absolute;
	left: -999px;
	width: 990px;
}
#top {
	height: 120px;
	background-color: #010066;
	/*background-image: url(Graphics/GoldBlueBkgd.gif);
	background-repeat: repeat-y;
	border-bottom-color: #EEEEEE;
	border-bottom-style: solid;
	border-bottom-width: 1px;*/
}
#bottom {
	height: 100%;
	background-image: url(Graphics/GoldBkgd170.gif);
	background-repeat: repeat-y;
	border-right:1px solid #eac131;
}
#main {
	/*padding-top: 10px;*/
	background-color: #FFFFCC;
	margin-top: 0px;
}
#copyright {
	text-align: center;
	font-size: 90%;
	background-color:#010066;
	color:#FFFFFF;
	padding-top:8px;
	padding-bottom:5px;
}
#copyright a {
	color:#ffffcc;
}
#footer {
	text-align: center;
	font-size: 90%;
	padding-top:3px;
}
#bannerleft {
	/*padding: 10px 20px 10px 0px;*/
	width: 170px;
	float: left;
	color: #FFFFFF;
	padding-top:3px;
	text-align:center;
	/*border-right:#eac131 1px solid;*/
}
#bannerright {
	/*padding: 10px;*/
	padding-top:25px;
	margin-left: 170px;
	color: #FFFFCC;
	text-align: center;
	font-size: 2em;
	/*font-style: italic;*/
	font-weight: bold;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
}
#navigation {
	padding: 10px;
	width: 150px;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	/*min-height: 400px;*/
}
#navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-align: right;
	font-size: 1.4em;
}
#navigation ul li {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
#navigation ul li ul {
	font-size: 0.75em;
	color: #EEEEEE;
	font-style: oblique;
}
#navigation a:link, #navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover, #navigation a:active {
	color: #FFFF66;
	text-decoration: underline;
}
.currentlink {
	color: #010066;
}
.nonlink {
	color: #FFFFFF;
}
.darkblue {
	color:#010066;
}
#content {
	margin-left: 170px;
	padding: 10px;
	color: #000000;
	padding-top:15px;
	/*min-height: 400px;*/
}
/* Hides from non IE-win \*/
* html #content {
	height: 1%;
	/*padding-top: 20px;*/
	padding-bottom: 10px;
}
/* End hide from non IE-win */
#content a {
	font-weight: bold;
}
#content a:link, #content a:visited {
	text-decoration: none;
}
#content a:hover, #content a:active {
	text-decoration: underline;
}
#content ol li ol {
	list-style-type: lower-alpha;
}
#content ul {
	padding-left:15px;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
.centertext {
	text-align:center;
}
.spacer { 
	clear: both; 
}
#top:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
#bottom:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
.floatleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.floatright {
	float: right;
	padding-left: 5px;
	padding-bottom: 10px;
}
.nospacebelow {
	margin-bottom:0px;
}
.spaceabove {
	margin-top:1em;
}
.listnospaceabove {
	margin-top:0px;
}
.horline {
	border-bottom: dotted 1px #eac131;
	line-height: 1px;
	margin: 5px 0px 10px 0px;
}
.sponsortable, .dirtable, .tourntable {
	font-size: 90%;
}
.sponsortable td, .dirtable td, .tourntable td {
	padding-left:2px;
	padding-right:2px;
}
.clmonth {
	color: #000000;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
.clmonth caption {
	text-align: left;
	color: #800000;
	font-weight: bold;
	padding-bottom: 5px;
}
.clmonth th {
	border: 1px solid #CCCCCC;
	border-bottom: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	background-color: #FFFFFF;
	color: #800000;
	width: 13%;
	font-size: 0.75em;
	text-align: center;
}
.clmonth td {
	border: 1px solid #CCCCCC;
	font-size: 0.75em;
	vertical-align: top;
	height: 80px;
	width: 83px;
}
.clmonth td.active {
	background-color: #FFFFFF;
	border: 2px solid #800000;
	color: #800000;
}
.clmonth td.previous, .clmonth td.next {
	background-color: #EEEEEE;
	color: #666666;
}
.clmonth td.highlight {
	background-color: #FFFFCC;
	color: #000000;
}
#Subheading {
	font-size: 1.5em;
	font-weight: bold;
	color: #800000;
}
.nextpage {
	font-size: 1.5em;
	font-weight: bold;
	color: #800000;
	text-align: right;
	float: right;
}
.clearall {
	clear: both; 
	height: 0px; 
	overflow: hidden;
}
.highlight {
	font-weight: bold;
	color: #CC3300;
}
.highlightlarge {
	font-size:125%;
	font-weight: bold;
	color: #CC3300;
}
.indenttext {
	text-indent: 2em;
}
.photoright {
	float:right;
	font-size:90%;
	text-align:center;
}
.textred {
	font-weight: bold;
	color:#d96666;
}
.textorange {
	font-weight: bold;
	color:#f2a640;
}
.textblue {
	font-weight: bold;
	color:#66bcb3;
}
.textgreen {
	font-weight: bold;
	color:#4cb052;
}
.textpurple {
	font-weight: bold;
	color:#a992a9;
}
table .whitebkgrd {
	background-color: #FFFFFF;
}