/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(img/bg2.gif); /* Optional */
font-family: myriad, arial, verdana, arial, tahoma;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
 	color: #000;
	padding:0;
	}
	
acronym { cursor: help; border-bottom: 1px dashed #999; }
a:link{ text-decoration: none; color: #369; border-bottom: 1px dashed #369; }  
a:visited{ text-decoration: none; color: #369; border-bottom: 1px dashed #369; }  
a:hover { border-bottom: 1px dashed #49515C; color: #49515C; }

.drop{
	background:url(img/header_drop.gif); /* Optional */
	background-repeat:no-repeat;

}
/*------------------------------------------------------------*
**  Container
**--------------------url(img/dot_line.gif) repeat-y 25%----------------------------------------*/	
#container {
	margin: 0 auto;
	width: 800px;
	background: #fff  ;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**----------------padding: 28px 30px;--------------------------------------------*/		
#header {
	background: #49515C url(img/header_right.gif) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding:0px;
	margin:0px;
	height:104px;
	}	
#header h1 { 	
	margin: 0;
	color: #C6C4C5;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	
#header   a {
text-decoration:none;
}
#header   a:hover {
text-decoration:none;
}
/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #858F9E; 
	border-bottom: 2px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	font-size:11px;
	font-weight: bold;
	width:150px;
	}
#nav li {
	list-style-type: none;
	display: block;
	line-height: 20px;
	font-size:11px;
		font-weight: bold;
 
	width:150px;
	}		
#nav li a { 
	display: block;
	text-decoration: none; 
	color: #ddd;
	background-color: #3E73D1;
	border-top: 2px solid #fff; 
	border-bottom: 0;
	padding: 2px 8px;
	font-size:11px;
	
	font-weight: bold;
	width:150px;
	}
#nav li a:hover { background-color: #6B7687; }
#nav li a.on { background-color: #49515C; color: #C6C4C5; }

/*------------------------------------------------------------*/
/*------------------------------------------------------------*
**  Top Navigation
**------------------------------------------------------------*/
 #reg {
	height: 35px;
 	width: 800px;
	margin-top: 7px;
	}
#reg ul
{
	height: 35px;
	list-style: none;
	width: 800px;
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 10px;
	padding-top:10px;
 }	
#reg li {
	top:0px;
	left:0px;
	list-style-type: none;
	display: inline;
	font-size:11px;
	font-weight: bold;
	padding-right:20px;
  	height:50px;
}		
#reg li a { 
	display: inline;
	text-decoration: underline; 	
 	border-bottom: 0px;
	font-size:14px;
	font-weight: bold;
	color:#FFFF66;
  	top:0px;
	left:0px;
	}
#reg li a:hover {  color: #ddd;	text-decoration: none; 	
}
#reg li a.on { background-color: #49515C; color: #C6C4C5;  }

#reg2
{
	height: 35px;
 	width: 800px;
	margin-top: 0px;
	
}

div#reg2 ul
{
	height: 35px;
	list-style: none;
	width: 800px;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
}

div#reg2 ul li
{
	list-style: none;
	display: block;
 	float: left;
	text-align: center;
	line-height: 35px;
	font-size: 12px;
	font-weight: normal;
}

div#reg2 ul li a
{
	width: 100%;
	height: 35px;
	display: block;
	color: #005787;
	text-decoration: none;
	font-size: 14px;
	width: 200px;
}
 

div#reg2 ul li a:hover
{
	color: #FFFFFF;
	background-color: #FC7316;
		text-decoration: none;

}
/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}
#sidebar div { background: #fff url(img/para_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
  padding: 10px;
	}	
/*------------------------------------------------------------*
**  Content
*------------------------------------------------------------*/
#content {
	float: left;
	width: 550px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	}	
#content div { background: #fff url(img/para_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #49515C ;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	padding: 11px;
	line-height: 16px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #fff; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #FFFF99; color: #FFFF99; }

/* -----------EBEBF5---------- home ----------------------------*/
.homeTable{
margin-left:10px;
margin-right:0px;
margin-bottom:10px;
margin-top:15px;
border:1px solid #CCCCCC	;
background-color:#F8F8F8;
}
.greyTable{
border:1px solid #CCCCCC	;
background-color:#F8F8F8;
}
.line{
border-top:1px dotted #CCC;
 height:2px;
padding:0px;
margin:0px;
}

/* -------- PROGRAM -------------- */
.tblProgram{
color:#000;
border: 1px solid #ccc;
 
}
.tblProgram td{

}
.tblCopy{
font-size:12px;
padding:0px;
color:#000;
background-color:#fff;
padding-left:2px;
}
. tblBold {
font-weight:bold;
font-size:12px;
} 
.headerBlueLrg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #8A99AC;
}
.headerBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6589A7;
}
.headerBlueSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #6589A7;
}

.headerGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #74834C;
}

.copy {
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	color: #000000;
	line-height: 140%;

}
.copySm {
	font-family: verdana, helvetica, arial;
	font-size: 9px;
	color: #444444;
	line-height: 110%;

}
.copyBold {
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	color: #000000;
	line-height: 180%;
	font-weight: bold;
}