html, body {
	margin: 2px 0 0 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #665544;
	background-image:url('../images/bg.jpg');
}

a:link, a:visited {
	color: #000099;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

hr {
	color: #665544;
}

h1 {
  font-size: 22px;
	color: #665544;
}

h2 {
  font-size: 18px;
	color: #665544;
	font-style: italic;
}

h3 {
  font-size: 16px;
	color: #665544;
}

/* TOP AREA of the page */

#Header {
	width: 775px;
	padding: 0;
	border-collapse: collapse;
	border: 0;
	text-align: center;
}

#TopNav {
	text-align: left;
	background-image:url('../images/navtopbg.jpg');
	height: 28px;
	padding-top: 2px
}

#TopNav ul {
	list-style: none;
	margin: 0;
}

#TopNav li {
	display: inline;
	padding: 0 4px 0 10px;
}

#TopNav a:link, #TopNav a:visited {
	text-decoration: none;
	font-size: 16px;
	color: #E2CDAF;
}

#TopNav a:hover {
	color: #000000;
}

/* End TOP AREA of the page */

/* MAIN AREA: two columns: left navigation, main content */
/* Define the wrapper and the two columns: */
	
#MainArea {
	width: 775px;
	margin-bottom: 5px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	background-color: #E2CDAF;
}

.Left {
	width: 180px;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
}

#Center {
	width: 585px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
}

/* Define the left column */

	.Left h3 {
  	text-align: center;
  	color: #E2CDAF;
		font-size: 14px;
		height: 19px;
		padding: 3px;
  	background-image:url('../images/navsidebg.jpg');
	}

	.LeftLinks {
	  margin-top: -20px;
		background-color: #CFAD7A;
		padding: 5px 5px 1px 5px;
		border: 1px solid #665544;
	}
	
	.Left ul {
		list-style-type: none;
		margin: 0 0 5px 0;
		padding: 0;
	}

	.Left li {
		padding: 2px 0 4px 0;
	}
	
	.LeftLinks a:link, .LeftLinks a:visited {
		color: #000099;
		text-decoration: underline;
	}
	
	.LeftLinks a:hover {
		color: #990000;
		text-decoration: none;
	}
	

  #Center img {
    border: 2px solid #665544;
    margin: 0 0 0 5px;
  }

  .secureimg img {
    border: 0;
    margin: 0 0 0 0;
  }

/* End MAIN AREA */

/* START Footer */
	
		.footer {
    	background-color: #E2CDAF;
			font-size: 11px;
			color: #666666;
			text-align: center;
			padding: 5px;
		}
		
		.footer a:link, .footer a:visited {
			text-decoration: underline;
			color: #444444;
		}
		
   .footer a:hover {
			text-decoration: none;
			color: #CFAD7A;
		}
/* END Footer */

.linkSmall a:link, .linkSmall a:visited {
	text-decoration: underline;
	font-size: 10px;
	color: #E2CDAF;
}

.linkSmall a:hover {
	color: #ffffff;
	text-decoration: none;
}
.labelReq {
  font-weight: bold;
}