﻿/* CSS layout */
 
body {
	width:762px;
	margin:auto;
	text-align:center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10pt;
}

#masthead {
    background: #6078bf url(Images/RectTop.gif) no-repeat top left;
    margin-top:5px;
    padding-top:15px;
	width:762px;
	height: 84px;
	color: white;
}

#mhLeft {
	float:left;
	width: 254px;
	font: caption;
}

#mhLeft h1 {
	
	font-size:25px;
}

#mhCentre {
	float:left;
	width: 254px;
}

#mhCentre img {
	border: 0px;
}

#mhRight {
	float:left;
	width: 254px;
}

#mhRight h3 {
	font: caption;
	margin-top:12px;
}

#Footer {
	clear: left;
	height:15px;
	background: url(Images/RectBottom.gif) no-repeat top left;
}

#top_nav
{
	background: #6078bf;
    text-align:left;
    padding: 15px 0px 15px 0px;
    height: 22px;
    width: 760px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-color: #6078bf;
    border-left-style: solid;
    border-right-color: #6078bf;
    border-right-style: solid;
}

#top_nav ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#top_nav ul li { 
    float : left; 
}

#top_nav a
{
    text-decoration: none;
    background: url(Images/button1.jpg) no-repeat top left;
    font-size: 9px;
    float: left;
    height: 22px;
    width: 95px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 22px;
}

#top_nav li a:hover
{
    text-decoration: none;
    background: url(Images/button2.jpg) no-repeat left top;
    color: #000000;
    font-size: 9px;
    float: left;
    height: 22px;
    width: 95px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
}

#container {
    text-align:left;
    width: 760px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: #6078bf;
    border-style: solid;
   	background-image: url(Images/ContainerBg.gif);
	background-repeat: repeat-y;
}

#menuCol {
	float: left;
    background: url(Images/SideMenu.gif) no-repeat top left;
	background-color: #809fff;
    width: 141px;
}

ul#mainMenu {
	background-color: #809fff;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style-type: none;
}

#mainMenu li {
	line-height: 39px;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: #6078bf;
    border-style: solid;
}


#mainMenu a {
	text-decoration: none;
    color: #FFFFFF;
    display: block;
	padding: 0px 0px 0px 10px;
}

#mainMenu li a:hover {
    color: #000000;
	background-color: #ffe6bf;
}

#pageContent {
	margin-left: 151px;
	width:600px;
	min-height:410px;
	background:#ffffff;
	text-align:left;
	padding-top: 20px;
	padding-bottom: 10px;
}

#pageContent h1 {
	font: bold 24px Helvetica, Arial, sans-serif; 
	letter-spacing: -1px; 
	color: #E62C00; 
	margin: 0;
}

#pageContent h2 {
	color: #EB694A; 
	font: normal 18px Helvetica, Arial, sans-serif; 
	letter-spacing: -1px; 
	margin: 2em 0 0 0;
}

#pageContent a:visited {
	border-bottom: dotted 1px #94CBFA;
}

#pageContent a:link {
	border-bottom: dotted 1px #94CBFA;
}

#pageContent a:link {
	color: #0088FF; 
	text-decoration: none;
}

#pageContent a:visited {
	color: #005387; 
	text-decoration: none;
}

#pageContent a:hover {
	color: #fff; 
	background-color: #0088ff; 
	text-decoration: none;
}

img:hover {
	background-color:#ffffff;
}

#pageContent dt {
	color: #0088FF; 
}

#pageContent dd {
	margin: 0; 
	padding: 0 0 1em 17px;
}

.numeric td {
	padding-left:20px;
}

table.Standards {
	width: 65%;
	border-collapse:collapse;
	font-size:12pt;
	text-align:right;
}

table.StandardsWide {
	width: 100%;
	border-collapse:collapse;
	font-size:12pt;
	text-align:right;
}

table.DivStandards {
	width:100%;
	border:thin black solid;
	border-collapse:collapse;
} 

table.DivStandards td:first-child {
	text-align:left;
	font-weight:bold;
}

table.CompEvents th {
	text-align:center;
	border-bottom:thin black solid;
}

table.DivStandards th {
	text-align:center;
	border-bottom:thin black solid;
}

table.DivStandards td {
	text-align:right;
}

table.TrainingTimes caption {
	border:thin black solid;
	background-color:#e6ecff;
}

table.CompEvents caption {
	border:thin black solid;
	background-color:#e6ecff;
}

table.DivStandards caption {
	border:thin black solid;
	background-color:#e6ecff;
}

table.CompEvents {
	width:100%;
	border:thin black solid;
	border-collapse:collapse;
}
 
table.TrainingTimes {
	width:80%;
	border:thin black solid;
	border-collapse:collapse;
}

td.Event {
	text-align:center;
	font-weight:bold;
}

.Standards th {
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-color:black;
	border-bottom-width:medium;
}

table.TopTimes {
	width:400px;
	font-size:6pt;
}

table.StandardsWide th {
	font-weight:bold;
	text-align:center;
	border-bottom-style:solid;
	border-bottom-color:black;
	border-bottom-width:medium;
}

table.TrainingTimes tr:hover {
    background-color:#e6ecff;
}

table.Roster tr:hover {
    background-color:#e6ecff;
}

table.StandardsWide tr:hover {
    background-color:#e6ecff;
}

table.Standards tr:hover {
    background-color:#e6ecff;
}

table.TopTimes tr:hover {
    background-color:#e6ecff;
}

table.CompEvents tr:hover {
    background-color:#e6ecff;
}

table.DivStandards tr:hover {
    background-color:#e6ecff;
}

table.Roster {
	width: 100%;
	font-size:8pt;
	border-collapse:collapse;
}

table.Roster th {
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-color:black;
	border-bottom-width:thin;
}

.CaptionedImage {
	text-align:center;
}

.imgCaption {
	margin:auto;
	width:400px;
	color:silver;
	font-size:x-small;
	text-align:center;
}

.moniker {
	font-style:italic;
}

.NoticeBoard {
	background-image:url('Images/NoticeBoardMiddle.gif'); background-repeat:repeat-y;
}
