/* external css for lmec*/
body  {
	margin: 0px; 
	padding: 0px;
	background: #ffffff;
	color: #000000;
	font-family: Arial;
	text-align: center; 
}
#container { 
	width: 1024px;  
	margin: 0px auto; 
	background: #ffffff;
	color: #000000;
	font-family: Arial;
	text-align: left;
} 

/* header including banner and navigation */
#header { 
	margin-top: 10px;
	background: #ffffff;
	color: #000000;
	font-family: Bell Gothic Std;
	font-size: 18px;
	line-height: 2.0;
	font-weight: bold;
} 
#header a {
	color: #000000;
	font-family: Bell Gothic Std;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	}
#header a:hover {
	color: #666600;
	font-family: Bell Gothic Std;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	}


/* sidebar */
#sidebar {
	float: right; 
	width: 200px; 
	padding: 10px;
	background: #ffffff; 
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5;	
}
.title {
	color: #6599cb;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
.contact {
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
}
.contact a {
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	text-decoration:none;
}
.contact a:hover {
	color: #666600;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	text-decoration:none;
}
.roll {
	color: #666600;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	}
	
	
	
#content { 
	width: 720px;
	margin-left: 0px;
	line-height: 1.5;
	background: #ffffff;
	color: #000000;
	font-family: Arial;
	font-size: 12px;	
}


/* footer */
#footer {
	clear: both;
	padding: 0px;
	margin: 0px;
	color: #656565;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	line-height: 2.0;
}

/* blog headings */
h2 {
	color: #6599cb;
	font-family: Arial;
	font-size: 10px;
}
h2  a{
	color: #6599cb;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}
h2 a:hover{
	color: #666600;
	font-family: Arial;
	font-size: 10px;
	text-decoration: underline;
}	


