body
{
	margin: 50px 0px 20px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#444444;
	color:inherit;
}


/* 
green : #005838
grey : #797979
*/

/*START TEMPLATE LAYOUT STYLES*/

#wrapper { 
  	width: 950px;
  	padding: 0px;
	margin: auto;
	background-color:#444444;
	color:inherit;
}

#menu {
	border-top: 1px solid #9C9C9C;
	width:750px;
	text-align:center;
}

#menu ul {list-style:none; margin:0px; padding:0px; width:750px;}

#menu li {
	list-style:none; 
	padding:8px 53px 8px 54px;
	text-align:center; 
	display:inline;
	border-right:1px solid #9C9C9C;
	line-height:30px;
}

#menu li a {
	color:#878787;
	font-size:110%;
	text-decoration:none;
}

#menu li a:hover {
	color:#FF5C30;
	font-size:110%;
	text-decoration:none;
}


#menu li.last { border-right:1px solid #FFFFFF;}

/*##########################################################################################*/
/*END TEMPLATE LAYOUT STYLES*/
/*##########################################################################################*/

img{border:0px;}
img.border {border: 1px solid #AFADAD; padding: 5px;}
img.processArrow {padding: 3px 0px 0px 0px; border:0px;}

/*START CONTENT STYLES*/

a:link, a:visited { color: #5999AC;	text-decoration: underline; background-color:inherit;}
a:active, a:hover { color: #F94F0D; text-decoration: underline; background-color:inherit;}

a:link.textFooter, a:visited.textFooter {font-size: 100%; color: #FFFFFF; text-decoration: underline; background-color:inherit;}
a:active.textFooter, a:hover.textFooter {font-size: 100%; color: #D7B065; text-decoration: underline; background-color:inherit;}

a:link.formButton, a:visited.formButton {background-color:#DDDDDD; color:#000000; text-decoration: none; padding: 5px; border:1px solid #B2B2B2; font-weight:bold; width:200px;}
a:active.formButton, a:hover.formButton {background-color:#DDDDDD; color: #F94F0D; text-decoration: none; background-color:inherit; font-weight:bold;}

hr {
	border: dashed #CCCCCC 0px;
	border-top:dashed #CCCCCC 1px;
	height:0px;
	clear:both;
}
	

textarea, input, select {color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

p, td, th, li {font-size: 70%; font-weight: normal; color: #666666; background-color:inherit;}

td p {font-size: 100%; font-weight: normal; color: #666666; background-color:inherit;}
