/* NOTE: Original CSS styles from Brown & Company */

/* Site Constants */
#primarycontainer {
	background-color:#FFFFFF;
	border:1px solid #666666;
	width:984px;
	padding:6px;
	height:auto;
}	
#searchfield {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	border:1px solid #666666;
}
#bluenavbox {
    position: relative;
    top: 9;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
	background-color: #336699;
	padding-left:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #FFFFFF;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
.heading {
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
.subheading {
	font-size:11px;
	color:#000000;
	font-weight:normal;
	font-style:italic;
}
.content {
	font-size:11px;
	color:#666666;
}
.bluecontent {
	font-size:10px;
	color: #003366;
}
.gobutton {
	background-color:#003366;
	border:#999999 1px solid ;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}
.newsbutton {
	background-color:#FFFFFF;
	padding:1px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
	border: #000000 1px solid;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#999999;
}
.footer A { 
	color:#999999;
	text-decoration:none;
}
.footer A:Visited { 
	color: #999999;
	text-decoration:none;
}
.footer A:Hover { 
	color:FF6600;
}
.padcontent {
	padding:3px;
	padding-right:0px;
	margin:0px;
}	

/* Navigation ID definitions */
#bluenavcontainer {
	padding:4px
}
A.bluenavboxitem:link {
	color:white;
	text-decoration:none;
}
A.bluenavboxitem:visited {
	color:white;
	text-decoration:none;
}
A.bluenavboxitem:hover {
	color:#FF6600;
}
.bluenav {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}
.bluenavitem A {
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:10px;
	font-weight:bold;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
}
.bluenavitem A:visited {
	color:white;
}
.bluenavitem A:hover {
	color:#FF6600;
}
.bluenavdots {
	border:0px ;
	padding:0px;
	height:auto;
	float:left;
}

/* boxes */
.subherobox {
	border:0px ;
	padding:3px;
	height:auto;
	float:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	padding-left:6px;
}
.boxheader {
	background-color: #336699;
	border:0px ;
	padding:3px;
	height:auto;
	float:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:6px;
}	
.boxcontentscroll {
	background-color:#D9D9D9;
	border:0px ;
	padding:3px;
	padding-left:6px;
	height:200px;
	overflow:auto;
	float:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	overflow-x: hidden;
}	
.boxcontentscroll A { 
	color:6699cc;
	text-decoration:none;
}
.boxcontentscroll A:Visited { 
	color: #6699CC;
	text-decoration:none;
}
.boxcontentscroll A:Hover { 
	color:FF6600;
}
.boxcontent {
	background-color:WhiteSmoke;
	border:0px ;
	padding:3px;
	padding-left:6px;
	float:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
}
.boxcontent A { 
	color: #336699;
	font-weight:bold;
	text-decoration:none;
}
.boxcontent A:Visited { 
	color:#336699;
	font-weight:bold;
	text-decoration:none;
}
.boxcontent A:Hover { 
	color:#FF6600;
	font-weight:bold;
}
.boxcontent_lbb {
	background-color:White;
	border:0px ;
	padding:3px;
	padding-left:6px;
	float:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
}
.boxcontent_lbb A { 
	color: #336699;
	font-weight:bold;
	text-decoration:none;
}
.boxcontent_lbb A:Visited { 
	color:#336699;
	font-weight:bold;
	text-decoration:none;
}
.boxcontent_lbb A:Hover { 
	color:#FF6600;
	font-weight:bold;
}

/* NOTE: Additions to original CSS styles from Brown & Company */
.newslinks 
{
	color:#6699cc;
}
.newslinks A { 
	color: #6699cc;
	text-decoration:none;
}
.newslinks A:Visited { 
	color:#6699cc;
	text-decoration:none;
}
.newslinks A:Hover { 
	color:#FF6600;
}
.newslinkdate
{
	color:#6699cc;
}
.newslinkdate A { 
	color: #6699cc;
	text-decoration:none;
}
.newslinkdate A:Visited { 
	color:#6699cc;
	text-decoration:none;
}
.newslinkdate A:Hover { 
	color:#FF6600;
}
.newslinkcontent
{
	color:#666666;
}
.newslinkcontent A { 
	color: #666666;
	text-decoration:none;
}
.newslinkcontent A:Visited { 
	color:#666666;
	text-decoration:none;
}
.newslinkcontent A:Hover { 
	color:#FF6600;
}
A.bodylink:link {
	color:#336699;
	text-decoration:none;
}
A.bodylink:visited {
	color:#336699;
	text-decoration:none;
}
A.bodylink:hover {
	color:#FF6600;
}
.boxcontentscrollext {
	background-color:WhiteSmoke;
	border:0px ;
	padding:3px;
	padding-left:6px;
	margin-bottom:5px;
	height:350px;
	overflow:auto;
	float:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	width:200px;
}
.boxcontentgray {
	background-color:WhiteSmoke;
	border:0px ;
	padding:3px;
	padding-left:6px;
	margin-bottom:5px;
	float:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	width:200px;
}
.boxcontentgray A { 
	color: #336699;
	font-weight:bold;
	text-decoration:none;
}
.boxcontentgray A:Visited { 
	color:#336699;
	font-weight:bold;
	text-decoration:none;
}
.boxcontentgray A:Hover { 
	font-weight:bold;
	color:#FF6600;
}

FORM {display:inline;}