<?php
$brownColor = '#D1CBB5';   // bgcolor
$ltBrownColor = '#E3DDC4'; // main content area bgcolor
$dkBrownColor = '#B5AE9A'; // for borders
$menuBrownColor = '#E8E3CD';
$orangeColor = '#A13F01';
$textOrangeColor = '#7A3000';
$textGreyColor = '#040200';
$textDkGreyColor = '#2A1102';
$dkGreyColor = 'black';

?>

<?php 
	if($_SERVER['SERVER_PORT'] != 80)
		$channel = 'register'; 
	include "/home/cherrix/www/info.inc"; 
	header("Content-Type: text/css");
?>



	A {
		/*
		color: <?php echo $dkGreyColor; ?>;
		*/
		color: black;
		text-decoration : underline;
	}
	body , ol , ul , li , input , textarea , select , option , blockquote, td {
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: normal;
	}
	A:hover {
		color: #040200;
/*		color: <?php echo $textGreyColor; ?>;*/
	}
	.header, a.header:link, a.header:visited, a.header:active, a.header:hover {
		font-size: 15px;
		font-weight: bold;
	/*	color: <?php echo $textOrangeColor; ?>; */
	color: #7A3000;
		text-decoration: none;
	}
	h1 {
		font-family: Times, serif;
		font-size: 18px;
		font-weight: 500;
/*		color: <? echo $textDkGreyColor; ?>; */
		color: #2A1102;
	}
	
	h2 {
		font-family: Times, serif;
		font-size: 16px;
		font-weight: 500;
/*		color: <? echo $textDkGreyColor; ?>; */
		color: #2A1102;
	}
	
	h3 {
		font-family: Times, serif;
		font-size: 14px;
		font-weight: 500;
/*		color: <? echo $textDkGreyColor; ?>; */
		color: #2A1102;
	}
	.mainContent {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
/*		color: <? echo $textDkGreyColor; ?>;
		background-color: <? echo $ltBrownColor; ?>;
*/
		color: #2A1102;
		background-color: #E3DDC4;
	}
	.sideTopContent, .sideBottomContent {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
		/*
		color: <? echo $textDkGreyColor; ?>;
		background-color: <? echo $brownColor; ?>;
		*/
		color: #2A1102;
		background-color: #D1CBB5;
		
	}
	.sideTopTitleBar, .sideBottomTitleBar {
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-weight: bold;
		/*
		color: <? echo $ltBrownColor; ?>;
		background-color: <? echo $orangeColor; ?>;
		*/
		color: #E3DDC4;
		background-color: #A13F01;
	}
	.mainTitleBar {
		font-size: 14px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 40px;
		padding-bottom: 5px;
		font-weight: bold;
		/*
		color: <? echo $orangeColor; ?>;
		background-color: <? echo $ltBrownColor; ?>;
		*/
		color:  #A13F01;
		background-color: #E3DDC4;
	}
	.curMenu {
		font-weight: bold;
		color: #321704;
		text-decoration: none;
	}
	.toplinks{
		font-weight: bold;
		/*
		color: <? echo $textDkGreyColor; ?>;
		*/
		color: #2A1102;
		text-decoration: none;
	}
	.menu {
		font-weight: bold;
/*		color: <? echo $textOrangeColor; ?>; */
		color: #7A3000;
		text-decoration: none;
	}
	.news, .news td, a.news{
/*		color: <?php echo $textDkGreyColor; ?>; */
		color: #2A1102;
		text-decoration: none;
		background-color: #E3DDC4;
	/*	background-color: <? echo $ltBrownColor; ?>; */
	}
	.newspadding, .newspadding tr, .newspadding td {
		padding-left: 50px;
		padding-right: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
		/*
		background-color: <? echo $ltBrownColor; ?>;
		*/
		background-color: #E3DDC4;
	}
	.classLink, a.classLink, a.classLink:link, a.classLink:active, a.classLink:visited, a.classLink:hover {
		font-weight: bold;
		/*
		color: <? echo $textDkGreyColor; ?>;
		*/
		color: #2A1102;
		text-decoration: underline;
	}
	.contentTitle {
		font-weight: bold;
		/*
		color: <? echo $textDkGreyColor; ?>;
		*/
		color: #2A1102;
		text-decoration: none;
	}
	div.imgContainer {
		width: 108px;
		margin: 0px 0px 4px 0px;
		float: left;
		text-align: center;
		vertical-align: middle;
		clear: both;
	}
	.form, .form tr, .form td {
		font-weight: bold;
		/*
		color: <?php echo $textDkGreyColor; ?>;
		*/
		color: #2A1102;
	}
	.formField {
		font-weight: bold;
		/*
		color: <?php echo $textDkGreyColor; ?>;
		*/
		color: #2A1102;
	}
	.form_reqd_fields, .form_reqd_fields td {
		font-weight: bold;
		font-size: 16px;
		/*
		color: <? echo $orangeColor; ?>;
		*/
		color: #A13F01;
	}
	.press, a.press, .press td {
		color: #000000;
		text-decoration:  none;
	}
	td.press {
		text-indent: 4px;
	}
	.pressLINK, a.pressLINK {
	/*
		color: <?php echo $textOrangeColor; ?>;
		*/
		color: #7A3000;
		text-decoration:  underline;
	} 
	.pressDate, a.pressDate {
		font-weight: bold;
		/*
		color: <?php echo $textGreyColor; ?>;
		*/
		color:  #040200;
		text-decoration:  none;
		white-space: nowrap;
	}
	a.pressLINK:hover, a.press:hover {
	/*
		color: <?php echo $textDkGreyColor; ?>;
	*/
		
	}
	.pressTitle {
		font-weight: bold;
		/*
		color: <?php echo $textOrangeColor; ?>;
		*/
		color: #7A3000;
	}
	.pressGroup, a.pressGroup {
		font-weight: bold;
		/*
		color: <?php echo $textGreyColor; ?>;
		*/
		
		text-decoration:  none;
	}
	.footer, a.footer, a.footer:link, a.footer:visited, a.footer:active, .footer td, .footer table {
		font-size: 11px;
		font-weight: bold;
		/*
		color: <?php echo $textDkGreyColor; ?>;
		*/
		color: #2A1102;
		text-decoration: none;
		padding-bottom: 10px;
	}
	a.footer:hover {
	/*
		color: <?php echo $textOrangeColor; ?>;
		*/
		color: #7A3000;
	}
	.padding {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.indent {
		padding-left: 50px;
	}
	#formerror {
		width:0px;
		margin:1em auto;
	}
	
	#formerror tr td {
		padding:4px 42px 4px 42px;
		background: #FFFFFF url(<?php echo $navurl; ?>images/form_error_icon.jpg) no-repeat top left;
		text-align:center;
		/*
		color: <? echo $textOrangeColor; ?>;
		border:1px solid <? echo $orangeColor; ?>;
		*/
		color: #7A3000;
		border:1px solid #A13F01;
		white-space:nowrap;
		text-align:center;
		height:42px;
		font-size:12px;
	}
	
	#formerror ul li {
		list-style:none;
		/*
		color: <? echo $textOrangeColor; ?>;
		*/
		color: #7A3000;
	}
	
	#appForm {
		clear:left;
	}
	.reqField {
		font-size:10px;
		font-weight:bold;
	}
	
	h2 .stepCurrent {
		font-size:16px;
		/*
		color:<? echo $textOrangeColor; ?>;
		*/
		color:  #7A3000;
	}
	h2 .stepPending {
		font-size:12px;
		cursor:help;
	}
	h2 .stepComplete {
		font-size:12px;
		color:#555;
		cursor:help;
	}
	

