/*----------------------------------------------------------------------*/

body {	background: #666666;
		background-image: url("c15ps_bgmain.jpg");
		background-repeat: no-repeat;
		background-position: top center;
		background-attachment: fixed;
		margin: 0;
		padding: 0;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #ffffff; }

#outer {	width: 700px;
			\width: 720px;
			w\idth: 700px;
			margin: 0 auto 0 auto;
			padding: 0; }

/*----------------------------------------------------------------------*/

#header {	background: #999999;
			background-image: url("c15ps_header1.jpg");
			background-repeat: no-repeat;
			background-position: top center;
			padding: 0;
			margin: 0;
			height: 204px; }

#header.prog {	background-image: url("c15ps_header2.jpg"); }

#headernav ul {	float: left;
				margin: 164px 0 0 0px;
				list-style-type: none;
				font-size: 9px;
				font-weight: bold;
				text-align: center; }

#headernav ul li {	display: inline; }

#headernav ul li a {	padding: 4px 4px;
						text-decoration: none;
						color: #ccffcc;
						background-color: #003300;
						border: 1px solid #ccffcc; }

#headernav ul li a:hover {	color: #003300;
							background-color: #ccffcc;
							border: 1px dotted #003300; }

/*----------------------------------------------------------------------*/

#main {	background-image: url("topfade.gif");
		background-repeat: no-repeat;
		background-position: top center;
		margin: 0 0 0 0;
		padding: 14px; }

#main p {	margin: 0 0 1em 0; }

#main a {	color: #ffffff;
			text-decoration: none;
			font-weight: bold; }

#main a:hover {	color: #ccffcc;
				border-bottom: 2px dotted #ffff00; }

#main img {
	margin: 0 8px 1em 0;
	border: 0;
	text-align: center;
}

#main img.nogap {	margin: 0; }

#main table {
	margin: 0 0 0 0;
	border: 0;
	text-align: center;
}

#main td {
	margin: 0 0 0 0;
	border-bottom: 1px dotted #003300;
	vertical-align: top;
	text-align: justify;
}

#main td.noline {	border: 0; }

#main td.bold {	font-weight: bold;
				background-color: #003300; }

#main td.highlite {	color: #003300;
					background-color: #ccffcc; }

#greenbox {	float: left;
			margin: 0 8px 8px 0;
			padding: 8px;
			width: 144px;
			background-color: #ccffcc;
			color: #003300; }

#greenbox b {	font-size: 14px;
				font-weight: bold; }
				
#greenbox a {	color: #003300;
				text-decoration: none;
				font-weight: normal; }

#greenbox a:hover {	color: #336633;
					border-bottom: 2px dotted #003300; }


/*----------------------------------------------------------------------*/

#footer {	border-top: 1px solid #222222;
			margin-top: 10px;
			padding: 8px 0 18px 0;
			background: #333333;
			background-image: url("topfade.gif");
			background-repeat: no-repeat;
			background-position: bottom center;
			font-size: 9px;
			color: cccccc;
			text-align: center; }

#footer a {	color: #cccccc;
			text-decoration: none;
			font-weight: bold; }

#footer a:hover {	color: #ff3333; }

/*----------------------------------------------------------------------*/

.date {
	font-size: 10px;
	color: #ffff33;
	text-align: left;
}

.headline {	font-size: 12px;
			font-weight: bold; }

.hilite {	color: #99ffff; }

