body {
	margin: 0px;
	background-image: url('../img/arches.png');
    background-repeat: repeat;
	font-size: 17px;font-family: Times New Roman,Times,serif;
	
}

dl {
	margin-bottom:40px;
	padding:5px;  

}

dl dt {
	float:left; 
	width:155px; 
	padding:5px;  

}

dl dd {
	padding:5px;
margin-left:155px	

}

a {color:#003366}

#bgTopDiv {
	background-image: url('../img/top_bg.png');
    background-repeat: repeat-x;
}
/**** Wrap ***/

#wrap {
       margin : 0 auto;
	   width: 950px;
}


/**** Top ***/

#top {
	height: 80px;
	overflow:hidden;
}

#top h2 {
    font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	color: White;
	letter-spacing: 3px;
	font-size: 28px;
	font-weight: normal;
	position: relative;
	margin: 0 0 0 15px;
	top:25px;
	display:block;
	float:left;
	background: url('../img/bg_t.png') 0  center no-repeat;
	padding-left: 10px;
	text-shadow: 3px 1px 5px rgba(0, 0, 0, 0.8), 0 0 20px #AACCFF;
}

#top h2 a {
	color: white;
	text-decoration: none;
}

#top h2 a:hover {
	color: white;
	text-shadow: 3px 1px 5px rgba(0, 0, 0, 0.1), 0 0 20px #AACCFF;
}


/**** Menu ***/


#menu {
	float:right;
	margin:0 10px 0 0;
	}
	
#menu ul {
	/*font-family: Tahoma,Arial,sans-serif	; */
    margin: 0;
}

#menu li {
    /*font-family:Georgia, "Times New Roman", Times, serif ;*/
	display: block;
	letter-spacing: 0px;
	float: left;
}

#menu li a {
	display: block;
	padding: 52px 11px 11px 11px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 1px 7px rgba(0, 0, 0, 0.8), 0 0 #AACCFF;

}

#menu li a:hover {
	background: url(../img/bg_menu_hover.png);
	
}

#menu li a.current {
	font-weight: bold;
	/*letter-spacing: 2px;*/
	color: black; /* #3270ff;*/
	background: url('../img/bg_menu.png');
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), 0 0 #AACCFF;
	
}

#menu li a.current:hover {
	color: #fff;
	

}


/**** Content Container ***/


#content {
	border-right: dotted 1px #a8a8a8;
	border-left: dotted 1px #a8a8a8;
	border-bottom: dotted 1px #a8a8a8;
	margin: 0 0 20px 20px;
	padding:40px 90px 40px 40px;
	background:white;
	}



#preload {position: absolute;
         
  margin-top: 20px;
  margin-left: 36px;
  background: rgba(220, 220, 220, .45);
  text-align: center;
  padding: 15px;
  font-size: 19px;
  height: 30px;
  line-height: 30px;
  vertical-align:middle;
 }

#preload > div {
  position: relative;
  top: -25%;
  transform: translateY(-50%);
  display: inline;

}


#preloadi{ width:30px;}

#app {
    display:hidden;
	}

/**** Clear Div ***/
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


/**** Footer ***/

#footer {
	
	text-align: center;
	border-top: dotted 1px gray;
	padding: 20px 0 20px 0;
	}

#footer p {
	margin: 0px;
	padding: 0;
}

