<style type="text/css">

/* default styles
   -------------- */

*{ margin: 0; padding: 0; }* 
html, body {
	height:100%
}

h1 {
	font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0;
}

h1 a {
	color: #737373;
	background: inherit;
}

label {  
	display: block;
}

body { 
	font: .9em Eurostile; 
	background: #333333;
	color: #444; 
	padding: 5px 0 0 5px;
	margin: 0px;
	/*---For----IE----ONLY---- */
	scrollbar-face-color : #222222;
	scrollbar-highlight-color : #000000;
	scrollbar-3dlight-color : #000000;
	scrollbar-shadow-color : #000000;
	scrollbar-darkshadow-color : #000000;
	scrollbar-track-color : #000000;
	scrollbar-arrow-color : #ffffff;
}

td
{ 
	font-family: Eurostile;
	color: #000000;
	padding: 0px;
}

input, textarea	{
	background: #fff;
	color: #000000;
}

.error{
	font: 1.2em Georgia;
	padding: 10px;
	color: #ff0000;
}

.success{
	font: 1.2em Georgia;
	padding: 10px;
	color: #922209;
}
#feeddisplay{
	/*border-top: solid;
	border-bottom: solid;*/
	border-color:#8D8D8D;
	border-width: 1px;
	background: #F8F8F8;
	WIDTH: 730px;
	left: 109px;
	top: -10px;
	position: relative;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	}
#feedframe{
	position: relative;
	left: 109px;
	}
#uppermenu{
	z-index: 0; 
	WIDTH: 770;
	HEIGHT: 44;
	position: relative;
	top: 26;
	text-align: right;
	vertical-align: bottom;
	font-family: Eurostile;
	font-weight: bold;
}

#background{
	display: inline;
	z-index: 10;
	padding: 0px;
	margin: 0px;
}


#content{
	background-image: url('images/contentbackground.jpg');
	background-repeat: repeat-y;
	padding: 20px;
	margin-top: -10px;
}

#tabsarea{
	position: absolute;
	text-align: center;
	top: 130;
	left: 10;
	width: 995;
}

.loginBox{
	position: absolute;
	text-align: left;
	width: 150;
	left: 395px;
	top: 150px;
	background-color:#FFFFFF
	padding: 10px;
}

.passwordBox{
	position: absolute;
	text-align: left;
	width: 140;
	left: 620px;
	top: 150px;
	background-color:#FFFFFF;
}

.sumbitButton{
	position: absolute;
	text-align: left;
	width: 24px;
	left: 755px;
	top: 150px;
	opacity: .0;
	height: 24px;
	cursor: pointer;
}
A:link {color:#333333;}
A:visited { color:#333333; }
A:active { color:#A65D19; }
A:hover { text-decoration: none; color:#A65D19; }

hr{
width: 80%;
float: left;
}

.imgFeed a:hover{
	background-image: url('images/nav/hfeed.jpg');
	margin-top: -50px;
}
	
#ilogout{
	margin: 30px;
	padding: 30px;
	text-align: center;
	line-height: 3em;
}


#feedLegends{
	background-color: #efefef;
	padding: 20px;
	width: 44%;
	line-height: 2em;
}

#feedLegends .leftCol{
	float: left;
	margin-left: 20px;
	margin-right: 50px;
}

.tdColor1 {
	background-color: #F3F3F3;
}

.tdColor2 {
	background-color: #C8C8C8;
}

.tdHover {
	background-color: #C8C8C8;
}

#classInformation{
	background-color: #efefef;
	padding: 20px;
	width: 70%;
	line-height: 2em;
}

#classInformation .leftCol{
	float: left;
	margin-left: 20px;
	margin-right: 50px;
	width: 50%;
}

#coursesFeed {
	clear: both;
	margin-top: 10px;
}

#courseContent {
	background-color: #f3f3f3;
	padding: 5px;
	min-height: 115px;
}

</style>