/* CSS Document */
body{
	background: #719CBE;
	margin:0px;
}
.bodyTD{
	 border-left: 1px solid #97280C;
	 padding-left: 15px; 
	 background: #FFFFFF;	 
}
td, body{
	FONT-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	
}

.h2{
	font-weight:bold;
	font-size:25px;
	color: #000000;
}

.pageTitle{
	font-weight: bold;
	font-size: 22px;
	color: #000000;
	width: 95%;
	height:33px;
	background: #FFFFFF;
	border-bottom: 1px solid #999999;
	padding-left: 10px;
}

.hdrTitle{
	font-weight: bold;
	font-size: 25px;
	color: #990000;
}

.borderType1
{
	border-top-color:#97280C;
	border-top-style:solid;
	border-top-width:medium;
	
	border-left-color:#97280C;
	border-left-style:solid;
	border-left-width:medium;
	
	border-right-color:#97280C;
	border-right-style:solid;
	border-right-width:medium;
	
}
.menuBottomText{
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
}
	
.borderType2
{
	border-right-color:#97280C;
	border-right-style:solid;
	border-right-width:medium;	
	
	border-left-color:#97280C;
	border-left-style:solid;
	border-left-width:medium;

}
.borderType3
{
	border-right-color:#97280C;
	border-right-style:solid;
	border-right-width:medium;	
	
	border-left-color:#97280C;
	border-left-style:solid;
	border-left-width:medium;
	
	border-bottom-color:#97280C;
	border-bottom-style:solid;
	border-bottom-width:medium;

}
.borderType4
{
	border-left-style:double;
	border-right-style:double;
	border-bottom-style:double;
	border-top-style:double;
	
	border-left-color:#97280C;
	border-right-color:#97280C;
	border-bottom-color:#97280C;
	border-top-color:#97280C;
	
	border-left-width:thin;
	border-right-width:thin;
	border-bottom-width:thin;
	border-top-width:thin;
	
	padding-left: 15px; 
	background: #FFFFFF;	
}

.redText{
	color: #97280C;
	font-size:22px;
}

.red{
	color: #97232E;
}
.redQuote{
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	color: #97232E;
}

.bigred{
	color: #97232E;
	font-size: 17pt;
	font-weight: bold;
}

.responseRed{
	color:#FF0000;
	font-size: 12pt;
	font-weight: bold;
}

.menuTD{
	width: 185px;
	padding-right: 15px;
	background: #FFFFFF;
}

.menuItem{
	text-decoration: none;
	font: bold 20px;
	color: #FFFFCC;
}

.menuItem a{
	text-decoration: none;
	font: bold 20px;
	color: #FFFFCC;
}

.menuItem a:hover{
	text-decoration: underline;
	font: bold 20px;
	color: #FFFFFF;
}

.menuLinkTD{
	background: #97232E;
	border-bottom: 2px solid #FFFFFF;
	width:200px;
	height:35px;
}

a.menuLink {
	font: bold 20px "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}

a.menuLink:hover{
	font: bold 20px "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}

a{
	color: #97232E;
	
}
a:hover{
	color: #000000;
}


/*** KUDOS PAGE ***/
.k_category{
	font-weight: bold;
	font-size: 18pt;
	color: #990000;
	background: #EEEEEE;
	border-bottom: 2px solid #CCCCCC;
	width:95%;
	padding-left: 5px;
}
.k_title{
	font-weight: bold;
	font-size: 15pt;
	color: #000000;
}
.k_description{
	font-size: 14pt;
	color: #000000;
}


/*** CLIENT LIST PAGE ***/
.c_category{
	font-weight: bold;
	font-size: 21px;
	color: #990000;
	background: #EEEEEE;
	border-bottom: 2px solid #CCCCCC;
	width:95%;
	padding-left: 5px;
}
.c_title{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

.c_titlev2{
	font-size: 12pt;
	color: #000000;
}
.c_description{
	font-size: 12px;
	color: #000000;
}


.footer{
	font-size: 10pt;
	color: #777777;
}

.top{ font-size: 10pt; }
a.top{ font-size: 10pt; }


/*** PROGRAMS ***/
.p_title{			font-size: 16pt; font-weight:bold; color:#97232E }
.p_subtitle{		font-size: 14pt; padding-left: 25px; font-style:italic; color:#97232E}
.p_description{		font-size: 12pt }
.c_title{			font-size: 14pt; font-weight:bold; color: #990000; }
a.c_title{			font-size: 14pt; font-weight:bold; color: #990000; }
a.c_title:hover{	font-size: 14pt; font-weight:bold; color: #000000; }
.c_ptitle{			font-size: 12pt; font-weight:bold }
.c_psubtitle{		font-size: 12pt; padding-left: 15px; font-style:italic;}
.c_pdescription{	font-size: 12pt; }
.c_progdescription{	font-size: 12pt; padding-left: 30px;}
.programs { padding-left: 35px;}


/*
.menuBox{
	background: #A42C35;
}
*/

.video_container{
clear:both;
width:520px;
margin:10px auto;
padding:10px;
}

.video_title{
color:#800000;
font-size:large;
font-weight:bold;
}

.video_display{
text-align:center;
padding:5px;
clear:both;
}

.video_desc{
font-family:arial,helvetica,sans-serif;
font-size:x-small;
clear:both;
}