/* CSS Document */

	/* HTML Elements */
	
	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #707070;
		background-color: #dce1fa;
		margin-top: 0;
		margin-bottom: 0;
		} 
		
	a:link {
		color: #2977b9;
		text-decoration: none;
		}
	
	a:visited {
		color: #21629a;
		text-decoration: none;
		}
		
	a:hover {
		color: #2977b9;
		text-decoration: underline;
		}

	/* Display classes */
	
	.header {
		font-size: 18px;
		text-transform: uppercase;
		color: #5289c4;
		padding-top: 10px;
		padding-bottom: 3px;
		}
	
	.ingress {
		font-weight: bold;
		font-size: 12px;
		padding-top: 10px;
		padding-bottom: 5px;
		line-height: 14pt;
		}
	
	.body {
		font-size: 11px;
		line-height: 13pt;
		padding-top: 5px;
		padding-bottom: 5px;
		}
		
	.listHeader {
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		color: #5289c4;
		padding-top: 10px;
		padding-bottom: 3px;
		}
	
	.listIngress {
		font-weight: none;
		font-size: 11px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 13pt;
		}
	
	.articleInfo {
		font-size: 9px;
		font-style: italic;
		}
	
	.articleDateAuthor {
		color: #a77b3d;
		}
	
	div.imgHolder {
		background: center no-repeat;
		}
	
	.specText {
		color: #2977b9;
		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 #999999;
		background-color: #EBEBEB;
		}
		

	/* Layout classes */

	.pageWrapper {
		width: 840px; 
		margin-left: 92px;
		}
		
	.pageTop {
		background: url(../pics/pagetop.gif); 
		height: 28px;
		}
		
	.pageContent {
		background: url(../pics/pagecontent.gif) repeat-y; 
		padding: 0px 30px 0px 30px;
		}
		
	.heading {
		background: url(../pics/heading3.jpg) no-repeat; 
		height: 189px;
		}
		
	.menu {
		background: url(../pics/menu.gif); 
		height: 36px;
		}
		
	.content {
		padding: 15px 20px 15px 20px; 
		float: left; 
		width: 500px;
		}
		
	.news {
		padding: 15px 10px 15px 10px; 
		float: right; 
		width: 200px;
		}
		
	.breaker {
		height: 1px; 
		clear: both;
		}
		
	.footer {
		font-size: 10px;
		}
		
	.pageBottom {
		background: url(../pics/pagebottom.gif); 
		height: 28px; 
		clear: both;
		}
		
