/* CSS Document */
a:hover {color: #FF0000;}

body {
	background-color: #00001A;
	
}
#head {
	position: relative;
	text-align: center;
	padding: 5px;
	height: 100;
}
#newhead {
	position: relative;
	text-align: center;
	padding: 5px;
	background-image: url(app-images/headerbkg.png);
	background-repeat: no-repeat;
	background-position:center;
	width: 600px;
	background-color: #000000;
}
#nav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000FF;
	padding: 10px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #434367;
	border-right-color: #434367;
	border-bottom-color: #434367;
	border-left-color: #434367;
	background-color: #000000;
	}

#bod {

	line-height: 25px;
	color: #00001A;
	width: 750;
}
#frame {
	height:auto;
	border: 5px double #C5C5CF;
	margin: 15px 75px;
	background-color: #F6F6F8;
	position: relative;
	background-position: center center;
	text-align: center;
	
	
}
#headlines{
padding:15px;
}
.style1 {
	font-size: 10px;
}
.style2 {
	font-size: 12px;
	font-weight: bold;
}
#rightimages {
	float: right;
}
#LEFTIMAGES {
	float: left;
}
