/* CSS Document */

	/* HTML Elements */
	
	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #707070;
		background-color: #e0e0e0;
		margin-top: 0;
		margin-bottom: 0;
		} 
		
	a:link {
		color: #9eabbc;
		text-decoration: none;
		}
	
	a:visited {
		color: #9eabbc;
		text-decoration: none;
		}
		
	a:hover {
		color: #cbd7e7;
		text-decoration: underline;
		}

	/* Display classes */
	
	.header {
		font-size: 18px;
		text-transform: uppercase;
		color: #9eabbc;
		padding-top: 10px;
		}
	
	.ingress {
		font-weight: bold;
		font-size: 11px;
		padding-top: 10px;
		line-height: 14pt;
		}
	
	.body {
		font-size: 11px;
		line-height: 14pt;
		padding-top: 7px;
		}
		
	.listHeader {
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		color: #9eabbc;
		padding-top: 6px;
		}
	
	.listIngress {
		font-weight: none;
		font-size: 11px;
		padding-top: 10px;
		line-height: 13pt;
		}
	
	.articleInfo {
		font-size: 9px;
		font-style: italic;
		padding-top: 3px;
		}
	
	.articleDateAuthor {
		color: #9eabbc;
		}
	
	div.imgHolder {
		background: center no-repeat;
		}
	
	.specText {
		color: #9eabbc;
		text-decoration: none;
		}
	
	.artNav {
		font-size: 9px;
		line-height: 13pt;
		padding-left: 10px;
		padding-right: 10px;
		}
	
	.attachmentHeader {
		font-size: 12px;
		font-weight: bold;
		padding-top: 4px;
		padding-bottom: 3px;
		}
	
	.attachment {
		font-size: 10px;
		}
	
	.arrows {
		font-size: 10px;
		color: #CC6600;
		}

	.breadCrumbs {
		font-size: 8px;
		color: #606060;
		border-left: 1px solid #CCCCCC;
		text-align: left;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 30px;
		padding-right: 20px;
		}
	
	.textbox {
		font-size: 9px;
		border: 1px solid #8a95b4;
		background-color: #e7e9f3;
		}
		

	/* Layout classes */

	div.page {
		width: 80%;
		margin-left: 25px;
		}
	
	div.pageWrapper {
		background: url(../pics/bg.gif) repeat-y;
		width: 950px;
		padding-left: 25px;
		padding-right: 25px;
		}
	
	div.content {
		/*background: url(../pics/menuBG.gif) left top no-repeat white;*/
		width: 900px;
		}
	
	div.pageBottom {
		background: url(../pics/pageBottom.gif) no-repeat;
		height: 30px;
		width: 950px;
		}
	
	div.pageTop {
		background: url(../Pics/top.gif) center no-repeat;
		width: 900px;
		height: 110px;
		margin-bottom: 5px;
		}
	
	div.pageBanner {
		background: center no-repeat;
		width: 900px;
		height: 140px;
		margin-bottom: 5px;
		}
	
	div.pageContent {
		background: url(../Pics/contentBG.gif) top scroll repeat-x;
		padding-right: 12px;
		margin-left: 200px; /* Menu spacing*/
		}
	
	div.article {
		border-left: 1px solid #CCCCCC;
		padding-top: 10px;
		padding-left: 30px;
		padding-right: 20px;
		min-height: 400px;
		}
		
	div.articleBottom {
		font-size: 9px;
		text-align: center;
		padding-bottom: 15px;
		clear: both;
		}
