*	{
	margin:0;
	padding:0;
	}
	
img {
	border:none; }

img.left {
	float: left;
	padding: 0 1em .5em 0;
	}
		
	img.right {
		float: right;
		padding: 0 0 .5em 1em;
		}
		
	img.center {
		display: block;
		margin: 0 auto;
		padding: 0 0 .5em 0;
		}
		
a	{
	text-decoration:none; }
	
a:visited {
	color: blue;
	}

body {
	background: url('../_cssImages/bg.png') center;
	color:#fff;
	font-size:65% /*1em = 10px*/;
	1font-family:"Myriad Pro", "Myriad", "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-family:"Lucida Grande", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	}

.clear {
	clear: both;
	}

.grp {
	margin-bottom: 1em;
	}

.grp:after {
	clear: both;
	}

#container {
	background:#fff;
	color:#555;
	margin:0 auto;
	width:800px;
	}
	
/*logos*/
#logo{
	background-image: url('../_cssImages/logo.gif');
	background-repeat: no-repeat;
	background-position: center center;
	height:140px;
	float:left;
	text-indent:-9999px;
	width:177px;
	_width:174px;
}

/*header*/
#header{
	clear:both;
	height:195px;
	width:800px;
}
#header h1,h2{
	display:none;
}

#flash {
	float:right;
	margin-left:-1px;
	margin-right:0px;
}

#subHeader{
	background:url('subheader.gif');
	clear:both;
	height:55px;
	width:800px;
}

/*main copy*/
#content {
	font-size: 1.1em;
	}
#content h2{
	display:block;
	font-size:1.5em;
	margin-bottom: 1em;
}

#content h3 {
	border-bottom: 1px solid #CCC;
	display: block;
	font-size: 1.3em;
	margin-bottom: 1em;
	}

#content h3.title {
	1border: none;
	margin-bottom: .25em;
	padding: 0;
	}

#content h4 {
	display: block;
	font-size: 1.1em;
	}

#headlines{
	float:left;
	margin:20px 0 0 30px;
	_margin:20px 0 0 30px;
	width:200px;
}
#mainCopy{
	float:right;
	1font-size:1em;
	margin:20px 20px 0 0px;
	_margin:20px 10px 0 0;
	padding-bottom:20px;
	width:350px;
}
#mainCopyWithOutNews{
	float:right;
	1font-size:1em;
	margin:0px 20px 0 0px;
	_margin:-15px 10px 0 0;
	padding-bottom:20px;
	width:570px;
}

address {
	font-size: .9em;
	}

td {
	padding: 2px;
	}

#content table,
#content p,
#content dl,
#content ul,
#content ol,
#content blockquote {
	margin-left:0px;
	margin-bottom:1em;
	}

#content ol,
#content ul {
	margin-left: 2em;
	}

#content blockquote {
	margin-left: 2em;
	margin-right: 2em;
	}

#content dl dt {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-top: .5em;
	text-transform: uppercase;
	}

#content dl dd {
	background: url(../_cssImages/dd_arrow.gif) no-repeat left .35em;
	margin-left: .5em;
	padding-left: .5em;
	text-indent: 10px;
	}

#clearCopy{
	border-top:2px solid #818181;
	margin:0 20px 0 176px;
	padding:20px 32px 20px 32px; 
	clear:both;
}
/*nav*/

	/*new*/

	#nav{
		_border-left:1px solid #fff;
		float: left;
		font-family:"lucida sans", helvetica, arial;
		font-size:11px;
		1margin-top:-6px;
		margin-left:1px;
		_margin-left:0px;
		letter-spacing:.1em;
		width:177px;
	}

	/**/
	
	#nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	#nav li { /* all list items */
		display: block;
		position : relative;
		float : left;
		line-height : 1.25em;
		margin: 0 0 -1px 0;
		1width: 11em;
		width: 176px;
	}
	
	#nav li ul { /* second-level lists */
		border-left:1px solid #fff;
		position : absolute;
		left: -999em;
		1margin-left : 150px;
		margin-left : 176px;
		margin-top : -24px;
		z-index:200;
	}
	
	#nav li ul li { /* second-level lists */
		width: 210px;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		border-left:1px solid #fff;
		left: -999em;
		1margin-left : 175px;
		margin-left : 210px;
	}
	
	#nav li a {
		background: url('../_cssImages/noText.gif');
		background-repeat: repeat-x;
		background-position: left top;
		border: 1px solid #fff;
		border-left: 0;
		border-right: 0;
		color:#444;
		display: block;
		_height: 14px;
		margin-bottom:0px;
		padding:8px 0px 8px 15px;
		text-decoration:none;
		1width: 156px;
	}
	
	#nav li a:hover {
		color : white;
		background-position: left bottom;
	}
	
	#nav li:hover ul ul, 
	#nav li:hover ul ul ul, 
	#nav li.sfhover ul ul, 
	#nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, 
	#nav li li:hover ul, 
	#nav li li li:hover ul, 
	#nav li.sfhover ul, 
	#nav li li.sfhover ul, 
	#nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

/*end new*/

#coa{
	background:url('../_cssImages/gradient.gif') no-repeat;
	border-top:1px solid #fff;
	clear: left;
	height:437px;
	margin-top:-6px;
	width:176px;
}

/*articles*/
.article{
	1border-bottom:2px solid #818181;
	1padding:10px 0;
}
.article p{
	margin:0;
}
.articleTitle{
	color:#591f6e;
	font-size:1.3em;
	padding:0 0 10px 0;
}
.link{
	color:#591f6e;
	text-decoration:underline;
}
.link:hover{
	color:blue;
}
#subNews{
	padding-top:10px;
}
#subNews p{	
	margin:0;
}
.subList{
	color:#591f6e;
	padding-bottom:10px;
	padding-top:10px;
	text-decoration:underline;
}
.title{
	font-size:1.5em;
	padding-top:10px;
}
.date{
	font-size:1em;
}
.description p{
	padding-bottom:5px;
}
/*content from php archives  where body id is = index*/
#index .section a{
	display:none;
}
#index .feedArticle{
	1border-bottom:1px solid #ccc;
	padding-bottom: 1em;
}
/*content from where body id is = #newspage*/
#newspage #content{
	
}
#newspage #mainCopy{
	width:570px;
}
/*content from php archives  where body id is = viewer*/
#viewer #content{
	float:left;
	margin:20px 0 0 30px;
	_margin:20px 0 0 30px;
	width:570px;
}
#viewer .title{
	padding-top:10px;
}
/*content from php archives  where body id is = archive*/
#archive #content{
	float:left;
	margin:20px 0 0 30px;
	_margin:20px 0 0 30px;
	width:570px;
}
#archive .title{
	padding-top:10px;
}
/*contact*/
.set label{
	display:block;
}
input{
	/*width:350px;*/
}
.submit{
	/*width:100px;*/
}
#form-loading{
	background-image: url(images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 32px;
	margin-top:15px;
	width: 32px;
}
.hide{
	visibility: hidden; 
}
#response{
	color:#818181;
	font-size:1.3em;
	padding:5px;
}
#comments{
	height:135px;
	width:350px;
}
/*images*/
.imageRight{
	float:right;
	padding:5px 0 5px 5px
}
.imageLeft{
	float:left;
	padding:5px 5px 0px 5px
}
/*footer*/
#line{
	clear:both;
	background:url('../_cssImages/border.gif') repeat-x;
	height:10px;
	margin-bottom:-1px;
	_margin-bottom:-6px;
}
.blue{
	color:blue;
}
#footer{
	background:#c1c1c1;
	clear:both;
	color:#fff;
	font-size:1em;
	padding:10px 10px 10px 150px;
}
