
	body {
		font-family: Arial, sans-serif;
		text-align: center
	}
	
	#main {
		width: 800px;
		background: #fff;
		text-align: left;
		margin-left: auto;
		margin-right: auto
	}
	
	#navigation {
		width: 800px;
		background: #fff;
		text-align: center
	}
	
	#index_content {
		width: 800px;
		height: 140px;
		background: url('../images/index_text_background.jpg');
		color: #999;
		font-size: 13px;
		line-height: 150%
	}

	#footer {
		width: 800px;
		text-align: center;
		color: #999;
		margin-top: 50px;
		font-size: 10px
	}
	
	#footer a{
		text-decoration: none;
		color: #999
	}
	
	a {
		color: #4071c8;
		text-decoration: none
	}
	
	a:hover {
		color: #101c32
	}
	
	span.bold {
		color: #e71d29;
		font-size: 17px
	}
	
	div.bold {
		color: #e71d29;
		font-size: 24px
	}

	a.bold {
		color: #e71d29;
		font-size: 17px
	}
	
	a.bold:hover {
		color: #000
	}	
	
	a img {
		border: 0px
	}
	
	/* Start rollover CSS */

	a#nav1 img {
		background: url('../images/nav1.gif') no-repeat top left 
	}
	a#nav1 {
		background: url('../images/nav1.gif') no-repeat top left
	}
	a#nav1.current img {
		background: url('../images/nav1.gif') no-repeat top right
	}
	a#nav1:hover img {
		background: url('../images/nav1.gif') no-repeat top right
	}
	
	a#nav2 img {
		background: url('../images/nav2.gif') no-repeat top left 
	}
	a#nav2 {
		background: url('../images/nav2.gif') no-repeat top left 
	}	
	a#nav2.current img {
		background: url('../images/nav2.gif') no-repeat top right
	}
	a#nav2:hover img {
		background: url('../images/nav2.gif') no-repeat top right
	}
	
	a#nav3 img {
		background: url('../images/nav3.gif') no-repeat top left 
	}
	a#nav3 {
		background: url('../images/nav3.gif') no-repeat top left 
	}
	a#nav3.current img {
		background: url('../images/nav3.gif') no-repeat top right
	}
	a#nav3:hover img {
		background: url('../images/nav3.gif') no-repeat top right
	}
	
	a#nav4 img {
		background: url('../images/nav4.gif') no-repeat top left 
	}
	a#nav4 {
		background: url('../images/nav4.gif') no-repeat top left 
	}
	a#nav4.current img {
		background: url('../images/nav4.gif') no-repeat top right
	}
	a#nav4:hover img {
		background: url('../images/nav4.gif') no-repeat top right
	}
	
	a#nav5 img {
		background: url('../images/nav5.gif') no-repeat top left 
	}
	a#nav5 {
		background: url('../images/nav5.gif') no-repeat top left 
	}
	a#nav5.current img {
		background: url('../images/nav5.gif') no-repeat top right
	}
	a#nav5:hover img {
		background: url('../images/nav5.gif') no-repeat top right
	}
	
	#preload_images {
		display: none
	}	
	
	/* End rollover CSS */
	
	#subnav {
		width: 200px; 
		height: 500px; 
		background: url('../images/left_background.gif'); 
		float: left; 
		font-family: Arial, sans-serif; 
		font-size: 11px; 
		font-weight: bold
	}
	
	#subnav a {
		color: #000
	}
	
	#subnav a:hover {
		color: #e71d29
	}
	
	#subnav a.current {
		color: #e71d29
	}
	
	.redlink {
		font-family: Arial, sans-serif;
		font-size: 11px;
		color: #e71d29;
		text-decoration: none
	}
	
	.redlink:hover {
		color: #e71d29;
		text-decoration: underline
	}
	
	#content {
		width: 510px; 
		height: auto; 
		background: url('../images/content_background.gif') top center no-repeat; 
		float: left; 
		font-family: Times New Roman; 
		font-size: 13px
	}
	
	#right {
		float: left
	}
	
	li {
		list-style-image: url('../images/li.gif')
	}
