@charset "utf-8";
/* CSS Document */
.pageHeader
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
}

.pageHeaderSub
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
}
.bodyback
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	behavior: url("csshover3.htc");
	margin:0;
	background:#EAEAEA;
}
.eduplex
{
	color:#000;
	font-size:26px;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-stretch:semi-condensed;
}
.loginDivBodyWrapper
{
	
	position:absolute;
	width:600px;
	height:400px;
	
	left:50%;
	top:30%;
	
	
	margin-left:-300px;
	margin-top:-170px;
	/*
	margin: auto;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;*/
	color:#666;

}

.txtbox
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	border:#ccc 1px double;
	padding: 2px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.selectBox
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	border:#ccc 1px double;
	padding: 2px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.txtbox:focus,.selectBox:focus
{
	background-color:#FFFFB7;
	border:#888 1px double;
}
#wrap {
	width:600px;
	padding: 0px;
	background-image: url(../images/bg-main2.gif);
	background-repeat: repeat-y;

	text-align: left;
}

#top {
	width:600px;
	padding: 0px;
	background-image: url(../images/bg-header2.gif);
	background-repeat: no-repeat;
	height: 10px;
	background-position: bottom;

}
#bottom {
	width:600px;
	padding: 0px;
	background-image: url(../images/bg-footer2.gif);
	background-repeat: no-repeat;
	height: 50px;
	margin-bottom: 20px;

	text-align: left;
}
a.normal
{
	color:#F00;
	text-decoration:none;
}

a.normal:hover
{
	color:F00;;
	text-decoration:underline;
}

a.NormalLink
{
	text-decoration:none;
	color:#33A6E3;
}

a.NormalLink:hover
{
	text-decoration:underline;
	color:#F00;
}