/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: #660000 fixed;
}


#banner {
	margin-top: 20px;
	margin-left: 160px;margin-bottom: 10px;}

/************** header tag styles **************/
A:link {color:#660000; font-weight:bold}
A:visited {color:teal; font-weight:bold}
A:hover {color:#FF9900; font-weight:bold}

#pageNav{
	width:135px;
	font: small Verdana,sans-serif;
	padding-left: 5px;
	padding-top: 20px;
	left: 5px;
	float: left;
}

#content{
	margin:0px 0px 0px 142px;
	background-color: #FFF6E9;
	clear: none;
	padding: 10px 10px 10px 10px;
	font-size: 80%;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #FFe9c8;
	padding: 10px 0px 10px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 15px;
}
/************** siteInfo styles ****************/

#siteInfo{
	font-size: 80%;
	color: #CCCCCC;
	padding: 20px 10px 10px 10px;
	height: 80px;
	margin-left: 50px;
}

.lite {color: #666666}

#booklist hr {
	color: #660000;
	height: 5px;
	padding: 10px 75px 10px 10px;
	background-color: #660000;
}

.title5 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 110%; font-weight: bold; color: #000000; font-style: italic}
.author {  font-family: Geneva, Arial, Helvetica, san-serif; font-weight: bold}
.publisher {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #99CCCC;
}
.note10 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%}

.author_lg {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 140%;
	font-weight: bold;
}
.title { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-style: italic}
.newsColumn {
	font-family: Arial, sans-serif, font-size;
	text-align: justify;
	padding-right: 5px;
	font-size: 90%;
}
.newsHeadline {
	font-weight: bold;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 0px;
}

#booklist table{
	width: 60%;
	float: left;
}
#booklist table td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	padding-right: 10px;
}

#hotlist table td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#siteInfo table td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

div#siteInfo ul{
	line-height: 120%;
	list-style-position: inside;
	list-style-type: square;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

div#siteInfo ul li {
	color: #fff6e9;
	text-decoration: none;
}
div#siteInfo ul li a:link {
	color: #fff6e9;
	text-decoration: none;
}
div#siteInfo ul li a:visited {
	color: #66cccc;
	text-decoration: none;
}
div#siteInfo ul li a:hover {
	text-decoration: underline;
	color: #fff6e9;
}

.BLHeader {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-image: url(images/bl3_sm.jpg);
}
div#splash {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffe9c8;
	clear: none;
	padding-left: 140px;
}
#siteinfo table {
	color: #CCCCCC;
	font-weight: bold;
}
.newsColumn p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.notice {
	font-size: larger;
	line-height: 110%;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
	margin: 20px;
	padding: 15px;
	border-color: #660000;
	border: solid #660000 medium;
}
.div_dark {
	background-color: #ffebd1;
	margin: 0px;
	padding: 15px;
	border-bottom: solid #660000 thin;
}
.div_light {
	background-color: #fff6e9;
	margin: 0px;
	padding: 15px;
	border-bottom: solid #660000 thin;
}

