    /* General styles */
  * {margin:0;padding:0}   /* */

	body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 125%;
	}

	a {
    	color:#CC0000;
	}
	a:hover {
		color:#fff;
		background-color:#666666;
		text-decoration:none;
	}
	
	a img	{
			text-decoration:none;
			border-width: 0;
			background-color:transparent;
	}
	a img:hover	{
	background-color:#F4F4F4;
	}
    h1, h2, h3 {
	margin:.3em 0 .2em 0;
	padding:0;
	font-weight: normal;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	
	img {
		margin:0;
	}
	/**/
	.clearall	{
		clear: both;
		}
h1	{
	font-size: 185%;
	line-height: 200%;
	}
h2	{
	font-size: 150%;
	line-height: 165%;
	}
h3	{
	font-size: 125%;
	line-height: 140%;
	}
h4	{
	font-size: 117%;
	line-height: 125%;
	margin:.3em 0 .2em 0;
	padding:0;
	font-weight: normal;
	}
h1 a, h2 a, h3 a, h4 a	{
	text-decoration: none;
}
p.note	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: black;
	font-style:italic;
	margin-top: 20px;
	}
p.ack	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: black;
	font-style:italic;
	margin:.2em 0 .5em 0;
	text-align: right;
	}
div.col1 ul	{
		padding-left: 30px;
}
		
dl	{
	padding: 2px 0;
	}
dl dt	{
	font-weight: normal;
	font-size: 115%;
	margin-top: 10px;
	}
dl dd	{
	margin: 5px auto 5px 25px;
	padding: auto;
	}

form#contactform, form#applicform {
	font-family: "Times New Roman", Times, serif;
	line-height: 150%;
	}	
form fieldset { 
	border:1px solid #999;
	padding: 1.0em; 
	width: 80%;
	}

form legend {
font-size: 11px;
  padding: 0.1em 1.0em;
  border:1px solid #999;
 color: #333333;
  background-color: #F4F4F4;
  text-align:right;
  margin-bottom: 10px;  }
  
form#contactform label, form#applicform label	{
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 85%;
	float:left;
	  width:150px;
	margin-right: 5px;
	}
form textarea	{
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	margin-left:40px;
	margin-bottom: 3px;
	}
form textarea label	{
	text-align: right;
	}	
form#applicform	input, form#applicform label {
	margin-top: 3px;
	}
form#applicform	input[type="text"]	{
	width: 200px;
	}
input[type="submit"], input[type="button"] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 95%;
	font-weight:bold;
	background-color:#F4F4F4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:inset;
	border-right-style:solid;
	border-top-color: #E2E2E2;
	border-right-color: #666;
	border-bottom-color: #666666;
	border-left-color: #E2E2E2;
	padding: 2px 4px;
	margin-top: 0;
    filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffff',EndColorStr='#999999');
}
input[type="submit"]:hover {
	 filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=1,StartColorStr='#999999',EndColorStr='#ffffff');border-right-color: #000000;
	  color: #000000;
	}
input[type="submit"].indented, input[type="button"].indented {
	margin-left: 200px;
	}
table caption	{
		font-size: 110%;
		font-weight: bold;
		line-height: 200%;
		color: #C33;
}

