/* Default CSS Document */

															/** BODY ELEMENTS **/
body, td {
	color: #333;
	background-color: #fff;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0
}

p, form, select, input {
	color: #333;
	background-color: #fff;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	text-align: left;
}

.bluegreyheading {

	font-size: 16px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-variant:small-caps; 
	font-weight: bold; 
	color: steelblue;
}

.husky {
	font: bold;
}

#elearning_logo {
	position:absolute;
	width:86px;
	height:60px;
	z-index:1;
	left: 664px;
	top: 42px;}

.hometable { 
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	text-align: left;
}

#hometable td { 
	color: #333;
	background-color: #fff;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	text-align: left;
}

#logintable td { 
	color: #333;
	background-color: #fff;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	text-align: left;
}
															/** MAIN CONTAINERS **/
#container {
	width: 760px;
	text-align: justify;
	padding: 0;
	margin: 0;
}
	
#header {
	height: 169px;
	width: 760px;
	padding: 0;
	margin: 0;
	background: url(/images/header.jpg) no-repeat left top;
}



.headtitle {
	font-family: Century Gothic, "Arial Narrow", Futura;
	font-size:18px;
	color:#9aba4d;
	font-weight:bold;
	}
	
.title {
	font-family: Century Gothic, "Arial Narrow", Futura;
	font-size:18px;
	color:#9aba4d;
	font-weight:bold;
	}
	
	
	
	
#home_header {
	position:absolute;
	width:132px;
	height:42px;
	z-index:2;
	top: 10;
	left: 15;}

.pagetitle {	
	font-family: Century Gothic, "Arial Narrow", Futura;
	font-size:18px;
	color:#8ca64d;
	font-weight:bold;
	}
		
#center {
	width:550px;
	float:right;
	margin-top:0px;
}
				
div.column {
	width: 187px;
}
			
#left {
	float: left;
	width:187px;
	margin-right: 10px;
	padding-top: 50px;
	padding-left:12px;
	position:relative; 
	background: url(/images/leftside_169.jpg) no-repeat left top;
}
					
div#footer {
	clear: both;
	margin-left:209px;
	width: 570px;
	height: 86px;
}
		
.heading  {
	font-family: "Arial", "Helvetica", sans-serif;
	Color : black;
	Font-Size : 10pt;
	Font-Style : Normal;
	Font-Weight : Bold;
}

.alert {
	font-weight: bold;
	color: #990000;
}


