@charset "UTF-8";
/* CSS Document */

body {
		background:url(/images/bg2.png) repeat-x center top;
		background-color:#0d1702;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}

	a { 
		color:#669900;
		text-decoration:none;
		font-weight:bold;
	}
	
	a:hover { 
		color:#000099;
		text-decoration:underline;
	}
	
	p { 
		font-size:14px;
		color:#330000;
		margin:0 10px 0 10px;
		padding:10px;
	}
	
	h1 { 
		font-size:20px;
		color:#330000;
		margin-left:20px;
		
	}
	
	h3 { font-size:16px;
		color:#330000;
		
		margin-left:20px;
	}
	
	ul {
		font-size:14px;
		color:#330000;
	}

	ol li {
		list-style:none;
		background:url(./images/li.png) no-repeat 8px 8px;
		padding-left:25px;
		padding-bottom:10px;
		/*list-style-image: url(./li.png);*/
	}
	
	.img {
		background:url(./images/header.png) no-repeat;
		width:742px;
		height:426px;	
	}
	
	.container1 {
		background:url(./images/container1.png) repeat-y;
		width:742px;
		margin: 0 auto;
		min-height:800px;
	}
	
	.container2 {
		background:url(./images/container2.png) repeat-y;
		width:782px;
		margin: 0 auto;
		min-height:800px;
	}
		
	.content {
		min-height:550px;
	}
	
	.table {
		width:550px;
		margin-left:100px;
		font-size:14px;
		color:#330000;
	}
	
	.table .td {
		float:left;
		width:20%;
		height:20px;
		padding-left:2%;
		text-align: right;
	}

	.labelDescription
	{
		font-size: 11px; 
		font-style: italic;
		position: relative;
		left: 20px;
	}

	.bulletinDescription
	{
		font-size: 11px; 
		font-style: italic;
		position: relative;
		left: 120px;
	}
	.eventstable {
		width: 95%;
		margin-left: 20px;
		margin-right: 20px;
		font-size:14px;
		border: 1px solid #330000;
	}

	.eventstable .th {
		color:#000099;
		border-bottom: 1px solid #330000;
		height: 24px;
		font-size: 16px;
		font-weight: bold;
	}

	.eventstable .td {
		float: left;
		width: 22%;
		padding-left: 2%;
		border-top: 1px solid #330000;
	}
	
	.labelBox {
		position:relative;
		left:15px;
	}
	
	.labelSmall {
		font-size:11px;
		font-style:italic;
		position:relative;
		left:250px;
	}
	
	.footer {
		background:url(./images/footer2.png) no-repeat;
		width:462px;
		height:30px;
		margin-top:200px;
		
		font-size:11px;
		padding: 2px;
		color:#FFF;
		margin: 0 auto;
		text-align:center;
		padding-top:7px;	
	}
	
	.footer a {
		color:#FFF;
		text-decoration:underline;
	}
	
	.footer a:hover {
		color:#000099;
	}
	
	#nav {
		padding: 10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		text-align: center;
		float: left;
		list-style: none;
		margin: 0px 0px 10px 10px;
		display:inline;
	}

	#nav li {
		float: left;
	}

	#nav li a {
		float: left;
		width: 106px; 
		height: 30px; 
		background: url(./images/db-nav-bg1.png) top left no-repeat; 
		background-position: 4px 0px;
	
		border: 0;
		text-align: center;
		padding: 5px;
		color: #fff; 
		text-decoration: none;
	}
 
	#nav li.on a {
		background: url(./images/db-nav-bg-active2.png) top left no-repeat;
		background-position: 4px 0px;
		color: #fff;
	}

	#nav li.on a:hover {
		background: url(./images/db-nav-bg-active2.png) top left no-repeat;
		background-position: 4px 0px;
		color:#84c441;
	}

	#nav li a:hover {
		background: url(./images/db-nav-bg1.png) top left no-repeat;
		background-position: 4px 0px;
		color: #000;
	}