/* CSS Document */
#leftContent a:link {
	text-decoration: underline;
	}
#leftContent a:active {
	text-decoration: underline;
	}
#leftContent a:visited {
	text-decoration: underline;
	}

#noticeBoxCust a:link {
	text-decoration: none;
	color: #606726;
	font-size:16px;
}

#noticeBoxCust a:active {
	text-decoration: underline;
	color: #606726;
	font-size:16px;
	}
#noticeBoxCust a:visited {
	text-decoration: underline;
	color: #606726;
	font-size:16px;
	}
	
#noticeBoxCust a:hover {
	text-decoration: underline;
	color: #494B39;
	font-size:16px;
}

/*Right Content Override for about us*/
#container #rightContent {
 /* position: relative;*/
	width: 175px;
	height: 113px;	
	/*margin-left: 667px;
	margin-top: -385px;*/

	font-size:13px;
	padding-top: 35px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	border:solid;
	border-color: #E5E5E5;
	border-width:1px;
	border-right-color:#000000;
	background-color:#eeeeee;
	float:right;
    background-image: url(../images/libraryHeader.gif);
  background-repeat: no-repeat;
  background-position: 3px -2px;	 
  
}
.titleHighlight{
color:#E2CE1D;
font-size:16px;
}
.redTitle {
	color: #AC3434;
	font-size: 16px;
	font-weight: bold;
        }
#noticeBoxCust{
border:1px;
border-color:#E4AE2E;
border-style:solid;
background-color:#ffffff;
color:#222222;
width:790px;
margin:4px 4px 4px 4px;
padding:0px 2px 1px 14px;
/*font-weight:bold;*/
float:left;
}
