body{
	margin: 0;

	#background-color: #0138c2;
}
h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: 700;
	color: #FFFFFF;
}
h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 700;
}
#BG_img {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
}
#main_page{
	z-index: 1;
	position: absolute;
	top: 100;
	left: 100;
}
#phone{
	color: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 700;
	width: 180px;
}
.button{
	background-image: url(../img/button.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	height: 20px;
}
.page_name{
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#left_col{
	vertical-align: 0px;
	padding-top: 0px;
}
#logo{
	background-color: #0138c2;
	padding-top: 0px;
	margin-top: 0px;
}
#content{
	background-image: url(../img/topper6.png);
	background-repeat: repeat-x repeat-y;
	background-position: left top;
	vertical-align: top;
	padding: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 700;
	color:#FFFFFF;
	margin-top:0;
}
.right_col{
	background-image: url(../img/topper7.png);
	color: #020e55;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 700;
	width: 200px;
	padding: 20px;
}
a.menu_a{
	color: white;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}
a.menu_a:hover {
	color: white;
	text-decoration:underline;
}
a.pager{
	color: white;
	text-decoration:underline;
}
a.pager:hover{
	color: white;
	text-decoration: none;
}
#bg-top {
	background-image: url(../img/bg-top.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#bg-bottom {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

