@charset "utf-8";
body {
	margin: 10px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #F1F0EE url(images/sheepskin.jpg) fixed;
}
h1 {
	font-size: 1.5em;
	color: #0080ED;
}
h2 {
	font-size: 1.3em;
	color: #0080ED;
}
h3 {
	font-size: 1em;
	color: #0080ED;
}
a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.oneColFixCtrHdr #container {
	width: 790px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	border-top: 2px inset #CCCCCC;
	border-right: 2px outset #CCCCCC;
	border-bottom: 2px inset #CCCCCC;
	border-left: 2px inset #CCCCCC;
}
.smallText {
	font-size: .75em;
}
.oneColFixCtrHdr #header {
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
}
/* Centers all table cells */
.oneColFixCtrHdr #header td {
	text-align: center;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	font-size: .9em;
	background-color: #FFFFFF;
	background-image: url(images/radbkgnd.gif);
}
.oneColFixCtrHdr #markMenu {
	background-color: #FFF;
	padding: 0px 0px 25px 10px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFFF99;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
}
.freeColour {
	color: #FF0000;
}
/*TableA styles start*/

#mainContent table#rugaTbl {
	width: 750px;
	margin: 0 auto;
	background: #DFDFDD;
	border:1px solid #999;
	border-collapse:collapse;
}
#mainContent #rugaTbl tbody {
	font-size: 0.95em;
	color: #006;
	text-align:center;
}
#mainContent #rugaTbl caption {
	font-size: 1em;
	color: #006;
	text-align: left;
	padding-bottom: 0.2em;
	}
#mainContent #rugaTbl td {
	padding: 0.3em;
	border:1px solid #CCC;
}
#mainContent #rugaTbl td:hover {
	background:#FFC;
}
#mainContent #rugaTbl tr.odd {
	background-color: #FFC;
}
/*TableA styles end*/
/*TableB styles start*/

#mainContent table#rugbTbl {
	width: 750px;
	margin: 0 auto;
	background: #DFDFDD;
	border:1px solid #999;
	border-collapse:collapse;
}
#mainContent #rugbTbl tbody {
	font-size: 0.95em;
	color: #006;
	text-align:center;
}
#mainContent #rugbTbl caption {
	font-size: 1em;
	color: #006;
	text-align: left;
	padding-bottom: 0.2em;
	}
#mainContent #rugbTbl td {
	padding: 0.3em;
	border:1px solid #CCC;
}
#mainContent #rugbTbl td:hover {
	background:#FFC;
}
#mainContent #rugbTbl tr.odd {
	background-color: #FFC;
}
/*TableB styles end*/
/*TableC styles start*/
#mainContent table#rugcTbl {
	width: 750px;
	margin: 0 auto;
	background: #DFDFDD;
	border:1px solid #999;
	border-collapse:collapse;
}
#mainContent #rugcTbl tbody {
	font-size: 0.95em;
	color: #006;
	text-align:center;
}
#mainContent #rugcTbl caption {
	font-size: 1em;
	color: #006;
	text-align: left;
	padding-bottom: 0.2em;
	}
#mainContent #rugcTbl td {
	padding: 0.3em;
	border:1px solid #CCC;
}
#mainContent #rugcTbl td:hover {
	background:#FFC;
}
#mainContent #rugcTbl tr.odd {
	background-color: #FFC;
}
/*TableC styles end*/
/*TableD styles start*/
#mainContent table#rugdTbl {
	width: 750px;
	margin: 0 auto;
	background: #DFDFDD;
	border:1px solid #999;
	border-collapse:collapse;
}
#mainContent #rugdTbl tbody {
	font-size: 0.95em;
	color: #006;
	text-align:center;
}
#mainContent #rugdTbl caption {
	font-size: 1em;
	color: #006;
	text-align: left;
	padding-bottom: 0.2em;
	}
#mainContent #rugdTbl td {
	padding: 0.3em;
	border:1px solid #CCC;
}
#mainContent #rugdTbl td:hover {
	background:#FFC;
}
#mainContent #rugdTbl tr.odd {
	background-color: #FFC;
}
/*TableD styles end*/
/*TableP styles start*/
#mainContent table#rugpTbl {
	width: 750px;
	margin: 0 auto;
	background: #DFDFDD;
	border-collapse:collapse;
}
#mainContent #rugpTbl thead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align:center;
	color: #006;
	font-weight: normal;
}
#mainContent #rugpTbl tbody {
	font-size: 0.95em;
	color: #006;
	text-align:center;
}
#mainContent #rugpTbl caption {
	font-size: 1em;
	color: #006;
	text-align: left;
	padding-bottom: 0.2em;
	}
#mainContent #rugpTbl td {
	padding: 0.3em;
	border:1px solid #CCC;
}
#mainContent #rugpTbl td:hover {
	background:#FFC;
}
#mainContent #rugpTbl tr.odd {
	background-color: #FFC;
}
/*TableP styles end*/
/*TableTrad styles start*/
#mainContent table#rugTrTbl {
	width: 750px;
	margin: 0 auto;
}
#mainContent #rugTrTbl tbody {
	font-size: 0.95em;
	color: #006;
	text-align:center;
}
#mainContent #rugTrTbl caption {
	font-size: 1em;
	color: #006;
	text-align: left;
	padding-bottom: 0.2em;
	}
#mainContent #rugTrTbl td {
	padding: 0;
}
#mainContent #rugTrTbl td:hover {
	background:#FFC;
}
/*TableTrad styles end*/

