
  BODY
  {
	background-color: #D2CEAE;
  
  }

   .Page
  {
    font-family: Verdana;
	width: 770px;
	/*position: absolute;
	left: 50%;
	margin-left: -400px;*/
	margin: auto;
  }

   /* Page title area bits */

  .PageTitleArea
  {
	background-color: red;
    padding: 0px;
    margin: 0px;
    border: 0px;
 
  
  }
  
  .PageTitleImage
  {
    background-image: url(/site/images/Title.png);
	height: 222px;
	width: 770px;
	background-repeat: no-repeat;
	background-position: top center; 
	background-color: black;
  }
 
  .PageTitle
  {
    font-family: Verdana;
    background-color: #357CFD;
    margin:0px;
  }
	
  
  .Navigation
  {
    background-image: url(/site/images/NavBG.png);
	background-repeat: repeat-x;
	background-position: top center; 
	background-color: #FFF;
	color: #000;
	text-align: center;
	/*font-family:tahoma, verdana;
	font-size:1.2em;*/
	font:normal 13px/19px Verdana,sans-serif;
	
  }
  .NavigationBottom
  {
	background-color: #FFF;
  }
  
    /* Page content bits */
  
  .PageContent
  {
    background-color: #FFF;
    padding: 5px;
    font:normal 0.8em/19px Verdana,sans-serif;
  }
	
	
	/* FAQ Pag Specific */
	
  .FAQq
  {
	font-weight: Bold;
    background-color: #92BBFE;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
  }

  .FAQa
  {
	margin-left: 20px;
	text-indent: -20px;
  }
	


	
	/* Software Page Specific */
	
	
	.SoftTableHdr
	{
		border-style: solid;
		border-width: 1px;
		border-bottom-width: 0px;
		text-align: center;
		padding: 2px;
		background-color: #CCCCCC;
	}
	
	.SoftTableHdrUnderlined
	{
		border-style: solid;
		border-width: 1px;
		border-bottom-width: 2px;
		text-align: center;
		padding: 2px;
		background-color: #CCCCCC;
	}


	.CurrentVersion
	{
	
		background-color: #80CC80;
	}
	
	TABLE
	{
		border-collapse: collapse;
	
	}
	
	TH
	{
	    font:bold 13px/19px Verdana,sans-serif;
	    text-align: right;
	}
	
	TD
	{
		/*border-style: solid;
		border-width: 1px;
		border-bottom-width: 1px;
		padding-left: 10px;
		padding-right: 10px;*/
		font:normal 13px/19px Verdana,sans-serif;
	}
	
	.FixList
	{
		text-align: left;
	}







/* label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}*/

input
{
color: #781351;
background: #EEEEEE;
border: 1px solid #357CFD;
}

.submit input
{
margin-left: 4.5em;
color: #000;
background: #EEEEEE;
border: 2px outset #357CFD;
}
fieldset
{
border: 1px solid #357CFD;
width: 20em
}

legend
{
color: #000;
background: #EEEEEE;
border: 1px solid #357CFD;
padding: 2px 6px
}

