*{
	font-family:Verdana, Arial, Helvetica;
}
#Navigation ul li a{
	font-size:90%;
	text-decoration:none;
	color:#ffffff;
}
#FooterNav{
	font-size:80%;
	text-decoration:none;
	color:#ffffff;
}
.typography{
	color:#000000;
	font-size: 90%;
}
.typography h1{
	font-size:150%;
	color: #000000;
	border-bottom:#002ef8 solid 1px;
	margin-bottom: 15px;
	font-weight:bold;
}
.typography h2{
	font-size:120%;
	color: #000000;
	margin-bottom: 15px;
	font-weight:bold;
}
.typography h3{
	font-size:110%;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight:bold;
}
.typography h4{
	font-size:100%;
	color: #ffffff;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-left: 3px;
	padding-bottom: 3px;
	font-weight:bold;
	background: #4f81bd;
}
.typography h5{
	font-size:90%;
	color: #ff0000;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight:bold;
}
.typography h6{
	font-size:90%;
	color: #4f81bd;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight:bold;
}

.typography a{
	color:#002ef8;
}
.typography p{
	font-size:90%;
	margin-bottom:10px;
}
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.typography table {
	font-size: 90%;
	margin-bottom:2px;
}
.typography table.p {
	font-size: 90%;
	margin-bottom:2px;
}

#Links{
	margin-bottom:0px;
}

#BoardName{
	font-size:110%;
	color: #4f81bd;
	font-weight:bold;
}

#PageComments{
	color:#00000;
}
p.info {
	color:#3c5906;
	font-size:90%;
}
#SubMenu h3{
	font-size:90%;
	font-weight:bold;
	color:#ffe300;
}
#SubMenu li a{
	text-decoration:none;
	color:#ffe300;
}
#Breadcrumbs{
	margin-top:10px;
	font-style:italic;	
	font-size:70%;
	color:#ffe300;
}
#Breadcrumbs a{
	color:#4f81bd;
	font-weight:bold;
}
#Breadcrumbs p{
	font-weight:bold;
}

#FooterNav { 
	color: #ffffff; 
	text-decoration: none;
}
#Footer{
	font-size:80%;
	color:#000000;
}

/* LINK ICONS - shows type of file
------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_word.png) no-repeat left center;
	}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_excel.png) no-repeat left center;
	}
.typography a[href$=".gz"], .typography a[href$=".gz"], .typography a[href$=".gzip"], .typography a[href$=".gzip"], .typography a[href$=".zip"], .typography a[href$=".zip"], .typography a.archive  {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_zip.png) no-repeat left center;
	}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/application.png) no-repeat left center;
	}

/* LIST STYLES 
-------------------------------------------- */
.typography ul {
	font-size:90%;
	color: #000000;
	margin: 0 0 0px 5px;
}
	.typography li {
		margin: 0px 10px;
	}
		.typography li li {
		}
.typography ol {
	font-size:90%;
	color: #000000;
	margin: 0 0 0px 20px;
}
	.typography li {
		margin: 0px 15px;
	}
		.typography li li {
		}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography div.image.right,
	.typography div.captionImage.right {
		float: right;
		margin-left: 20px;
	}
	
	.typography .captionImage {
		border: 1px solid #aaa;
		padding: 5px;
	}
	
	.typography div.image.left,
	.typography div.captionImage.left {
		float: left;
	}
.typography div.image.leftAlone, .typography div.captionImage.leftAlone  {
		float: left;
		margin-right: 100%;
	}
	.typography div.image.center,
	.typography div.captionImage.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.typography .caption {
		font-weight: bold;
		text-align: center;
		color: #666;
	}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	margin: 0 0 0 0;
	font-size: 100%;
	border-collapse:collapse;
}
	.typography tr {}
	
		.typography td {
			border:0px;
			padding:3px;
		}