/* This style sheet contain text and layout formatting css
   Basic page structure css is in the _Style.css file */
   
A:link, A:visited 	{
	COLOR: #000099;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none
}
A	{
	COLOR: #000099;
	FONT-WEIGHT: bold;
	text-decoration: none
}
A:hover {
	COLOR: #999999;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none
}
.textbox   {
	color: #000000;
	font-size: 11px;
	vertical-align: middle;
	border: 1px solid #999999;
	height: 20px;
	background-color: #FFFFFF;
}
.textblock  {
	color: #000000;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
img { 
	border: 0; 
} 
.button  {
	color: #000000;
	font-style: normal;
	font-size: 12px;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFF;
	padding: 5px;
}
.BlueBody {
	font-size: 14px;
	color: #000099;
}
p {
	font-size: 14px;
	list-style-type: circle;
	color: #666;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000099;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
h2 {
	font-size: 15px;
	color: #000099;
	font-weight: bold;
	padding-bottom: 10px;
}
h3 {
	font-size: 18px;
	color: #000099;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
h5 {
	font-size: 14px;
	color: #666666;
}
h6 {
	font-size: 12px;
	color: #000099
}
.smltbl {  
	font-size: 9px; 
	color: #000000; 
}
.tbl {
	font-size: 11px;
	color: #000000;
}
fieldset {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
ul {
	font-size: 14px;
	list-style-image: url(images/bullet_round.gif);
	color: #666666
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clearboth {
	clear: both;
}
.image_left_pad_10_right {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #666;
	max-width:50%;
}
.image_right_pad_10_left {
	float: right;
    margin-right: 0px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #666;
	max-width:50%;
}

.TeamImageTN {
	padding-right: 10px;
}

.videoTN {
	width: 45%;
	float: left;
        margin-right: 15px;
        margin-bottom: 15px;
}


/* CLASS ITEMS USED in FUNCTIONS.ASP ======================================================== */

.submenusonpage {
	margin-top:20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.directorylisting {
	margin-top:20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* CLASS ITEMS USED in POPUP CALENDAR ======================================================= */

.CalendarTable TD {
	padding: 2px;
	vertical-align: bottom;
}
.CalendarSelect {
	font-size: 9px;
	background-color: #999;
	border: 1px solid #000;
}
.CalendarDaysOfWeek {
	color: #FFFFFF;
	background-color: #000;
	font-weight: bold;
}
.CalendarMonth {
	font-weight: bold;
	vertical-align: top;
}
.CalendarToday, .CalendarToday A {
	color: #FF0000;
	background-color: #ffffff;
}
.CalendarOtherDays {
	color: #000000;
	background-color: #333;
}
.CalendarMonthDays {
	color: #CCCCCC;
}
.CalendarWeekend {
	color: #CCCCCC;
	background-color: #663;
}
.CalendarTable A {
	TEXT-DECORATION: none
}
.CalendarTable A:hover {
	color: #000000;
}

.none {}
.topRow {
	height: 45px;
}

.findustable {
	width: 200px;
	float: left;
}



.Thumbborder {
	border: 1px solid #000000;
}

















