body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.5em;
}
h1 {
	font-size: medium;
	font-weight: bold;
	color: #0035CD;
	margin-top: 0px;
}
h2 {
	font-size: small;
	font-weight: bold;
	color: #0035CD;
	margin-top: 0px;
}
.heading2 {
	font-size: small;
	font-weight: bold;
	color: #0035CD;
	margin-top: 0px;
}
td {
	text-align: left;
	vertical-align: top;
}

#outer {
	width: 100%;
	text-align: center;
	height: 600px;
}
#inner {
	width: 800px;
	margin: auto;
	height: 600px;
	background-image: url(../img/bground.jpg);
	border: 1px solid #0035CD;
}
#top {
	height: 90px;
	width: 100%;
}

#box{
height:200px;
width:100%;
}

#nav {
	height: 30px;
	width: 570px;
	margin: auto;
}
#content {
	width: 580px;
	height: 400px;
	overflow: auto;
	margin: auto;
	text-align: left;
	
}
.item_left {
	float: left;
	margin-right: 10px;
}
.item_right {
	float: right;
	margin-left: 10px;
}
.ias:link {
	text-decoration: none;
	color: White;
}
.ias:visited {
	text-decoration: none;
	color: White;
}
.ias:hover {
	text-decoration: underline;
	color: White;
}
.ias:focus {
	text-decoration: none;
	color: White;
}

#ack {
	width: 100%;
	height: 50px;
	line-height: 25px;
	text-align: center;
	margin:0; 
	padding:0
}
.messagebox_right {
	float: right;
	border: 1px solid #0035CD;
	background-color: #E8EEF6;
	width: 100px;
	height: 150px;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 2px;
}
a.linkstyle:link {
	text-decoration: none;
	font-weight: bold;
	color: #000171;
}
a.linkstyle:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000171;
}
a.linkstyle:hover {
	text-decoration: none;
	font-weight: bold;
	color: #A52A2A;
}
a.linkstyle:focus {
	text-decoration: none;
	font-weight: bold;
	color: #000171;
}
