body {
	font-family: Arial;
	
	color: #000000;
}
#maincontent {
	padding: 10px;
	font-size: 14px;
}
/*  Side Navigatio Bar Styling Start */
#menuLinks{
	margin: 0px;
	width:202px;
	font-size:12px;
	background-image: url(/images/layout/nav_bar.gif);
	background-repeat:no-repeat;
	height: 292px;
	padding-top:10px;
	padding-bottom:10px;
}

#menuLinks a:link, #menuLinks a:visited {
	display: block;
/*	border-top: 1px solid #ffffff;
	border-bottom: 1px solid black; */
	font-weight: bold;
	padding-left:50px;
	color:#333333;
	height:25px;
	text-decoration: none;
	background-image:url(/images/layout/linkbg.gif);
	background-repeat:no-repeat;
}

#menuLinks a:hover{

	display: block;
/*	border-top: 1px solid #ffffff;
	border-bottom: 1px solid black; */
	font-weight: bold;
	padding-left:50px;
	color:#FFFFFF;
	height:25px;
	text-decoration: none;
	background-image:url(/images/layout/linkbg.gif);
	background-repeat:no-repeat;

}
#copyright {
	font-size: 11px;
	color: #0033FF;
	height: 56px;
	width: 277px;
	background-image: url(/images/layout/copy_right.gif);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
}
/*  Bottom Navigatio Bar Styling Start */
#botLinks{
	font-size:12px;
	text-align: center;
	background-image: url(/images/layout/bot_links.gif);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	height: 56px;
	width: 538px;
}

#botLinks a:link, #botLinks a:visited {
	font-weight: bold;
	color:#333333;
	text-decoration: none;
}

#botLinks a:hover{
	font-weight: bold;
	color:black;
	text-decoration:underline;
}
#login {
	height: 206px;
	width: 202px;
	font-size: 12px;
	text-align: left;
	padding-left:12px;
	background-image: url(/images/layout/login.gif);
	background-repeat:no-repeat;
	line-height: 20px;
}

#login2 {
	height: 65px;
	width: 202px;
	font-size: 12px;
	text-align: left;
	padding-left:12px;
	background-image: url(/images/layout/login.gif);
	background-repeat:no-repeat;
	line-height: 20px;
}
#sep {
	background-image: url(/images/layout/login_bot_bar.gif);
	background-repeat:no-repeat;
	height: 24px;
	width: 202px;
}
#top_bar {
	background-image: url(/images/layout/top_bar.gif);
	background-repeat:no-repeat;
	height: 26px;
	width: 778px;
}
#bot_bar {
	background-image: url(/images/layout/bot_bar.gif);
	background-repeat:no-repeat;
	height: 55px;
	width: 778px;
}
#login_head {
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	text-align: center;
}
#toppad {
	padding-top: 5px;
	text-align: center;
}
