@charset "utf-8";
body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	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 */
	color: #000;
	background-color: #89F9FE;
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixLt #container {
	width: 790px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px 10px 15px 20px;
	font-size: 1.2em;
	font-style: oblique;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 240px;
	padding-top: 100px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 1em;
} 

.twoColFixLt #mainContent #insideleft {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0px;
	font-size: 1em;
} 

.grey {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	color: #666;
	font-style: normal;
}

.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;
	
}

.flleftparagraf { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 3px;
	margin-bottom: 1em;
}


.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;
}
.twoColFixLt #container #mainContent h1 {
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif, Arial;
}
.in1 {
	border:1px solid #000;
	background:repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	color:#333;
	width: 200px;
	margin-right: 10px;
}

.inleft {
	
	border:1px solid #000;
	background:repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	color:#333;
	width: 200px;
	margin-right: 20px;
	float:left;
	
}

.inwide {
	border:1px solid #000;
	background:repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	color:#333;
	width: 420px;
}

.bt1 {border:1px solid #000; background:repeat; font-size:0.9em; font-weight:bold; }


.uploadfile {
	border:1px solid #000;
	background:repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	color:#333;
	width: 500px;
}

.copyright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	color: #999999;
	text-decoration: none;
}
.little {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #000;
	font-style: normal;
}
.twoColFixLt #container #sidebar1 p #less {
	font-size: 0.6em;
	font-style: italic;
}
.twoColFixLt #container #sidebar1 p #less {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	font-style: italic;
}
#less {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.5em;
	font-style: italic;
}
