@charset "utf-8";
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	background-image: url(../images/banner-bg1.jpg);
	height: 300px;
	width: 1000px;
	z-index: 1;
	padding: 0px;
}
.subheading {
	color: #546e9e;
}
#side-menu {
	width: 145px;
	float: right;
	margin-right: -20px;
	margin-left: 20px;
}
.float-left {
}

.float-right {
	float: right;
	margin-right: 50px;
}
#footer-main {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 1000px;
	color: #999;
	font-size: small;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: center;
	padding-top: 50px;
}
a:link {
	color: #ff8500;
	text-decoration: none;
}
a:visited {
	color: #ff8500;
	text-decoration: none;
}
body {
	background-color: #F8F8FF;
}.underline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
a:hover {
	text-decoration: underline blink;
}
.link-color {
	color: #ff8500;
}
.para-margin {
	margin-right: 10px;
	margin-left: 10px;
}
.float-left1 {
	float: left;
	margin-right: 20px;
}
.page-header {
	font-size: 11px;
	line-height: 10%;
	color: #999;
}
.page-heading2 {
	font-size: 16px;
	line-height: 50%;
}
a.image-link:link {
	color: #FCFCFC;
}
a.image-link:visited {
	color: #FCFCFC;
}
a.image-link:hover {
	color: #FCFCFC;
}
