/*Body style*/

	body {
		background: #000099 url("../images/layout/04.jpg");
		background-repeat: repeat-x;
	}

/*Body Content styles*/

	p.contentHeader{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 14pt;
		color: #000000;
		font-style: italic;
		font-weight: bold;
		margin-right: 15px;
		text-decoration:none;
		margin-top:-5px;
	}
	hr.title{
		color: #000000;
		width: 50%;
		margin-right: 15px;
		/*margin-top: -20px;*/
	}
	.bodyContent {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-size:12px;
		color:#000000;
	}
	.updateContent {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-size:12px;
		padding-left:15px;
		background-repeat: repeat-y;
		color:#000000;
	}
	.updateCell {
		z-index: 1;
		position: absolute;
		visibility: visible;
		width: 201px;
		top: 128px;
		left: 790px;
	}
	
	.loginCell {
		z-index: 1;
		position: absolute;
		visibility: visible;
		width: 201px;
		top: 145px;
		left: 790px;
	}
	
	a:link, a:visited {
		color:blue;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-style:italic;
		text-decoration:none;
	}
	
	a:hover {
		color:navy;
		text-decoration:none;
	}
	
	p.headerOfSection {
		font-weight:bold;
		font-size:14px;
		font-style:italic;
	}

/*Navigation Button styles*/
	.active {
		background-image:url("../images/layout/09.jpg");
		background-repeat: no-repeat;
	}
	.passive {
		background-image:url("../images/layout/11.jpg");
		background-repeat: no-repeat;
	}

/*Drop-dowm Menu style*/

	#dropmenudiv{
		position:absolute;
		background-color: white;
		border:1px solid black;
		border-bottom-width: 0;
		font:normal 12px Verdana;
		line-height:18px;
		z-index:100;
	}

	#dropmenudiv a{
		width: 100%;
		color:#000000;
		display: block;
		text-indent: 3px;
		border-bottom: 1px solid black;
		padding: 1px 0;
		text-decoration: none;
		font-weight: bold;
	}

	#dropmenudiv a:hover{ /*hover background color*/
		background-color: black;
		color:#FFFFFF;
	}

/*Page path style*/

	font.pagepath {
		margin-right: 15px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-style:italic;
		font-size:12px;
		color:#000000;
	}
	
	a.pagepath:link, a.pagepath:visited {
		font-family:Verdana, Arial, Helvitica, sans-serif;
		font-weight:bold;
		font-style:italic;
		font-size:12px;
		text-decoration:none;
		color:#000066;
	}
	
	a.pagepath:hover {
		font-family:inherit;
		font-weight:inherit;
		font-style:inherit;
		font-size:inherit;
		text-decoration:none;
		color:#FFFFFF;
	}

/*Date last modified style*/

	.date {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-style:italic;
		font-size:10px;
		color:#FFFFFF;
	}
	
/*Div styles for minutes and newsletter pages*/

	div.hide {
		display:none;
	}
	
	div.show {
		display:block;
	}
	
/*Input control style*/

	input {
		border: 1px solid black;
		background-color:#FFFFFF;
		color:#000000;
		font-style:italic;
	}
	input:focus {
		color:#CCCCCC;
		background-color:#000000;
		font-style:normal;
	}