#PrimaryNavRow td
{
	border-right: 1px solid white;
}
.PrimaryNavBox {
	padding: 0;
	margin: 0;
}
.PrimaryNavBox a {
	display:block;
	background-image: url('./images/t2/NavBoxCorner.gif');
	background-repeat: no-repeat;
	background-color: #0066cc; 
	padding:5px 20px 2px 20px; 
	text-align:center; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration: none;
	color:white;
	height: 17px; 
}
.PrimaryNavBox a:hover {
	background-image: none;
	background-color: white;
	padding:3px 18px 0px 18px; 
	border: #0066cc solid 2px;
	text-decoration: none;
	color: #0066cc; 
}
.CurrentPrimaryNavBox {
	background-image: url('./images//t2/NavBoxCorner.gif');
	background-repeat: no-repeat;
	background-color: #ffcc00; 
	padding:5px 20px 2px 20px; 
	text-align:center; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color:white;
	height: 17px; 
}
.CurrentPrimaryNavBox a, .CurrentPrimaryNavBox a:hover {
	text-decoration: none;
	color:white;
}

#LeftCurrentSectionHeader {
	padding:3px 3px 3px 8px; 
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bolder;
}
.LeftBox {
	width: 194px;
}
.LeftBox p {
	margin-top: 4px;
	margin-bottom: 2px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #666666;
}
.LeftBox h4 {
	display: block;
	height: 14px;
	background-image: url('./images//t2/LeftBox_bgleft.gif');
	background-repeat: no-repeat;
	background-color: #ffcc00; 
	padding: 2px 2px 2px 20px;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: white;
}

.subnav a, .subnav2 a, .subnav3 a {
	text-decoration: none;
}

#DAAG {
	clear: both;
	margin-top: 2px;
}
#DAAG h4,.DAAGDetails h4 {
	margin-left: 8px;
	margin-bottom: 2px;
	font-size: 1.1em;
}
#DAAG h3 {
		color:#ffffff;
		background-color:#ffcc00;
}
#DAAG h5,.DAAGDetails h5 {
	margin-left: 16px;
	margin-top: 2px;
	margin-bottom: 3px;
	font-style: italic;
	font-size: 1em;
	color: #666666;
}
#DAAG p,.DAAGDetails p {
	margin-left: 16px;
	margin-top: 1px;
	margin-bottom: 2px;
	padding-left: 30px;
	text-indent: -30px;
}

/* -------------------- */
.DAAGLegend {
	width: 180px;
	margin-bottom: 4px;
}
.DAAGLegend .DAAGLegendEventGroup {
	padding: 3px;
	margin-bottom: 2px;
	font-weight:bold;
}

/* -------------------- */
table.DAAGTable {
	clear: both;
}
table.DAAGTable tr th {
	background-color: #666666;
	color: #eeeeee;
	padding: 3px;
	text-align: center;
}
table.DAAGTable tr th,table.DAAGTable tr th {
	width: 14%;
}
table.DAAGTable tr td p {
	clear: both;
	padding: 4px;
	margin: 0 0 2px 0;
}
table.DAAGTable tr td p.DAAGTableDate {
	font-size: 14px;
	text-align: right;
	margin: 0;
}

/* -------------------- */
.DAAGDetails h3 {
	margin-bottom: 4px;
}
.DAAGDetails h4 {
	margin-top: 8px;
	margin-left: 0;
	background-color:#f5f5f5;
}
.DAAGDetails h5,.DAAGDetails p {
	margin-left: 28px;
}




/*Home Page Stuff*/
.TitleHomePage {
	font-weight:bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #bf600b;
	}
.copyHomePageBox {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	}

#box { 
		padding-left:4px;
		padding-top:4px;
		padding-right:4px;
		padding-bottom:10px;
	}
	
#box a {
	color: #666666;
	text-decoration:underline;
}
#box a:hover {
	color: #bf600b;
	text-decoration:underline;
}

