/* Old Template */
	#LeftLinks {
		background-color:#AD2921;
		width: 164px;
		height:240px;
		text-align:right;
		line-height:150%;
		padding-right: 10px;
		position:absolute;
		left:10px;
		top:74px;
		}
	#LeftLinks a {
		background-color:#AD2921;
		color:#fff;
		font-size: small;
		text-decoration:none;
		}
	#LeftLinks a:hover {
		background-color:#AD2921;
		color:#fff;
		font-size: small;
		text-decoration:Underline;
		}
	#Footer {
		margin-top:20px;
		margin-bottom:20px;
		}
	#Banner {
		position:absolute;
		left:10px;
		top:10px;
		}
	#LeftLinksBottom {
		position:absolute;
		left:10px;
		top:314px;
		}
	#GoogleSearch {
		position:absolute;
		left:200px;
		top:80px;
		width:565px;
		}
	#ContentArea {
		position:absolute;
		left:200px;
		top:110px;
		width:565px;
		background-color:#fff;
		}
	#BreadCrumbs {
		margin-top:5px;
		margin-left:20px;
		}
		
/* New Template */
	#MainBox {
		width:750px; 
		padding: 10px 10px 10px 10px;
		border: 5px solid #006;
		background-image:url(/images/fade.gif);
		background-repeat:repeat-x;
	}
	#Footer {
		margin-top:3px;
		width:770px;
		padding: 5px 0px 5px 0px;
		background-color:#CCF;
		border: 5px solid #006;
	}
	tr#MainNav td {
		text-align:center;
		background-color:#f93;
		border:3px solid #f93;
		padding: 0px 5px 0px 5px;
		width:100px;
	}
	tr#NavPics td {
		background-color:#006;
		text-align:center;
		border:3px solid #ff6;
		padding: 5px 5px 5px 5px;
		width:100px;
	}
	 tr#MainNav td a {
		color: #006;
		font-weight:bold;
		text-decoration:none;
	}


/* New Template 2 */
	#PageContent {
		margin-left:20px;
	}
  	html, body {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-image:url(/images/fade.gif);
		background-repeat:repeat-x;
  	}
  	#TopBanner {
		height: 97px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-image:url(/images/BannerBack.gif);
		background-repeat:repeat-x;
		border-bottom:3px solid #006;
	}
	#MainBox {
		width:100%;
		margin: 0px 0px 0px 0px;
		border: 0px solid #006;
		background-repeat:repeat-x;
	}
	#MainBox2 {
		width:100%;
		margin: 0px 0px 0px 0px;
		border: 0px solid #006;
		background-color:#FFCC33;
	}
	#Footer {
		width:100%;
		margin-top:6px;
		padding: 5px 0px 5px 0px;
		background-color:#CCF;
		border-top: 5px solid #006;
	}
	h2 {
		border-bottom: 2px solid #66f;
		width:95%;
	}
	 tr#MainNav td a {
	 	font-size:16px;
	}

/* HTML */
	a:visited:hover > img {
			border: 2px solid #f90;
		}
	a {
		color:#006;
		}
	a:hover, a:visited:hover {
		color:#f93;
		text-decoration:Underline;
		}
	a:visited {
		color: #66f;
		}
	h1 {
		color:#006;
		background-color:#66f;
		border:3px solid #006;
		padding: 0px 5px 0px 5px;
		font-weight:bold;
		font-size:18px;
		margin:20px 20px 10px 20px;
		}
	h2 {
		font-size:17px;
		margin-left:10px;
		}
	h3 {
		font-size:14px;
		margin-left:20px;
		}
	p {
		font-size:13px;
		margin-left:25px;
		}
	body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:small;
	}
	dt {
	font-weight:bold;
	}
	dd {
		Margin-Bottom:5px;
	}