@charset "utf-8";
/* CSS Document */

/* LAOUT CSS */
/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
	background-color: #420028	;
	margin: 0;
	padding: 0;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #21106D;
	font-size: 14pt;
	font-weight: bolder;
}

div {
    width: 1024px;
    margin: 0 auto;
}
table{
	background-color: white;
}

img {
	border: 0px;
}
a:link, a:visited {
    text-decoration: none;
	 /*color: #3B8F1D; */
	 color: maroon;
}
a:hover { 
    text-decoration: none;
	 /*color: #5ADB2C; */
	 color: red}
H1 {
   font-size: 22pt;
	color : #21106D;
}
H2 {
   font-size: 20pt;
	color : #21106D;
}
H3 {
   font-size: 18pt;
	color : #21106D;
}
H4 {
   font-size: 16pt;
	color : #21106D;
}

hr{
	color: purple;
	height: 2px;
}

/* Top Image Map */
dl.image_map1 {
	display:block; 
	width:1024px; 
	height:228px; 
	background:url(../Images/WWTAweb_01.gif); 
	position:relative; 
	margin:0px auto 0px auto;
}
	a.LINK0 {left:104px; top:162px; background:transparent;}
	a.LINK0 {display:block; width:231px; height:0; padding-top:23px; overflow:hidden; position:absolute;}
	a.LINK0:hover  {background:transparent; border:1px dashed white; color:white;}
	a.LINK1 {left:364px; top:162px; background:transparent;}
	a.LINK1 {display:block; width:137px; height:0; padding-top:23px; overflow:hidden; position:absolute;}
	a.LINK1:hover  {background:transparent; border:1px dashed white; color:white;}
	a.LINK2 {left:532px; top:163px; background:transparent;}
	a.LINK2 {display:block; width:156px; height:0; padding-top:23px; overflow:hidden; position:absolute;}
	a.LINK2:hover  {background:transparent; border:1px dashed white; color:white;}

/* Left Image Map */
dl.image_map2 {
	display:block;
	width:260px;
	height:372px;
	background:url(../Images/WWTAweb_02.gif);
	position:relative;
	margin:0px auto 0px auto;
}
	a.LINK4 {left:102px; top:14px; background:transparent;}
	a.LINK4 {display:block; width:130px; height:0; padding-top:23px; overflow:hidden; position:absolute;}
	a.LINK4:hover  {background:transparent; border:1px dashed black; color:black;}
	a.LINK5 {left:83px; top:42px; background:transparent;}
	a.LINK5 {display:block; width:110px; height:0; padding-top:23px; overflow:hidden; position:absolute;}
	a.LINK5:hover  {background:transparent; border:1px dashed black; color:black;}
	a.LINK6 {left:67px; top:70px; background:transparent;}
	a.LINK6 {display:block; width:118px; height:0; padding-top:23px; overflow:hidden; position:absolute;}
	a.LINK6:hover  {background:transparent; border:1px dashed black; color:black;}
	a.LINK7 {left:57px; top:97px; background:transparent;}
	a.LINK7 {display:block; width:100px; height:0; padding-top:23px; overflow:hidden; position:absolute;}
	a.LINK7:hover  {background:transparent; border:1px dashed black; color:black;}
	a.LINK8 {left:47px; top:123px; background:transparent;}
	a.LINK8 {display:block; width:82px; height:0; padding-top:23px; overflow:hidden; position:absolute;}
	a.LINK8:hover  {background:transparent; border:1px dashed black; color:black;}
	a.LINK9 {left:41px; top:152px; background:transparent;}
	a.LINK9 {display:block; width:139px; height:0; padding-top:23px; overflow:hidden; position:absolute;}
	a.LINK9:hover  {background:transparent; border:1px dashed black; color:black;}


/* Footer CSS */
.footer {
	 font-size: 90%;
    padding: 18px 0;
    overflow: hidden;
}
