/* Guy Whammond */
/* Main Style Sheet 2009 */

	body{
		margin:0px;
		padding:0px;
		background-color:#e5e5e5; 
	}
	form{
		padding:0px;
		margin:0px;
	}
	a{
		outline:none;
	}
	.container{
		width:995px;
		margin:0px auto;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
		.header{
			width:995px;
			height:127px;
			background-image:url(../images/layout/header_bg.png);
			background-repeat:no-repeat;
		}
			.header_inner{
				width:910px;
				margin:0px auto;
			}
			.header_left{
				float:left;
				padding-top:30px;
			}
			.header_right{
				float:right;
				padding-top:70px;
				font-size:11px;
				color:#292826;
			}
				.header_right a{
					padding-left:15px;
					padding-right:15px;
					color:#0b3364;
					text-decoration:none;
				}
				.header_right a:hover{
					color:#114f9c;
					text-decoration:none;
				}
				.selected{
					color:red;
				}
		.sub_header{
			width:995px;
			height:37px;
			background-image:url(../images/layout/sub_header_bg.png);
			background-repeat:no-repeat;
		}
		.content{
			width:995px;
			background-image:url(../images/layout/content_bg.png);
			background-repeat:repeat-y;
		}
			.content h1{
				font-size:18px;
				color:#292826;
				font-weight:normal;
				margin-bottom:15px;
			}
			.content p{
				font-size:11px;
				color:#292826;
				line-height:19px;
				margin-bottom:15px;
			}
			.content ul{
				margin-bottom:10px;
				list-style-type:circle;
				margin-left:35px;
			}
			.content li{
				font-size:11px;
				color:#292826;
				padding-bottom:10px;
			}
			.content_inner{
				width:945px;
				margin:0px auto;
			}
			.text_content{
				padding-left:45px;
				padding-right:45px;
			}
			.content_left{
				float:left;
				position:relative;
				top:-40px;
				width:530px;
			}
			.content_right{
				float:right;
				position:relative;
				width:300px;
			}
				.content_right a{
					color:#d40039;
					text-decoration:none;
				}
				.content_right a:hover{
					color:#a8032f;
					text-decoration:none;
				}
		.slideshow{
			margin-bottom:10px;
		}
		.footer{
			width:995px;
			background-image:url(../images/layout/footer_bg.png);
			background-repeat:no-repeat;
		}
			.footer_right{
				float:right;
				padding-right:20px;
				height:80px;
			}
			
		.final_footer{
			font-size:12px;
			color:#292826;
			margin-bottom:10px;
		}
			.final_footer a{
				color:#d40039;
				text-decoration:none;
			}
			.final_footer a:hover{
				color:#a8032f;
				text-decoration:none;
			}
		.final_left{
			float:left;
			padding-left:20px;
		}
		.final_right{
			float:right;
			padding-right:20px;
		}
		
		.downloads{
			margin-bottom:5px;
			border-bottom:1px dashed #ccc;
			padding-bottom:5px;
		}
			.downloads_left{
				float:left;
				width:50px;
			}
			.downloads_right{
				float:left;
				margin-left:10px;
			}
			.download_title{
				font-size:14px;
				padding-bottom:5px;
				padding-top:10px;
			}
			.download_link a{ color:#333333; text-decoration:none; }
			.news_txt{
				color:#292826;
				font-size:11px;
				line-height:19px;
			 }
			.news_txt_link{
				color:#D40039;
				font-size:11px;
				line-height:19px;
				text-align:right;
			 }
			 .news_txt_link a{
			 	color:#D40039;
			 }
			 .archive_title{
				font-size:14px;
				padding-bottom:10px;
				padding-top:0px;
			 }
			 
.imgFR {
	float: right;
	clear: both;
	margin-left: 10px;
	margin-bottom: 10px;
}
			 