
		a:link{
			color: #004870;
			}
		a:visited {}
		a:hover {} 
	
	address {
		font-style: normal;
		}

	body {
		background: #F8F4B7;
		color: #000000;
		font: 85%/150% arial, verdana, helvetica, sans-serif;
		}
	
	dl, ol, ul {
		margin: 0 0 10px 30px;
		padding: 0;
		}	
		ul {
			list-style:none;
			margin: 10px 0 10px 0;
			padding: 0;
			}
			ul ol {
				margin-top: 10px;
				margin-bottom: 0;
					}

	h1, h2, h3, h4, h5, h6 {
		font-family: "Book Antiqua", Palatino, serif;
		margin: 0 0 5px;
		padding: 0;
		}
		h1 {
			font-size: 175%; 
			padding: 15px 10px 0 0;
			}
			.layout1 #c1 h1 {
				padding: 0 0 5px;
				}
		h2 {
			font-size: 130%; 
			padding: 5px 0 0;
			margin: 0 0 4px;
			}
		h3 {
			font-size: 100%; 
			font-style: italic;
			}
			#AboutIndex h3 {
				clear: both;
				}
		h4 {
			font-size: 90%; 
			}
		h5 {
			font-size: 80%;
			font-weight:bold; 
			}
		h6 {
			font-size: 80%;
			font-weight: bold; 
			}
	
	img {
		border: none;
		}
	
	li{}	
		ul li {
			line-height: 115%;
			background: url(/assets/images/ui/bullet.gif) no-repeat 3px 3px;
			margin: 0 0 8px 5px;
			padding: 0 0 0 20px;
			}
			ol li {
				background: url(none);
				margin: 0;
				padding: 0 0 5px;
				}
			ol ul li {
				line-height: 115%;
				background: url(/assets/images/ui/bullet.gif) no-repeat 20px 3px;
				margin: 0 0 8px 5px;
				padding: 0 0 0 35px;
				}

	
	p, td {
		margin: 0 0 10px;
		}


/* Format Classes */
	.alignLeft {
		clear: left;
		float: left;
		width: 40%;
		}
		img.alignLeft {
			width: auto;
			}
		li.alignLeft {
			width: 45%;
			}
	
	.alignRight {
		clear: right; 
		float: right;
		width: 40%;
		}
		img.alignRight {
			width: auto;
			}
		li.alignRight {
			clear: none;
			float: none;
			width: auto;
			}
	
	.date {
		font-weight: bold;
		}
	
	.highlight {
		background: yellow;
		font-size: 100%;
		font-weight: bold;
		}
		.highlight a {
			text-decoration: none;
			}

	.linkMore {
		white-space:nowrap;
		}

	.listHeading {
		font-family: trebuchet, Arial, Verdana, Helvetica, sans-serif;
		font-size: 80%; 
		font-style: normal;
		}
		li .listHeading, td .listHeading {
			font-size: 100%;
			}
	
	.noBullets {
		list-style: none;
		margin: 0;
		}
		.textboxLeft .noBullets, .textboxRight .noBullets { 
			margin: 0;	
			}
	
	.pullQuote {}
	
	.smallText {
		font-size: 70%;
		text-align: right;
		}
		li.smallText {
			list-style: none;
			}
	
	.twoColList {}
	.twoColList li {
		float: left;
		padding-bottom: 10px;
		padding-right: 5%;
		width: 40%;
		}
		
	.textboxCenter { 
		background: #eee;
		border-top: 1px dashed red;
		border-bottom: 1px dashed red;
		margin: 10px 20px;
		padding: 10px;
		}
	
	.textboxLeft {
		background: #eee;
		border-bottom: 1px dashed red;
		border-right: 1px dashed red;
		float: left;
		margin: 10px 20px;
		padding: 10px;
		width: 35%;
		}
	
	.textboxRight { 
		background: #eee;
		border-left: 1px dashed red; 
		border-top: 1px dashed red; 
		clear: right; 
		float: right; 
		margin: 10px 20px;
		padding: 10px;
		width: 35%;
		}