/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style7 {
	font-size: 16px;
	font-weight: bold;
	color: #20428d;
}
.introType {
	font-size: 16px;
	color: #20428d;
	font-weight: bold;
}
.SmallType {font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.style10 {font-size: 11px}
#body {
	background-image: url();
	background-repeat: no-repeat;
}
#tab_left {
  float:left;
	width: 300px;
/*	height: 60px;*/
	margin-top:0px;
	margin-right:12px;
/*	height: 340px;*/
	padding-left: 0px;
	padding-right: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}
#tab_left h3 {
	background-color:#99CCCC; /*#333399;*/
	color:#FFFFFF;
	font-size:24px;
	font-weight:bold;
	padding-bottom:8px;
	padding-left:0px;
	padding-right:0px;
	padding-top:8px;
	margin-bottom:0px;
/*	padding: .3em 0px .50em 0px;
	clear: both;*/
	}
#tab_left ul {
	background-color: #eeeeee;
	margin-top:0px;
	margin-bottom:.13em;
	}
#tab_left li {
	border-top: 1px solid #cccccc;
	font-weight:bold;
	font-size:.60em;
/*	padding: .3em 0px .3em 0px;*/
	}
#tab_left a:hover {
	color:#F33;
	background-color: #FFCC66;
	}
#tab_left a {
	display: block;
	padding-bottom:6px;
	padding-left:0px;
	padding-right:0px;
	padding-top:4px;
/*	padding: .5em 0px .5em 10px;*/
	}
#tab_left li:hover {
	background-color: #FFFFFF;
	}
/*********** #navBar link styles ***********/
#tab_left ul a:link, 
#tab_left ul a:visited, {display: block;}

#tab_left ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#tab_left li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #tab_left li {border-bottom: none;}
.content_event {font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align:left;}
.row_head {vertical-align:top; text-align:left; font-weight:bold;}
.row_text {vertical-align:top; text-align:left;}
.dropcap {
float: left; /* positionning of the drop cap line within the container*/
font-size: 2em; /* three line height for the drop cap */
font-weight: bold;
font-family: Georgia, Times New Roman, Times, serif;
color: #333399;
border: 1px solid #333399; /* definition of a border around the drop cap */
/*background-color: #FFFFCC;*/ 
margin: 1px;
padding: 1px;
line-height: 1em;
}
