/* CSS Document */
* {/*universal selector (applies to every HTML tag)*/
	margin: 0; /*strips out all browser specific inter element spacing*/
	padding: 0;/*thereby eliminating cross browser spacing differences*/
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%; /*resets 1em to 12px equivalent (instead of default 16px)*/
	padding-top: 10px;
	padding-bottom: 10px;
}
/*WRAPPER*/
#wrapper {
	width: 900px;
	margin-left: auto; /*Centres the wrapper on the page*/
	margin-right: auto; /*Centres the wrapper on the page*/
	border: solid 1px;
	background: url(images/bground.gif) repeat-y left top; /*Uses the image to keep the margin going after the nav bar*/
}

/*HEADER*/
#header {
	width: 860px; /*Reduced width plus margins indent the logo and header*/
	margin-top:40px;
	margin-left: 40px;
}

#header.img { /*Position the logo for the header*/
	/*float: left;*/
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
}
#header.h1 { /*Special font for the title in the header*/
	font-size: 2em;
	color:#990000;
	margin-top:80px;
	margin-bottom:40px;
	text-align:center;
	padding-top:40px;
	}
/*LOGO*/
.logo {
 	float: left; /*Puts the header next to the logo in the header*/
 }
 
/*TITLE*/
#title { /*Subtitle under main header. Can be changed for each page.*/
	text-align:center;
	width: auto;
	margin-top: 30px;
	
}

/*CONTENTS*/

#content-left, #content-right { /*Provides left and right columns for content*/
	float: left;
  	width: 300px;
	padding-right: 10px;
	padding-left: 20px;
	display: inline;
}
#content-right {
	float: right;
}
#content-centre { /*Overwrites the left and right columns so that content can be single column*/
	float: left;
 	width: 620px;
	padding-right: 10px;
	padding-left: 20px;
	display: inline;
}
/*#content-centre rules ul li{
	line-height:2em;
}*/
a:link {
	text-decoration: none;
	color: #000066;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 2em;
	color:#990000;
	text-align: center;
}
h2 {
	font-size: 1.67em;
	color:#900;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.1em;
	color: #000000;
	margin: 10px 0;
	font-weight:bold;
}
h4 {
	font-size: 1.1em;
	color:#900;
	margin: 10px 0;
	font-weight:bold;
}
p {
	margin: 10px 0;
	line-height: 1.35em;
}
ul, ol {
	margin-left: 40px; /*Restores indenting to lists*/
}
#content-left ul,#content-right ul {
	list-style-image: url(images/redball.gif);
}
#content-left li, #content-right li {
	line-height: 2.1em;
}
#constitution ol {
	list-style-type:lower-alpha;
}
#constitution ol ol{
	list-style-type:lower-roman;
	margin: 20px;
}
#constitution li a:hover {
	font-variant:small-caps;
}
	

.float-left {
	float: left;
	margin-right: 10px;
}

.float-right {
	float: right;
	margin-left: 10px;
}
.committee {
	padding-left: 60px; /*Moves list of committee members over to the right*/
}
.questions {
	font-weight:bold;
	font-size: 1.1em;
	color:#900;
	line-height: 1.35em;
}
.answers {
	color:#900;
	line-height: 1.35em;
}
.questions a:hover {
	text-decoration:underline;
}
.rules ul li{
		line-height:2em;
}
/*NAVIGATION*/
#navigation {
	clear: left;
	float: left;
	width: 145px;/*Sets the width of the dark red margin of the nav bar*/
	padding: 20px 35px 20px 25px;
	background-color:#900;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #000;
	float: left;
	width: 140px; /*Sets the dark brown background width*/
	padding: 10px 20px 10px 10px;
	background-color:#300;
}
#navigation li {
	border-bottom: 1px solid #000;
}
#navigation li a:link, #navigation li a:visited {
	padding: 5px; /*Sets padding for the white rows of the nav bar*/
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color:#FFFFFF;
	color: #000;
	text-decoration: none;
	font-weight:bold;
	display: block;
	width: 140px; /*Sets the width of the white background behind the nav list*/
}

#navigation li a:visited {
	color: #FF0000;
}
#navigation li a:hover {
	color: #eee;
	background-color: #654;
}
#navigation ul ul {
	list-style: none;
	margin: 0;
	padding: 5px 14px 5px 0;
	border-top: 2px solid #000;
}
#navigation ul ul li {
	border-bottom: 1px solid #000;
}
#navigation ul ul li a:link, #navigation ul ul li a:visited {
	padding: 5px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	background-color:#FF0000;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 140px;/*Sets the width of the red background behind anniversary link*/
}
#navigation ul ul li a:hover {
	color: #eee;
	background-color: #654;
}

.championships {
	text-align: center;
	/*font-size: 2em;
	line-height: 3em;*/
}

/*ANNIVERSARY*/

/*#navigation.anniversary {
	float: left;
	width: 140px;
	padding: 20px;
	background-color:#300;
}
#navigation.anniversary ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 2px solid #000;
	}
#navigation.anniversary li {
	border-bottom: 1px solid #000;
	
}
#navigation.anniversary li a:link, #navigation.anniversary li a:visited {
	padding: 5px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	background-color:#FF0000;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 140px;
}
#navigation.anniversary li a:hover {
	color: #eee;
	background-color: #654;
}*/

/*FOOTER*/
#footer {
	width: 900px;
	clear: both;
	margin:auto;
	text-align:center;
	background-color: #990000;
	color:#FFF;
	/*height: 50px;	*/
	line-height: 2.5em;
} 
#footer a:link {
	color: #FFFFFF;
	height: 30px;
	text-align:center;
}