@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(/scholani/images/scholani/bg.jpg) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	vertical-align:middle;
	
}
#container {
	width: 90%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #CCCCCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding:0;
	vertical-align:middle;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 20%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: auto;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 18%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: auto;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	text-align:center;
	margin-left:auto;
	margin-right:auto;	
}
#mainContent {
	float: left;
	padding: 40px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#CCCCCC;
	width: 60%;
	height: 90%;
	position:relative;
	text-align:center;
}
#footer {
	float: left;
	width: 100%;
	height: 15px;
	position:relative;
	margin-top:0px;
	background:#2E3193;
	font-size:10px;
	color:#FFFFFF;
	z-index:4;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#sl {
	position:relative;
	left: 0px;
	top: 0px;
	background:#FFFFFF;
	width:180px;
	text-align: center;
	border: solid 0px #666666;
	margin-bottom:10px;
	border:3px solid #2E3193;
	margin-left:auto;
	margin-right:auto;	
}
#form {
	width:180px;
	margin-top:10px;
}
#loginbutton {
	float:right;
	margin-right: 10px;
	margin-top: 0px;
	width: 60px;
}
label.in {
	width: 75px;
	font:Arial, Helvetica, sans-serif bold;
	font-size:0.7em;
	float:left;
}
.LogonField{
    width: 100px;	
}
br {
	clear:left;
}
#forgot {
	font-size:10px;
	width: 190px;
	float:left;
	margin-top:10px;
	text-align: center;
}
#message {
	width: 480px;
	padding: 5px 10px 5px 10px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
}
#notice {
	width: 480px;
	padding: 5px 10px 5px 10px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
}
#notice input {
	width: 130px;
	margin-bottom: 5px;
	z-index:4;
	font-weight: bold;
}
#newsboard {
	width:130px;
	height: 90px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background: #FFFFFF;
	background-image:url(/scholani/images/scholani/newsbg.jpg);
	background-repeat:no-repeat;
}
#newsboard_top {
	width:130px;
	height: 73px;
	margin: 0px 0px 0px 0px;
}
.news {
	width:112px;
	height:auto;
	background: #cccccc;
	overflow: hidden;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:5px;
	font-size: 8px;
	word-break:break-all;
}

#gallery {
	width:130px;
	height: 350px;
	background: #FFFFFF;
	background-image:url(/scholani/images/scholani/gallerybg.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;	
}

#demo {
	width:130px;
	margin-top:40px;
	margin-bottom:10px;
	overflow:hidden;
	border: 0;
	height: 270px;
	float: left;
	
}
#demo img {
	border: 0px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	width: 110px;
	height: 90px;
	
}
#ad {
	width:185px;
	height:260px;
	border:3px solid #2E3193;
	text-align:center;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;	
}
#ad img{
	border:0;
}
#pic {
	width:180px;
	height:auto;
	background:#FFFFFF;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;	
	position:relative;
	text-align: left;
	padding: 5px 5px 5px 5px;
	font-size:11px;
	border:3px solid #2E3193;
}
#more {
	width: 120px;
	height: 15px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}
#more select{
	width:116px;
	height: 18px;
	position:relative;
	top:0px;
	left:0px;
}
#more option {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

a:link {
	font-size: 10pt;
	color: #2E3193;
	text-decoration: none;
}
a:visited {
	font-size: 10pt;
	color: #2E3193;
	text-decoration: none;
}
a:hover {
	font-size: 10pt;
	color: #2E3193;
	text-decoration: none;
}
a:active {
	font-size: 10pt;
	color: #2E3193;
	text-decoration: none;
}
#blueBtn{
background-color:#2E3193;
border-color:#2E3193;
color:#FFFFFF;
cursor:hand;
}

