body {
	font-family:Lucida Grande,sans-serif;
	cursor: default;
/*	margin:0px 150px;*/
	margin: 0px auto;
	padding:0px;
/*	text-align:center;*/
	width:680px;
}
hr {
	background-color:#0b57c3;
	border: 1px solid #0b57c3;
	height: 2px;
/*	clear:both;*/
}
#heading {
	font-size: 34px;
/*	font-weight:bold;*/
	font-family: arial;
	font-style:italic;
	color:#0b57c1;
	text-align: center;
	height: 60px;
}
#heading a{
	color:#0b57c1;
}
#topbar {
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:center;
}
#topbar li {
	padding:0px 10px;
	display:inline;
	background-color:#0b57b4;
/*	border: 2px solid #dbd9d9;*/
	border: 2px solid #ddd;
	margin-left:-3px;
}
#topbar li a {
	color:#ddd;
	text-decoration:none;
	font-weight:bold;
	font-family: Arial,Sans Serif;
	font-size:16px;
}
#sidebar {
}
#body {
	min-height:360px;
	padding:10px 15px;
	font-size:17px;
	font-style:italic;
	line-height: 30px;
/*	text-align:justify;*/
}
#footer {
	font-size: 14px;
	color: #3b57a1;
/*	color: #898989;*/
	text-align: center;
	height: 20px;
}

a {
/*	color: blue;*/
/*	color:#3bc519;*/
	color: #99d;
	font-weight:bold;
	text-decoration:none;
}

img {
	border:0;
}

.right {
	float:right;
}
textarea,input {
	border:1px dashed #4b57d1;
	font-family: arial;
	font-size:14px;
	font-style:italic;
/*	background-color:#abf9a9;*/
	background-color:#fff;
	color:#0b57b4;
	padding:0px 5px;
}
textarea {
	padding:5px;
}
button {
	border:1px dashed #4b57d1;
	font-family: arial;
	font-size:14px;
	color:#0b57b4;
}
.emailid {
color:blue;cursor:pointer;
}
#mesgboardframe {
	position:fixed;
	top:30px;
	right:20px;
	border:0px solid;
}
