﻿/* CSS definition file containing site wide stylesheets */
li {font-family: Verdana; font-size:14px}
p {font-family: Verdana; font-size:14px}
td {font-family: Verdana; font-size:14px}
body {font-family: Verdana; font-size:14px}
dt {font-weight:bold; padding-top:6pt}
dd {margin-left:20px;}
th {background-color:#EDEADE}
p {margin-top:12px; margin-bottom:6px}
li {padding-bottom:7px}

a.HeaderNav:link {color: #CC0000; text-decoration: underline; font-family: Verdana,Arial,sans-serif; font-size:12px}
a.HeaderNav:visited{color: #CC0000; text-decoration: underline; font-family: Verdana,Arial,sans-serif; font-size:12px}
a.HeaderNav:hover {color: #0e6eeb; text-decoration: underline; font-family: Verdana,Arial,sans-serif; font-size:12px}

.VerticalNavCurrent { }
.VerticalNavCurrent a:hover {color:white; font-size: 13px; font-family:Tahoma, sans-serif; font-weight:bold;}
.VerticalNavCurrent a:visited {color:white; font-size: 13px; font-family:Tahoma, sans-serif; font-weight:bold;}
.VerticalNavCurrent a:link {color:white; font-size: 13px; font-family:Tahoma, sans-serif; font-weight:bold;}
.VerticalNavCurrent a:visited {text-decoration: none;}
.VerticalNavCurrent a:link {text-decoration: none;}
.VerticalNavCurrent a:hover {text-decoration: underline;}

.PageTitle {font-family:Arial Narrow, serif; font-size:31px; font-weight: bold; color:black; margin-top:0px}
.SectionTitle {font-family: Arial Black; font-size:18px; color:#CC0000; margin-top:20px;}
.SectionTitle2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	color: #BE980E;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	margin-right: 10px;
}

/* highlights words in a paragraph for emphasis */
.highlight {color:#CC6600; font-weight:bolder;}
/* a little smaller font-size */
.Smaller1 {font-size:10pt}
.DetailedTable td {font-size:11pt}
.HighLightBlock {background:#EDEADE;padding:3px;margin:2px}

/* colors that can be used to color words or text using the std. ymca colors */
.Red {color:#e42330}
.Blue {color:#0e6ebb}
.Green {color:#23B60E}
.Yellow {color:#e6b100}

/* general page grid */
#bodyGridLeftColumn {padding-top:10px; width:172px; vertical-align:top}
#bodyGridRightColumn {width:151px; vertical-align:top}
.SectionParagraphIntro {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	color: #BE980E;
}
.basicTable {
	border-collapse: collapse;
}
.basicTable td {
	border: 1px #808080 solid;
	text-align: center;
	vertical-align: top;
}
.basicTable th {
	border: 1px #808080 solid;
	padding-left: 5px;
	padding-right: 5px;
}
