/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/Backgrounds/Body.jpg);
	background-position: center;
}
p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 120%;
}
ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h3 {
	font-size: 1.2em;
	color: #FFFFFF;
	margin: 0px;
	font-weight: normal;
	padding-left: 5px;
	background-color: #324120;
	padding-top: 2px;
	padding-bottom: 2px;
}
h4 {
	color: #324120;
	font-weight: bold;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 1em;
	padding-top: 10px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	color: #FFFFFF;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #000000;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
a:link, a:visited, a:hover {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}
form {
	padding: 0px;
	margin: 0px;
}
/************************ Containers *************************/
#Heading {
	background-color:#324120;
	width: 960px;
	text-align: center;
}
#Content {
	width: 958px;
	text-align: left;
}
#Footer {
	width: 955px;
	font-size: 0.8em;
	text-align: right;
	padding-right: 5px;
}
/************************ Content - Menu Internal Divs *************************/
#Content .Menu {
	width: 180px;
	float: left;
	margin: 0px;
	padding: 0px;
}
a.glink, a.glink:visited {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	display: block;
	background-image: url(../images/Backgrounds/Menu_Off_3.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-decoration: none;
}

a.glink:hover {
	text-decoration: none;
	background-color: #324120;
	color: #FFFFFF;
	display: block;
	background-image: url(../images/Backgrounds/Menu_On_3.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
}

/************************ Content - Content Text Internal Divs *************************/
#Content .ContentText {
	width: 755px;
	float: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#Content .ContentText .RedBox {
	border: 1px solid #990000;
	padding: 10px;
	background-color: #EEEEEE;
	clear: both;
}
/************************ Content - News Internal Divs *************************/
#Content .News {
	width: 230px;
	float: left;
	height: 190px;
	margin-left: 8px;
	border: 1px solid #990000;
	padding: 5px;
	margin-right: 0px;
}
#Content .News H3{
	background-image: url(../images/Backgrounds/H3_News.jpg);
	background-color: #990000;
	background-repeat: no-repeat;
	margin-top: -5px;
	margin-right: -5px;
	margin-bottom: 5px;
	margin-left: -5px;
	padding-left: 40px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 30px;
}
/************************ Content - Committee Internal Divs *************************/
#Content .Committee {
	border: 1px solid #990000;
	padding: 5px;
	background-color: #EEEEEE;
	width: 166px;
	height: 185px;
	float: left;
	margin-right: 5px;
	margin-left: 2px;
	margin-bottom: 10px;
}
#Content .Committee img {
	border: 1px solid #990000;
	background-color: #990000;
	margin-top: -5px;
	margin-right: -5px;
	margin-bottom: 0px;
	margin-left: -5px;
	display: block;
}
#Content .Committee H2 {
	background-color: #990000;
	margin-top: 0px;
	margin-right: -5px;
	margin-bottom: 5px;
	margin-left: -5px;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
#Content .Committee a.Comm:link, a.Comm:visited, a.Comm:hover {
	text-decoration: none;
	color: #000000;
	font-size: 0.85em;
}
#Content .Committee a.Comm:hover {
	text-decoration: underline;
	color: #990000;
}
/************************ Calendar Divs *************************/
.Calendar {
	border: 1px solid #000000;
	font-size: 0.8em;
	width: 120px;
	float: left;
	margin-right: 5px;
}
.Calendar td {
	font-size: 1em;
	text-align: right;
}
.Calendar caption {
	font-size: 1.2em;
	font-weight: bold;
}
.Calendar th {
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	text-align: center;
	width: 12px;
	background-color: #EEEEEE;
}
.Calendar .weekend {
	background-color: #EEEEEE;
}
.Calendar a.fixture:link, a.fixture:visited {
	background-color: #324120;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	margin: -2px;
	padding: 2px;
}
.Calendar a.fixture:hover {
	background-color: #FF0000;
	display: block;
	text-decoration: underline;
}
.Calendar a.event:link, a.event:visited {
	background-color: #3366FF;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	margin: -2px;
	padding: 2px;
}
.Calendar a.event:hover {
	background-color: #FF0000;
	display: block;
	text-decoration: underline;
}
.Calendar a.nets:link, a.nets:visited {
	background-color: #9933CC;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	margin: -2px;
	padding: 2px;
}
.Calendar a.nets:hover {
	background-color: #FF0000;
	display: block;
	text-decoration: underline;
}
.Calendar a.holiday:link, a.holiday:visited {
	background-color: #FF9900;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	margin: -2px;
	padding: 2px;
}
.Calendar a.holiday:hover {
	background-color: #FF0000;
	display: block;
	text-decoration: underline;
}

/************************ Honours Table Divs *************************/
.HonoursTable {
	font-size: 0.9em;
}
.HonoursTable ul {
	margin-top: 5px;
	margin-left: 20px;
	font-size: 0.95em;
}
.HonoursTable li {
	color: #990000;
}

/************************ Other Internal Divs *************************/
.SmallText {
	font-size: 0.85em;
}
.RedText {
	color: #990000;
}
.Photo_Left {
	float: left;
}
.Photo_Right {
	float: right;
}
.Border_Bottom {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.Half_Left {
	float: left;
	width: 49%;
	margin: 0px;
	padding: 0px;
}
.Half_Right {
	float: right;
	width: 49%;
	margin: 0px;
	padding: 0px;
}
.RightDate {
	background-color: #CCCCCC;
	text-align: right;
	padding-right: 5px;
}
