/* CSS Document for general display use */

body {
	margin: 0 10 0 10;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: small;
}


a:link, a:visited {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #3366CC;
}


table.thinb, tr.thinb, th.thinb, td.thinb {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	border-collapse: collapse;
	padding: 5px;
}


tr.lightgrey {
	background-color: #CCCCCC;
}

#contactsTable td, #contactsTable th {
	height: 30px;
}
#eventsTable td, #eventsTable th {
	height: 30px;
	padding: 10px;
	text-align: center;
}
#eventsTable td.description {
	text-align: left;
}
/*
 * Header-related stuff
 *
 */
#header {
	background-color: #005D21;
}

#headerLogo {
	float: left;
	margin-left: 50px;
	margin-top: 5px;
}

#headerText {
	margin-top: 20px;
	margin-left: 170px;
}

.headerTitle {
	font-size: 200%;
}

.headerEst {
	margin-top: 10px;
	font-size: 75%;
	font-weight: bold;
}

.headerAddy {
	font-size: 75%;
}


/*
 * end of header-related stuff
 *
 */

.break {
	clear: both;
}


/*
 * navigation sidebar settings
 */

#navBlock {
	float: left;
	width: 160px;
	margin-left: 10px;
	margin-top: 1em;
	background-color: white;
}

#navBlock a:link, #navBlock a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #336666; 
}


#navBlock a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


#navBlock a.subNav {
	padding-left: 30px;
	font-size: 75%;
}


/*
 * end of navigation sidebar settings
 */

#mainBlock {
	padding: 1em;
	margin: 10px 0 0 200px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	font-size: small;
}

#mainBlock h1 {
	margin-top: 0;
	font-size: 150%;
	font-weight: normal;
	color:#336666;
}

#mainBlock h2 {
	margin-top: 0;
	font-size: 100%;
	font-weight: bold;
	color: black;
	padding: 5px;
	margin-bottom: 0;
}

#mainBlock h3 {
	font-size: 80%;
	margin-top: 0;
	margin-bottom: 2px;
	font-weight: bold;
	color: #663366;
	padding: 5px;
	text-decoration: underline;
}

#mainBlock .article .content {
	font-size: 80%;
	padding: 15px;
}

#mainBlock dl {
	margin-top: 2px;
	margin-bottom: 10px;
}

#mainBlock dt {
	margin-left: 10px;
	font-weight: bold;
	margin-top: 5px;
}

/*
 * Article stuff
 *
 */

.article {
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}

/*
.article h1 {
	width: 100%;
	font-size: small;
}
*/
.news h2 {
	background-image: url(/images/blueNavBg.gif);
}



.social h2 {
	background-image: url(/images/purpleNavBg.gif);
}

.matchreport h2 {
	background-image: url(/images/greenNavBg.gif);
}

.announce h2 {
	background-image: url(/images/redNavBg.gif);
}


.signature {
	padding-top: 10px;
	font-style: italic;
	font-size: smaller;
	text-align: right;
}

/*
 * End of article stuff
 */





#footerGap {
	clear: both;
}

#footer {
	clear: both;
	margin: 5px 30px 5px 30px;
	padding: 10px;
	text-align: center;
	border-bottom: solid 1px red;
	border-top: solid 1px red;
}

#copyright {
	font-size: 75%;
	text-align: right;
	background-color: #005D21;
	margin: 10 10 10 10;
	height: 2em;
	color: #FFFFFF;
}
#disclaimer p {
	margin: 0px;
	font-size: 75%;
	width: 600px;
	text-align: center;
}
#disclaimer {
	padding: 10px;
	margin: 5px 30px 5px 30px;
	border-bottom: solid 1px red;
}


/*
 * Styles relating to the merchandise pages
 */

.legal {
	font-size: 75%;
	margin: 15px;
}


.awards dt {
	padding-top: 10px;
	font-style: italic;
}
.awards dl {
	font-size: 90%;
}

.namehighlight {
	color:#FF6600;
	font-weight: bold;
}
#header #headerright {
	float: right;
}
#header #headerleft {
	float: left;
}
.wets h2 {
}
.wets h2 {
	background-image: url(/images/greenNavBg.gif);
	background-repeat: repeat-x;
}



.formerror td, .formerror th, .formerror tr {
	border: thin solid red;
}

.input table {
	border-collapse: collapse;
}.phonenumber {
	font-size: smaller;
	font-weight: bold;
}
.smallerItalic {
	font-size: smaller;
	font-style: italic;
}


li {
	margin-bottom: 5px;
}
