/* CSS Document */

/*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/educationHeader.gif);
  background-repeat: no-repeat;
  background-position: 3px -2px;	 
  
}

#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;
}
#noticeBoxCust a:link{color:#336600}