/* CSS Document */

body {
	background-color: #AAA9AE;
	margin-top: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}.side_bars {
	background-image: url(images/side_bars.jpg);
	background-repeat: repeat-y;
	text-align: left;
	width: 790px;
}
.banner_bk {
	background-attachment: scroll;
	background-image: url(images/banner1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 229px;
	width: 750px;
	text-align: center;
}
.menu_bk {
	background-image: url(images/menu_bk.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}
.content_bk {
	background-image: url(images/content_bk.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}
.base_bk {
	background-attachment: fixed;
	background-image: url(images/base_bk.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 105px;
	width: 750px;
}
.copyright_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-position: center;
	padding-top: 20px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-transform: capitalize;
	margin: 0px;
}
.nav_box {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.text_content {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #000033;
	background-attachment: fixed;
	background-repeat: repeat;
	padding: 4px;
	text-align: justify;
	vertical-align: top;
	white-space: normal;
}
.bullet_text {
	font-family: Arial;
	color: #000033;
	padding-top: 4px;
	padding-bottom: 3px;
	background-position: center bottom;
	vertical-align: middle;
	text-align: left;
	text-transform: capitalize;
}
