html, body { height: 100%; }

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(img/back1.gif) repeat left top;
}

body, th, td, input, textarea {
	text-align: justify;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C0C50;
}
h1, h2, h3 {
	margin-bottom: 10px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}
#menubox
{background:url(img/mback.jpg) no-repeat top center;
}

/* top menu */
#menu {
	float: right;
	width: 778px;
	height: 50px;
	background: #E9EBF6;
}

#menu ul {
	height: 5px;
	background: #3B3BA6;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	height: 30px;
	padding: 15px 15px 0 15px;
	border-top: 5px solid #3B3BA6;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #5353BB;
	border-top-color: #DCDDDE;
	color:#FFFFFF;
}

#menu .active a {
	background: #FFA800;
	border-top-color: #E16629;
}

#menu a b {
	text-decoration: underline;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 15px;
}

#sidebar li ul {
	padding: 5px;
	border: 1px solid #0AAAFD;
	border-top: none;
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
	background: url(img/img09.gif) repeat-x;
}

#sidebar li li.first {
	background: none;
}

#sidebar li h2 {
	height: 25px;
	margin: 0;
	padding:10px 0 0 10px;
	background: url(img/mback.jpg) no-repeat bottom ;
	letter-spacing: -1px;
	color: #BEBEF0;
}

#sidebar a:link, a:visited {
	text-decoration: none;
	color:#3B3BA6;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #FFA800;
}

#sidebar li a {
	padding-left: 10px;
	background: url(img/img11.gif) no-repeat left center;
}
/* footer */
#footer {
	padding-top: 45px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B1B3B6;
}

#footer a {
	padding: 2px 7px;
	color: #FFFFFF;
}
#mainbody
{
padding:15px 25px 0 35px;
}
#img
{ padding:  15px 15px 15px 15px ;

}
.red{ color:red; }