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: arial,sans-serif;
}
#menuList {
	background-color: #cfbb75;
}
#menuList li a {
	border-right: 1px solid #fff;
}
body.externalsite {
 margin-left: auto;
 margin-right: auto; 
 background: #fff;
 padding-left: auto;
 padding-right: auto;
 text-align: center;
 }

body.externalsite #container {
 margin-left: auto;
 margin-right: auto;
 border-left: 2px solid #ccc;
 border-right: 2px solid #ccc;
 width: 80%;
 background: #fff;
 padding-left: auto;
 padding-right: auto;
 text-align: left;
 }






span.topBarHeadline {
 color: #fff;
 font-size: 2em;
 font-face: bold;
 text-align: right;
 }

span.topBarSubHeadline {
 color: #fff;
 font-size: 1.2em;
 font-face: bold;
 text-align: right;
 }

h1 {
 background-color: transparent;
 color: #10378B;
 display: block;
 font-size: 1.2em;
 font-weight: bold;
 margin-top: 3px;
 padding: 3px;
 text-align: left;
 }

body#homepage div#content { 
 padding-left: 20px;
 }

body#homepage div#content ul.injectedDocumentList li {
 margin-left: -40px;
 _margin: 0px;
 list-style-type: none;
 }

#recentUpdatesBar { 
 border-left: 1px solid #ccc;
 background: #eee;
 }

#recentUpdatesBar h2 {
 background-color: transparent;
 color: #10378B;
 display: block;
 font-size: 1.2em;
 font-weight: bold;
 margin-top: 3px;
 padding: 3px;
 text-align: left;
 }

#recentUpdatesBar ul li {
 margin-bottom: 1em;
 }

.postDate {
 margin-top: -1.2em;
 }

/*================= START IMAGE MAX WIDTH HACKERY =======*/
#content img {
  max-width:650px;
  /*  IE HACK  */width: expression(this.width > 650 ? 650: true);
}

#content img.noResize {
  max-width:none;
  width: auto;
}
/*=================== END IMAGE MAX WIDTH HACKERY =======*/


#copyrightNotice {
 background: #cfbb75;
 clear:both;
 color: #fff;
 }

