/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; color: #000000; font-weight: normal} 
a { color: #3C496C; text-decoration: none } 

a:active { color: #3C496C; text-decoration: none } 
a:hover { color: #186ede; text-decoration: underline } 
.bodytext { font-size: small; color: #000000; font-weight: normal}
.smalltext { font-size: x-small; color: #000000; font-weight: normal}  
.titlelink { font-size: small; font-weight: bold; color: #3C496C} 
.title{ font-size: 1.15em; font-weight: bold; color: #114E9F}
.bracket{ font-size: small; font-weight: normal; color: #5D2311}
.wbracket{ font-size: small; font-weight: normal; color: #ffffff}
.bbracket{ font-size: small; font-weight: normal; color: #FFFF00}
.schoolname { font-size: large; font-weight: normal; color: #ffffff} 
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}
.menu { font-size: 1em; font-weight: bold; color: #3C496C}
.sub { font-size: small; font-weight: bold; color: #ffffff }
.bracketoran{ font-size: small; font-weight: normal; color: #FF9900}
.foot { font-size: x-small; font-weight: normal; color: #000000}
.blackbold { font-size: 1em; font-weight: bold; color: #000000}
.smallred { font-size: small; font-weight: bold; color: #cc0000 }

h1 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1.5em;	
	color: #3C496C
	}
h2 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1.15em;	
	color: #3C496C
	}
h3 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	color: #3C496C
	}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pageNav{
	float: left;
	width:20%;
	margin: 0px;

	padding-left: 10px;
}

#content{
	width:49%;
	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: #ffffff;
	font-weight: normal;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	
	
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	
	font-size: 100%;
	background-color: #000000;
	padding: 0px 0px 0px 0px;
	 border-top: 1px solid #3C496C;
}
/************* #line styles ***************/

#line{
	clear: both;
	
	 background-color: #16B7E5;
	padding: 0px 0px 0px 0px;
}

/************* #school name styles ***************/

#schoolName{
	clear: both;

	background-color: #000000;
	font-size: 100%;
	padding: 0px 0px 0px 0px;
	 border-bottom: 1px solid #3C496C;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
}
/*********** .frame styles ***********/
.frame {
	width: 700px;
	left: 50%;
	padding-top: 0px;
	
	margin-left: -350px;
 margin-top: 0px;
	position: absolute;
	visibility: visible;
	
	  border-top: 1px solid #3C496C;
  border-bottom: 1px solid #3C496C;
  border-right: 1px solid #3C496C;
  border-left: 1px solid #3C496C;
	background-color: #ffffff;
}		
.bg {
	height: 1px;
	
	background-color: #ffffff;
	width: 100%;
}
/********************* end **********************/
