
.be-nice-to-Mac-IE5
{
	font-family: "\"}\"";
	font-family: inherit;
}



/* -- GLOBAL RESETS -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

img
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

:focus
{
	/* remember to define focus styles! */
	outline: 0;
}

body
{
	line-height: 1;
	color: black;
	background: white;
}

ol, ul
{
	list-style: none;
}

table
{
	/* tables still need cellspacing="0" in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}



/* -- GENERAL REDECLARATIONS -- */

body
{
	background-color: #00246a;
	text-align: center;
	color: #FFF;
	font:normal 12px/16px Arial, Verdana, Helvetica, sans-serif;	
}

a:link { text-decoration: none; font-weight: bold; color: #cc6700; }
a:visited { text-decoration: none; font-weight: bold; color: #cc6700; }
a:hover { text-decoration: underline; font-weight: bold; color: #f19a42; }
a:active { text-decoration: underline; font-weight: bold; color: #f19a42; }

ul, ol
{

}

ul
{

}

ol
{
	list-style: decimal;
}

ul li
{

}

dl
{

}

dt
{
	font-weight: bold;
}

dd
{

}

p
{

}

h1
{

}

h2
{

}

h3
{

}

h4
{

}

h5
{

}

h6
{

}

hr
{
	display: none;
}

img
{
	border: none;
}

acronym
{
	border-bottom: 1px dotted;
}

blockquote
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}



/* -- IDS -- */

#wrapper
{
	width: 960px;
	margin: 0px auto;
	text-align: left;
	color: #333;
	background: #FFF url(../images/bg_wrapper.gif) no-repeat 0 0;
	
	/*
	min-height: 713px;
	height: auto !important;
  	height: 713px;
  	*/
  	
  	position: relative;
}

	#head
	{
		height: 110px;
		position: relative;
	}

		#head h1
		{
			display: block;
			width: 140px;
			height: 94px;
			top: 16px;
			left: 20px;
			text-indent: -8756px;
			position: absolute;
		}
		
		#head h1 a
		{
			display: block;
			width: 100%;
			height: 100%;
			outline: none;
		}
		
		#head p
		{
			text-align: right;
			color: #CCC;
			text-transform: uppercase;
			padding: 14px 8px 0px 8px;
			font-size: 11px;
			line-height: 11px;
		}
	
			#head p A:link { text-decoration: none; font-weight: normal; color: #CCC; }
			#head p A:visited { text-decoration: none; font-weight: normal; color: #CCC; }
			#head p A:hover { text-decoration: none; font-weight: normal; color: #FFF; }
			#head p A:active { text-decoration: none; font-weight: normal; color: #FFF; }
			
			#head p .sep
			{
				padding: 0px 6px 0px 6px;
				color: #959aad;
			}
	
	#contentwrap
	{
		background: transparent url(../images/bg_content.gif) repeat-y 190px 0px;
		zoom: 1; /* bug fix for IE6 */
	}
	
		#menu
		{
			float: left;
			display: inline;
			width: 155px;
			padding: 76px 16px 8px 20px;
			min-height: 650px;
			height: auto !important; /* hack to get min-height to work reliably */
			height: 650px; /* hack to get min-height to work reliably */
			
		}
		
			#menu div.nav
			{
				font-size: 13px;
				line-height: 21px;
				margin: 0px 0px 38px 0px;
			}
			
				#menu div.nav a
				{
					margin: 0px;
					padding: 0px;
					display: block;
				}
				
					#menu div.nav A:link { text-decoration: none; font-weight: bold; color: #013368; }
					#menu div.nav A:visited { text-decoration: none; font-weight: bold; color: #013368; }
					#menu div.nav A:hover { text-decoration: none; font-weight: bold; color: #5089c5; }
					#menu div.nav A:active { text-decoration: none; font-weight: bold; color: #5089c5; }
					
						#menu div.nav A.on:link { text-decoration: none; font-weight: bold; color: #cc6601; }
						#menu div.nav A.on:visited { text-decoration: none; font-weight: bold; color: #cc6601; }
						#menu div.nav A.on:hover { text-decoration: none; font-weight: bold; color: #f2a559; }
						#menu div.nav A.on:active { text-decoration: none; font-weight: bold; color: #f2a559; }	

				#menu div.subnav
				{
					font-size: 11px;
					line-height: 13px;
					margin: 0px 0px 3px 0px;
					display: none;
				}

					#menu div.nav div.on
					{
						display: block;
					}

					#menu div.subnav a
					{
						margin: 0px;
						padding: 5px 0px 3px 10px;
						display: block;
					}

						#menu div.subnav a.on
						{
							background: transparent url(../images/bullet_subnav.gif) no-repeat 0px 7px;
						}

						#menu div.subnav A:link { text-decoration: none; font-weight: normal; color: #013368; }
						#menu div.subnav A:visited { text-decoration: none; font-weight: normal; color: #013368; }
						#menu div.subnav A:hover { text-decoration: none; font-weight: normal; color: #5089c5; }
						#menu div.subnav A:active { text-decoration: none; font-weight: normal; color: #5089c5; }
						
							#menu div.subnav A.on:link { text-decoration: none; font-weight: normal; color: #cc6601; }
							#menu div.subnav A.on:visited { text-decoration: none; font-weight: normal; color: #cc6601; }
							#menu div.subnav A.on:hover { text-decoration: none; font-weight: normal; color: #f2a559; }
							#menu div.subnav A.on:active { text-decoration: none; font-weight: normal; color: #f2a559; }	
			
			#menu div.eventsbox
			{
				margin: 0px 0px 10px 0px;
				background: #6699cc url(../images/bg_eventsbox.gif) repeat-x 0 0;
				border: 1px solid #6699cc;
				padding: 6px;
			}
			
				#menu div.eventsbox h3
				{
					text-transform: uppercase;
					color: #000;
					margin: 4px 0px 20px 0px;
					font-size: 12px;
					line-height: 14px;
					font-weight: bold;
				}

					#menu div.eventsbox h3 A:link { text-decoration: none; font-weight: bold; color: #000; }
					#menu div.eventsbox h3 A:visited { text-decoration: none; font-weight: bold; color: #000; }
					#menu div.eventsbox h3 A:hover { text-decoration: none; font-weight: bold; color: #194774; }
					#menu div.eventsbox h3 A:active { text-decoration: none; font-weight: bold; color: #194774; }
			
				#menu div.eventsbox h4
				{
					text-transform: uppercase;
					color: #000;
					margin: 0px 0px 0px 0px;
					font-size: 11px;
					line-height: 13px;
					font-weight: bold;
				}

					#menu div.eventsbox h4 A:link { text-decoration: none; font-weight: bold; color: #000; }
					#menu div.eventsbox h4 A:visited { text-decoration: none; font-weight: bold; color: #000; }
					#menu div.eventsbox h4 A:hover { text-decoration: none; font-weight: bold; color: #194774; }
					#menu div.eventsbox h4 A:active { text-decoration: none; font-weight: bold; color: #194774; }
					
				#menu div.eventsbox p
				{
					text-transform: uppercase;
					color: #FFF;
					margin: 0px 0px 14px 0px;
					font-size: 11px;
					line-height: 13px;
					font-weight: bold;
					border-bottom: 1px solid #326698;
					padding: 0px 0px 4px 0px;
				}

					#menu div.eventsbox p A:link { text-decoration: none; font-weight: bold; color: #FFF; }
					#menu div.eventsbox p A:visited { text-decoration: none; font-weight: bold; color: #FFF; }
					#menu div.eventsbox p A:hover { text-decoration: none; font-weight: bold; color: #cbdced; }
					#menu div.eventsbox p A:active { text-decoration: none; font-weight: bold; color: #cbdced; }
									
				#menu div.eventsbox img.inset
				{
					display: block;
					margin: 0px auto 0px 0px;
				}
																								
			#menu .insetad
			{
				display: block;
				margin: 0px auto 4px auto;
			}									
		
		#precontent
		{
			float: left;
			display: inline;
			width: 769px;
			
			background: transparent url(../images/bg_precontent.gif) no-repeat 0 0;
		}
		
			#precontent h2
			{
				font: bold 18px/21px Arial, sans-serif;
				color: #013366;
				padding: 8px 15px 8px 15px;
			}
			
			#precontent img
			{
				display: block;
				margin: 0px;
				padding: 0px;
			}
		
			#homegrid
			{
				background: #ff9900 url(../images/bg_homegrid.gif) no-repeat 0 100%;
				padding: 3px 0px 8px 3px;
				zoom: 1; /* bug fix for IE6 */
			}
			
				#homegrid a.homegriditem
				{
					float: left;
					display: inline;
					margin: 0px 3px 3px 0px;
				}
				
					#homegrid a.homegriditem img
					{
						display: block;
						border: 0px;
						margin: 0px;
					}
			
		#content
		{
			float: left;
			display: inline;
			width: 769px;
			zoom: 1; /* bug fix for IE6 */
		}
		
			#contentmain
			{
				float: left;
				display: inline;
				width: 531px;
				padding: 25px 12px 10px 16px;
			}

				#contentmain a.sitemaplink
				{
					color: #013368;
				}

				#contentmain ul.sitemap
				{
					margin: 0px 0px 0px 0px;
				}

				#contentmain img.inset_head
				{
					float: left;
					display: inline;
					margin: -25px -12px 14px -16px;
					padding: 0px;
					width: 559px;
				}

				#contentmain h2,
				#contentmain h3,
				#contentmain h4,
				#contentmain h5,
				#contentmain p,
				#contentmain ol,
				#contentmain ul,
				#contentmain table
				{
					margin: 0px 0px 16px 0px;
				}
							
				#contentmain h3
				{
					font: bold 20px/20px Arial, sans-serif;
					color: #cc6700;
				}

					#contentmain h3 A:link { color: #cc6700; }
					#contentmain h3 A:visited { color: #cc6700; }
					#contentmain h3 A:hover { color: #cc6700; }
					#contentmain h3 A:active { color: #cc6700; }
							
				#contentmain h4
				{
					font: bold 14px/14px Arial, sans-serif;
					color: #013366;
					text-transform: uppercase;		
				}

					#contentmain h4 A:link { color: #013366; }
					#contentmain h4 A:visited { color: #013366; }
					#contentmain h4 A:hover { color: #013366; }
					#contentmain h4 A:active { color: #013366; }

				#contentmain h5
				{
					font: bold 14px/14px Arial, sans-serif;
					color: #013366;
				}

					#contentmain h5 A:link { color: #013366; }
					#contentmain h5 A:visited { color: #013366; }
					#contentmain h5 A:hover { color: #013366; }
					#contentmain h5 A:active { color: #013366; }
								
				#contentmain ul
				{
					clear: both;
				}
					
					#contentmain ul li
					{
						padding: 3px 0px 3px 22px;
						margin: 0px;
						background: transparent url(../images/bullet_arrow.gif) no-repeat 0px 3px;
					}
					
					#contentmain ol li
					{
						padding: 3px 0px 3px 22px;
						margin: 0px;
					}

						#contentmain ul li h4,
						#contentmain ol li h4,
						#contentmain ul li h5,
						#contentmain ol li h5,
						#contentmain ul li p,
						#contentmain ol li p
						{
							margin: 0px 0px 0px 0px;
							padding: 0px;	
						}
														
			#contentextras
			{
				float: left;
				display: inline;
				width: 200px;
				padding: 25px 5px 6px 5px;
			}
			
				#contentextras .insetad
				{
					display: block;
					margin: 0px auto 4px auto;
				}
				
				#contentextras .callout
				{
					margin: 0px auto 4px auto;
					background: transparent url(../images/bg_callout.gif) no-repeat 0 0;
				}
				
					#contentextras .callout h3
					{
						color: #FFF;
						font-size: 12px;
						font-weight: bold;
						line-height: 14px;
						text-transform: uppercase;
						padding: 12px 10px 12px 10px;
					}
					
					#contentextras .callout .callouthtml
					{
						background: transparent url(../images/bg_calloutfoot.gif) no-repeat 0 100%;
						padding: 14px 5px 10px 9px;
						font-size: 13px;
						line-height: 16px;
						color: #003399;
					}
					
						#contentextras .callout .callouthtml p
						{
							margin: 0px 0px 8px 0px;
						}

							#contentextras .callout .callouthtml p a.grey
							{
								font-size: 10px;
								font-weight: bold;
								line-height: 12px;
								color: #666;	
								text-transform: uppercase;
							}

							#contentextras .callout .callouthtml p a.blue
							{
								font-size: 13px;
								font-weight: bold;
								line-height: 15px;
								color: #003399;	
								text-transform: uppercase;						
							}
							
	#foot
	{
		background: transparent url(../images/bg_foot.gif) no-repeat 0 0;
		height: 117px;
		padding: 48px 0px 0px 0px;
	}

		#foot p
		{
			text-align: center;
			color: #CCC;
			padding: 0px 8px 0px 8px;
			line-height: 13px;
			margin: 0px 0px 8px 0px;
			font-size: 10px;
		}
	
			#foot p A:link { text-decoration: none; font-weight: normal; color: #CCC; }
			#foot p A:visited { text-decoration: none; font-weight: normal; color: #CCC; }
			#foot p A:hover { text-decoration: none; font-weight: normal; color: #FFF; }
			#foot p A:active { text-decoration: none; font-weight: normal; color: #FFF; }
			
			#foot p .sep
			{
				padding: 0px 5px 0px 5px;
			}



/* -- CLASSES -- */

.clear
{
	clear: both;
	height: 1px;
	width: 1px;
	padding: 0px;
	margin: -2px 0px 0px 0px;
	overflow: hidden;
	line-height: 1px;
	font-size: 1px;
	/* display: block; */
}

.trailingmsg
{
	background: #e0b02a url(../images/bg_trailingmsg.gif) repeat-x 0 0;
	font: bold 14px/14px Arial, sans-serif;
	color: #013366;
	padding: 10px 8px 10px 8px;
}

.listingtable
{
	width: 100%;
	clear: both;
}

	.listingtable thead tr th
	{
		font: bold 14px/14px Arial, sans-serif;
		text-transform: uppercase;
		color: #013366;
		
		padding: 0px 10px 14px 0px;
	}
	
	.listingtable tbody tr td
	{
		padding: 0px 10px 14px 0px;
	}

		.listingtable tbody tr td A:link { text-decoration: none; font-weight: normal; color: #000; }
		.listingtable tbody tr td A:visited { text-decoration: none; font-weight: normal; color: #000; }
		.listingtable tbody tr td A:hover { text-decoration: underline; font-weight: normal; color: #000; }
		.listingtable tbody tr td A:active { text-decoration: underline; font-weight: normal; color: #000; }
		
		#contentmain .listingtable tbody tr td h4
		{
			padding: 0px 0px 0px 22px;
			margin: 0px 0px 0px 0px;
			background: transparent url(../images/bullet_arrow.gif) no-repeat 0px 1px;
			
			font: bold 14px/14px Arial, sans-serif;
			color: #013366;					
		}

			#contentmain .listingtable tbody tr td h4 A:link { font-weight: bold; color: #013366; }
			#contentmain .listingtable tbody tr td h4 A:visited { font-weight: bold; color: #013366; }
			#contentmain .listingtable tbody tr td h4 A:hover { font-weight: bold; color: #013366; }
			#contentmain .listingtable tbody tr td h4 A:active { font-weight: bold; color: #013366; }		

.detailstable
{
	clear: both; 
}

	.detailstable tbody tr td
	{
		padding: 8px 10px 0px 0px;
	}

	.detailstable tbody tr td.detailstablelabel
	{
		text-align: right;
		padding: 8px 10px 0px 0px;
	}
	
		#contentmain .detailstable tbody tr td p
		{
			margin: 0px 0px 8px 0px;
		}
		
	
		
	
				

	






