/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {font-family: Arial, Helvetica, sans-serif; font-size: small; color: #000000; font-weight: normal} 
a { font-size: small; color: #FF0000; text-decoration: none } 
a.menu { font-weight: bold}
a:visited { font-size: small; color: #FF0000; text-decoration: none } 
a:active { font-size: small; color: #FF0000; text-decoration: none } 
a:hover { font-size: small; color: #000000; text-decoration: underline} 
.bodytext { font-size: small; color: #000000; font-weight: normal}
.smalltext { font-size: xx-small; color: #000000; font-weight: normal}  
.titlelink { font-size: medium; font-weight: bold; color: #000000} 
.title{ font-size: 1em; font-weight: bold; color: #FF0000}
.bracket{ font-size: small; font-weight: normal; color: #000000}
.w-bracket{ font-size: small; font-weight: normal; color: #ffffff}
.red {font-size: small; font-weight: bold; color: #cc0000}
.schoolname { font-size: x-large; font-weight: normal; color: #faeb76} 
td.cellcol {background-color: #00CCFF} 
td.cellcolblk {background-color: #000000} 
td.cellcollb {background-color: #3333cc} 
td.cellcolmb {background-color: #003399} 
td.cellcoldb {background-color: #003366}

h1 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.5em;	
	color: #FF0000
	}
h2 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.15em;	
	color: #FF0000
	}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pageNav{
	float: left;
	width:17%;
	margin: 0px;
	padding-left: 6px;
}

#content{
	width:52%;
	float: left;
	padding: 0px 10px 10px 0px;
	margin:0px 0px 0px 20px;
	
}
#navBar{
  float: right;
	width: 23%;
	margin: 0px;
	padding: 0px;
	
}

#lbbd{
  float: right;
	width: 15%;
	margin: 0px;
	padding: 0px;
	
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #faeb76;
	font-weight: normal;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	
	
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	
	font-size: 100%;
	color: #ffffff;
	padding: 0px 5px 5px 0px;
}
/************* #line styles ***************/

#line{
	clear: both;
	
		border-top: 1px solid #000066;
		background-color: #FF0000;
	padding: 0px 0px 0px 0px;
	
}

/************* #school name styles ***************/

#schoolName{
	clear: both;

	background-color: #010101;
	font-size: 100%;
	padding: 0px 0px 0px 0px;
	
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
}
/*********** .frame styles ***********/
.frame {
	width: 700px;
	left: 50%;
	
	
	margin-left: -350px;
 margin-top: 0px;
	position: absolute;
	visibility: visible;
	
	  border-top: 1px solid #000066;
  border-bottom: 1px solid #000066;
  border-right: 1px solid #000066;
  border-left: 1px solid #000066;
	background-color: #ffffff;
}		
.bg {
	height: 1px;
	
	background-color: #ffffff;
	width: 100%;
}
/********************* end **********************/
