BODY {
	background-color: #D4DDE5;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	min-width: 1004px;
}

*html body {
	width:expression(document.documentElement.clientWidth < 1004 ? "1004px" : "auto");
}
h1 {
	font-family: Antica;
	font-size: 33px;
	font-weight: normal;
	color: White;
}

h2 {
	font-family: Arial;
	font-size: 15px;
	color: #0543A8;
	font-weight: normal;
}

h3 {
	font-family: Arial;
	font-size: 13px;
	color: #0543A8;
	font-weight: normal;
}

body,table {
	font-family: Arial;
	font-size: 13px;
	color: Black;
}

.copy1 {
	font-family: Arial;
	font-size: 12px;
	color: White;
}
.copy2 {
font-family: Arial;
	font-size: 11px; 
	color: White;
	
}
.copy3 {
	font-family: Verdana;
	font-size: 11px;
}
.copy4 {
	font-family: Verdana;
	font-size: 13px;
}

a.menu {
	font-family: Arial;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}
a.menu:hover {
	font-family: Arial;
	font-size: 12px;
	color: #29A7FF;
	text-decoration: none;
}
a.menu:active {
	font-family: Arial;
	font-size: 12px;
	color: #00239E;
	text-decoration: none;
}
a {
	font-family: Arial;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #29A7FF;
	text-decoration: none;
}
a:active {
	font-family: Arial;
	font-size: 12px;
	color: #00239E;
	text-decoration: none;
}
a.hmenu {
	font-family: Antica;
	font-size: 21px;
	color: #FF8400;
	text-decoration: none;
	
}
a.hmenu:hover {
	font-family: Antica;
	font-size: 21px;
	color: #FF8400;
	text-decoration: none;
	
}
a.hmenu:active {
	font-family: Antica;
	font-size: 21px;
	color: #0036BE;
	text-decoration: none;
}

#left {
	margin-left: 5%;
}

html:first-child #left {
	margin-left: 30%;
}
html:root #left {
	margin-left: 60px;
}

#left_div {
	position: relative;
	 left: 35%;
}

html:first-child #left_div {
	position: relative;
	 left: 35%;
}

html:root #left_div {
	position: relative;
	 left: 35%;
}
#right {
	margin-left: 70px;
	 margin-top: 10px;
}
*html #right {
   
	 margin-left: 40px;
}

html:first-child #right {
	margin-left: 30%;
	 margin-top: 10px;
}

html:root #right {
	margin-left: 15%;
	 margin-top: 10px;
}


 #right_div1 {
    position: relative;
	 top: -30px;
	 margin-left: 40px;
}


html:first-child #right_div1 {
	 
	 top: -50px;
	margin-left: 40px;
}

#right_div2 {
	position: relative;
	 top: -100px;
	 margin-left: 40px;
}


html:first-child #right_div2 {
position: relative;
	 top: -150px;
	 margin-left: 40px;
}

html:root #right_div2 {
	position: relative;
	 top: -90px;
	 margin-left: 40px;
}

div.g1{
	position: relative;
	 top: -40px;left: 70px;
	 
}
html:first-child .g1{
	position: relative;
	 top: -70px;left: 40px;
	 
}
html:root .g1{
	position: relative;
	top: -70px;
	left: 70px;
}

div.g2{
	position: relative;
	top: -60px;
	left: 0px;
	margin-left: 130px;
}

html:first-child .g2{
	position: relative; 
	top: -80px;
}

html:root .g2{
	position: relative; 
	top: -80px;
}


*html #content {
	padding-top: 20px;
}

*:first-child+html #content {
padding-top: 20px;
}