body {
	background: #2F7EBA;
	margin: 0px;
	font: 10pt verdana;
	line-height: 1.6;
	text-align: justify;
	}
	
div.one {
	width: 100%;
	height: 180px;
	background: url('images/layout/1.jpg') no-repeat center;
	}
	
div.two {
	width: 100%;
	height: 245px;
	background: url('images/layout/2.jpg') no-repeat center;
	}

div.strip {
	width: 100%;
	height: 40px;
	background: url('images/layout/strip.jpg') no-repeat center top;
	}
	
	div.strip_container {
		width: 776px;
		margin: auto;
		position:relative; top: 0px; left: 0px; bottom: 0px; right: 0px;
		}
	
div.content {
	width: 100%;
	height: 100%;
	background: url('images/layout/content_.jpg') center top;
	}
	
div.content2 {
	width: 100%;
	background: url('images/layout/content.jpg') no-repeat center top;
	}
	
	div.content_container {
		margin: auto;
		width: 776px;
		padding-top: 54px;
		position:relative; top: 0px; left: 0px; bottom: 0px; right: 0px;
		}
		
		div.title {
			position:absolute; top: 13px; left: 120px;
			font-weight: bold;
			color: #103458;
			}
			
			div.content_container2 {
				width: 707px;
				margin-left: 41px;
				}
				
			div.subheader {
				width: 707px;
				background-color: #fff;
				padding-left: 5px;
				font-weight: bold;
				height: 30px;
				font-size: 13pt;
				margin-top: 10px;
				margin-bottom: 10px;
				}
				
			div.padding {
				padding-left: 10px;
				padding-right: 10px;
				}
				
div.bg1 {
	background: url('images/layout/bg1.gif') no-repeat;
	width: 691px;
	height: 60px;
	margin: 7px auto 7px auto;
	color: #fff;
	padding-top: 6px;
	position:relative; top: 0px; left: 0px; bottom: 0px; right: 0px;
	}
	
	div.bg1 a:link, div.bg1 a:visited, div.bg1 a:active {
		color: #fff;
		}
		
		div.bg1 a:hover {
			color: #000;
			}
			
	img.bg1 {
		position:absolute; top: 0px; left: 0px;
		}
		
	span.bg1 {
		position:relative; left: 83px;
		}
	
div.bg2 {
	background: url('images/layout/bg2.gif') no-repeat;
	width: 691px;
	height: 60px;
	margin: 7px auto 7px auto;
	color: #000;
	padding-top: 6px;
	position:relative; top: 0px; left: 0px; bottom: 0px; right: 0px;
	}
	
		div.bg2 a:link, div.bg2 a:visited, div.bg2 a:active {
		color: #000;
		}
		
		div.bg2 a:hover {
			color: #fff;
			}
	
img.left {
	float: left;
	margin-right: 11px;
	}
	
img.right {
	float: right;
	margin-left: 11px;
	}
	
a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #1B81B3;
	}
	
	a:hover {
		color: #CDE5F7;
		}
		
div.updates {
	margin: 5px auto 10px auto;
	padding: 10px;
	width: 90%;
	background: #CFDFEC;
	font-size: 90%;
	}
	
	div.updates2 {
		padding: 3px;
		margin-top: 9px;
		background: #7CB7D6;
		color: #fff;
		font-weight: bold;
		text-align: center;
		font-size: 85%;
		}
		
		div.updates2 a:link, div.updates2 a:visited, div.updates2 a:active {
			color: #fff;
			}
			
			div.updates2 a:hover {
				color: #000;
				}
	
h2 {
	margin: 2px;
	text-align: center;
	color: #4D7FA7;
	}
	
h3 {
	margin: 2px;
	text-align: center;
	color: #4D7FA7;
	}
	
	div.gallery_img {
		float: left;
		margin: 5px 9px 5px 9px;
		text-align: center;
		font-size: 85%;
		display: table-cell;
		}
				
				div.gallery_img a:link, div.gallery_img a:active, div.gallery_img a:visited {
					background-color: #90B2CD;
					padding: 5px;
					font-weight: bold;
					text-decoration: none;
					display: block;
					color: #fff;
					}

					div.gallery_img a:hover {
						background-color: #348AC2;
						color: #fff;
						}
