@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(images/bg_repeat.jpg);
	background-repeat: repeat-x;
	background-color: #15143C;
	scrollbar-base-color: #C2D8EF;
	scrollbar-arrow-color: #E2A526;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #C2D8EF;
	scrollbar-highlight-color: #C2D8EF;
	scrollbar-shadow-color: #C2D8EF;
	scrollbar-track-color: #C2D8EF;
}
#banner_bottom {
	background-image: url(images/banner_bottom.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 950px;
	clear: both;
}
#menu {
	width: 240px;
	float: left;
	margin-top: 1%;
	position: relative;
	margin-right: 20px;
	clear: right;
}
#text {
	margin-right: 15px;
	margin-left: 15px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	overflow: auto;
	height: 290px;
	position: absolute;
	width: 600px;
	display: inline-block;
}
#master {
	height: 425px;
}
.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}


#banner_topright {
	background-image: url(images/banner_topright.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 112px;
	width: 388px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #E2A526;
}
#banner_top {
	clear: both;
	height: 112px;

}
a {
	color: #E2A526;
	text-decoration: none;
}
#banner_topleft {
	background-image: url(images/banner_topleft.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 112px;
	width: 309px;
}
.contactus {
	margin-right: 13px;
	margin-top:10px;
}
#content {
	background-repeat: no-repeat;
	height: 315px;
	background-position: right;
}
img {
	border:0;
}
