@import url(style_editor_1397.css);
a, a:link {
	color: #00f;
}
a:visited {
	color: #00f;
}
body {
	background-color: #fff;
}
body, p, td, th, li {
	
		font-size: 10pt;
	
	
		font-family: arial,sans-serif;
	
}

.menu, a:link.menu, a:visited.menu {
	color: #fff;
	font-size: 12px;
	font-family: verdana,sans-serif;
}
#menuList {
	background-color: #05a;
}
#menuList li a {
	border-right: 1px solid #fff;
}
/*--- BEGIN CUSTOM CSS ---*/

body.externalsite {
 margin-left: auto;
 margin-right: auto;
 width: 760px;
 background: #ccc;
 padding-left: auto;
 padding-right: auto;
 text-align: center;
 }

#bannerBar {
 /*background-image: url('/clients/1286/62847.jpg');*/
 /*padding-bottom: 8px;*/
 }

#menuList {
 border-bottom: 1px solid #152d63;
 }

#menuList li a {
 border-right: 0px solid #fff;
 }

#container{
 margin-left: auto;
 margin-right: auto;
 border-left: 1px solid #000;
 border-right: 1px solid #000;
 width: 760px;
 background-color: #fff;
 padding-left: auto;
 padding-right: auto;
 text-align: left;
 }

h1 {
 height: 1em;
 background-color: transparent;
 /*background-image: url('/clients/1286/62846.jpg');*/
 background-repeat: repeat;
 background-position: bottom left;
 padding-top: .2em;
 padding-bottom: .5em;
 text-align: left;
 font-size: 16px;
 font-weight: bold;
 color: #003974;
 border-bottom-style:double;
 }

h2, h2 a:link, h2 a:visited {
	font-size: 13px;
	font-weight:bold;
	color: #933;
}

#newsReleases a,
#newsReleases a:link,
#newsReleases a:active,
#newsReleases a:visited {
 color: #fff;
 }

#newsReleases ul.injectedDocumentList li {
 font-size: 1em;
 font-weight: 200;
 color: #fff;
}

#content img {
  max-width:758px;
  /*  IE HACK  */width: expression(this.width > 758 ? 758: true);
}

#content img.noResize {
  max-width:none; 
  width: auto;
}
