
body	{
	font-size:13px;
	width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	
	text-align:left;
	background:#f9f9f9;
	margin: 0 auto
	}
	
#Main {
	padding: 2px 0;
	}
	
#navBar	{
	z-index:20;
	position: relative;
	top:-2px;
	}
#Banner>#navBar	{
	position: relative;
	top:1px;
	}

#flyout	{
	z-index:20;
	position:relative;
	top:-8px;
		}
#Main>div>ul#flyout	{
	position:relative;
	top:-5px;
		}

#Main .mainHead {
	text-align: left;
	padding: 0 0 0 130px;
	margin: 20px
}
#Main .mainHead img {
	height: 141px;
	width: 165px;
}

#notes {
	text-align: left;
	width: auto;
	margin: 20px
}
.note {
	font-style: italic;
	text-align: left;
	margin: 5px;
	padding: 5px 25px;
	overflow:hidden;
	border: thin solid red
}
#GRC {
	font-family: "Antique Olive", Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	text-align: center
}
#heading, .heading {
	color:#FF0000;
	font-family: "Antique Olive", Georgia, "Times New Roman", Times, serif;
	background: rgba(255, 255, 255, 0.4);
	text-align: center;
	font-size: xx-large
}
#heading h1, #heading h2 {
	padding: 0;
	margin: 0
}
#eventList {
	font-size: small;
	clear: right;
	float: right;
	width: auto;
}
#eventList .men {
	border: thin outset #333333
}
#eventList .women {
	border: thin outset #ff0000
}
#eventList .neither {
	border: thin outset #CCCCCC
}
#eventList .events {
	background-color: #666666
}
#eventList .blackborder {
	border: medium outset #666666
}
table#entryInfo  {
	width: 100%;
	color: #CC0000;
	background-image:url(images/KC_Loch_eight_cropped.JPG);
	text-align: left;
	vertical-align: baseline;
	font-size: small;
	overflow: hidden
}

#Main #riskMatrix,
#Main #riskLevel,
#Main #riskList {
	margin: 0.25em;
	padding: 0.25em;
	height: auto;
	width: 99%;
	border: thin outset #000066;
	text-align: left;
	vertical-align: text-top;
}

#Main #riskMatrix th,
#Main #riskLevel th,
#Main #riskList th {
	font-family: "Antique Olive", Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding: 2px;
	margin: 0 2px;
	border: thin outset  #003366;
	}

#Main #riskMatrix td,
#Main #riskLevel td,
#Main #riskList td {
	padding: 2px;
	margin: 0 2px;
	border: thin outset #000066;
	}
blockquote:first-letter , pre:first-letter {
	background: url(../../images/open-quote.gif) no-repeat left top;
	padding-left:25px;
	font: bold italic 1.5em Georgia, Times, serif;
}

blockquote ,pre {
	padding:.25em 40px
}
blockquote {
	overflow:hidden;
	font:italic 1.2em Georgia, Times, serif;
	color:#3030c0;
	background:url(../../images/close-quote.gif) no-repeat right bottom;
	padding-left:18px;
	text-indent:-18px;
	margin:.25em 0
}