@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #FFF;
	color: #2d4571;
}
#container {
	width: 1004px;
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
} 
#sidebar1 {
	width: 200px;
	color: #2d4571;
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	float: left;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 50px;
}
#mainContent, #aboutContent {
	padding: 0;
	width: 784px;
	margin: 0;
	position: relative;
	left: 20px;
	top: 0;
	float: left;
} 
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 ul {
	list-style-type: none;
	margin-top: 0;
	padding: 0;
	margin-left: 10px
}
a {
	text-decoration: none;
	color: #2d4571;
}
a:hover {
	text-decoration: underline;
}
a img{
	border: 0;
}
#mainContent a img {
	margin-left: 50px;
	margin-bottom: 50px;
}
label
{
	width: 6.5em;
	margin-left: 1.5em;
}
#mainContent ul {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
}
.active {
	text-decoration: underline;
}
#aboutContent {
	background-image: url(../images/aboutdict.jpg);
	background-repeat: no-repeat;
	height: 800px;
}
#mainContent p {
	margin-top: 0;
}
#container #aboutContent #abouttext {
	width: 250px;
	padding: 20px;
	background-color: #FFF;
	text-align: justify;
	position: absolute;
	top: 184px;
	left: 100px;
}
#container #aboutContent #abouttext p {
	margin: 0;	
}
#screentext {
	width: 300px;
	margin-top: 20px;
}
#logo {
	height: 50px;
	width: 200px;
	margin-top: 100px;
}
#logonew {
	background-image: url(../images/bluelogo.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
	margin-top: 50px;
	margin-bottom: 50px;
	display: block;
}
#logonew span {
	display: none;
}
#spinlogo {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	border: 0;
}
#newinfo {
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	border: 0;
}
#soon {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	border: 0;
}
#enter {
	text-align: center;
	text-transform: lowercase;
}

