	#introduction {
		height: 300px;
		position: relative;
	}
	
		#introduction img {
			background: #FFF;
			float: left;
			height: 300px;
			position: absolute;
			width: 390px;
		}
		
		#content #introduction table {
			border: 0;
			border-collapse: collapse;
			float: right;
			position: relative;
			right: 80px;
			top: 55px;
			width: 425px;			
		}
		
			#content #introduction table tr {
				border: 0;
			}
		
			#content #introduction table td {
				border: 0;
				height: 182px;
				vertical-align: middle;
				overflow: hidden;
			}
			
			#content #introduction table td:hover {
				background-color: #FFF;
			}
	
		#introduction h1 {
			width: 400px;
			font-family: 'Century Gothic', Verdana, Arial, sans-serif;
			text-align: center;
		}
			
		#spacer {
			height: 39px;
			position: absolute;
			bottom: 0;
			width: 980px;
			overflow: hidden;
		}

	#modules {
		height: 230px;
		padding: 20px 0 0 0;
	}
	
		#modules br {
			clear: both;
		}
		
	#welcome {
		border-right: 1px #FFFFFF solid;
		color: #FFFFFF;
		float: left;
		height: 210px;
		margin-bottom: 20px;
		padding: 0 45px 0 45px;
		width: 439px;
	}
	
		#welcome h2 {
			border-bottom: 1px solid #FFFFFF;
			font-size: 2.8em;
			font-weight: bold;
			line-height: 30px;
			margin: 0 0 15px 0;
			padding: 0 0 10px 0;
		}
		
		#welcome h4 {
			font-size: 1.3em;
			font-weight: bold;
			line-height: 1.4em;
			margin: 0 0 10px 0;
		}
		
		#welcome p {
			font-size: 13px;
			line-height: 1.5em;
		}
		
			#welcome a {
				font-weight: bold;
			}
			
				#welcome a:link, #welcome a:visited {
					text-decoration: none;
				}
				
				#welcome a:hover, #welcome a:active {
					text-decoration: underline;
				}
			
	#latest_news {
		color: #FFFFFF;
		float: left;
		height: 210px;
		margin-bottom: 20px;				
		padding: 0 45px 0 0;
		width: 400px;
	}
	
			#news_scroller {
				position: relative;
			}
			
				#news_scroller h2 {
					border-bottom: 1px solid #FFFFFF;
					font-size: 2.3em;
					font-weight: bold;
					left: 50px;
					line-height: 30px;
					margin: 0 0 15px 0;
					padding: 0 0 10px 0;
					position: relative;
					width: 345px;
				}
			
				#news_scroller div.newsticker-jcarousellite {
					left: 50px !important;
					position: absolute !important;
					overflow-x: visible !important;
					width: 400px !important;
				}
				
					#news_scroller div.newsticker-jcarousellite ul li {
						margin: 0;
					}
					
						#content #news_scroller a.news_article {
							color: #FFFFFF;
							display: block;
							min-height: 60px;
							height: auto !important;
							height: 60px;
							padding: 5px 5px 0 30px;
							text-decoration: none;
							width: 500px;
							top: 0;
							z-index: 1000;
						}
							
								#content #news_scroller a:link.news_article strong,
								#content #news_scroller a:visited.news_article strong {
									color: #92278F; 	
									display: block;
									font-size: 12px;
									line-height: 18px;
								}		
							
								#content #news_scroller a:hover.news_article strong,
								#content #news_scroller a:active.news_article strong {
									color: #FFFFFF; 	
									display: block;
									font-size: 12px;
									line-height: 18px;
								}
						
							#content #news_scroller a.news_article small {
								display: block;
								font-size: 10px;
								line-height: 20px;
							}
							
								#content #news_scroller a.news_article small span {
									font-weight: bold;
								}