@charset "utf-8";
/* CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#EEE;
}
a
{
	text-decoration:none;
	color:#0066CC;
}
a:hover
{
	text-decoration:underline;
	color:#0066CC;
}
#frame
{
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	width:800px;
	background-color:#FFFFFF;
	margin-left:0px;
}
#banner
{
	width:800px;
	height:100px;
	background-image:url(../images/New-Top-banner-800x100.png);
}
#menu
{
	height:28px;
	width:800px;
	background-color:#33C;
	z-index:5;
}
#content
{
	width:800px;
	margin-top:0px;
	margin-left:0px;
	z-index:-1;
}
#medaicontent
{
	width:800px;
	margin-top:20px;
	margin-bottom:50px;
}
#content_text
{
	width:200px;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#footer
{
	background-image:url(../images/New-Bottom-Banner-800x250.png);
	width:800px;
	height:160px;
}
.leftHomeImage
{
	margin-left:0px;
}
.login 
{
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}
.loginHeader
{
	background-color:#000099;
	color:#FFFFFF;
}
