body {
	margin: 0px;
	background-image: url(../images/body-bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#about {
	margin-bottom: 108px;
}

h2 {
	background-image: url(../images/h2-bg.jpg);
	width: 738px;
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 7px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F0F0F0;
	height: 18px;
	padding-top: 3px;
}
#container {
	background-image: url(../images/container-bg.jpg);
	width: 1012px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top {
	height: 162px;
	width: 1012px;
	background-image: url(../images/top-bg.jpg);
}
#content-bg {
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	width: 1002px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#content {
	width: 748px;
	float: left;
	text-align: justify;
	padding-right: 0px;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
#right {
	width: 240px;
	background-image: url(../images/right-bg.jpg);
	height: 414px;
	float: right;
	padding-left: 7px;
	padding-top: 7px;
	margin-bottom:10px;
}
#index {
	clear: both;
	width: 982px;
	margin: 0px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	width: 940px;
	margin: 0px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-color: #1E4B8E;
	color: #FFFFFF;
	text-align: center;
	padding-right: 31px;
	padding-left: 31px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#cta {
	float: right;
	margin-right: 5px;
}
#logo {
	float: left;
	margin-bottom: 7px;
}
.border {
	border:solid 1px #1E4B8E;
	padding:3px;
	margin:10px;
}

a:link, a:visited {color: #CD3E1C; text-decoration: none; font-weight: normal; font-variant: normal;}
a:hover {color: #3F90CF; text-decoration: underline; font-weight: normal; font-variant: normal;}

img {border: none;}

.rightimg {float: right; margin-left: 10px; margin: 10px; margin-right: 0px; position:relative; display:block;}
.leftimg {float: left; margin-left: 10px; margin: 10px; margin-left: 0px; position:relative; display:block;}

.leftimg span, .rightimg span {visibility:hidden;display:none;}
.leftimg:hover span, .rightimg:hover span {visibility:visible;display:block; position:absolute; top:0px; left:0px;}
