/*CSS FILE*/
body {
	margin: 0;
	text-align: center;
	color: #000;
	background-color: #fff; 
	font-family: arial, verdana, sans-serif;
}
body a img {
	border: none; 
}

/* STRUCTURE */

/* Heading Area */

#sitecontainer {
  background-color: #eff3f4;
}
.site-heading {
  margin-left: auto;
  margin-right: auto;
  color: #000;
  background-color: #FFF;
  width: 770px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding-bottom: 2px;
}
#header {
	text-align: left;
	background-color: #FFF;
	margin: 0;
}

/* Content Area */

b {  font-family: Arial, Helvetica, sans-serif; font-style: normal; line-height: 150%; font-weight: bold; font-variant: normal; text-transform: none; color: #003366}

#site-content {
  margin-left: auto;
  margin-right: auto;
  color: #000;
  background-color: #fff;
  width: 770px;
  text-align: left;
  border-bottom: 1px solid #fff;
 }
* html #site-content {
	border: none;
}
#open-container {
  width: 760px;
  padding-bottom: 20px;
  background-color: #FFF;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
#main-container {
  width: 760px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
  text-align: left;
  background-image: url(images/content_bg_2col.gif) !important;
  background-repeat: repeat-y; 
}
#main-container .column {
  float: left;
}

/* Right Column */
#side-container {
  width: 150px;
  float: right !important;
}
#side-container {
  width: 220px;
  float: right !important;
}
/* Center Column */
#center {
  width: 315px;
  color: #000;
  margin-left: 12px;
}
#center a {
  color: #5b97b3;
}
#right-col {
  width: 213px;
  float:right;
}
#content-clear {
  clear: both;
}

/* CONTENT AREAS */

/* MASTHEAD */

#logo {
	margin: 4px 4px 4px 5px;
}
#deptbar {
	height: 19px;
	background-color: #153a79;
}
/* Search Box */
#search {
	position: relative;
	margin-top: 35px;
	text-align: right;
	float:right;
	margin-right: 5px;
}
* html #search {
	margin-right: 0;
	right: 5px;
}
#search div {
	min-width: 250px;
	border: 1px solid #CCC;
	height: 20px;
}
* html #search div {
	width: 360px;
}
#search div img {
	position: relative;
	top: 2px;
}
#search input {
	position:relative;
	top: -2px;
	font-size: 11px;
	font-weight: bold;
	width: 300px;
	color: #999;
	border: 1px solid #FFF;
}
#searchbutton {
	width: 21px !important;
	height: 16px;
	position:relative;
	top: 0px !important;
}
* html #searchbutton {
	top: 2px !important;
}
#mainnav {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1px;
	border-top: 1px solid #fff;
	width: 770px;
	min-width: 770px;
	margin-top: 0px;
}
#homemasthead {
	padding-top: 9px;
	background-color: #fff;
}

/* Bread Crunb Trail */
#crumbs {
 border-top: 1px solid #CCC;
 border-bottom: 4px solid #143a79;
 background-color: #FFF;
 color: #000;
 margin: 0;
 padding: 3px 0px 5px 0px;
}
#crumbs ul {
 margin: 0;
 padding: 0;
 font-size: 11px;
}
#crumbs ul li {
 display: inline;
}
#crumbs ul li a {
 color: #666;
}

/* Page Utility Area (Print & Email page) */
#page-utility {
	text-align: right;
}
#page-utility a img {
	position: relative;
	top: 3px;
	margin-left: 10px;
}
#page-utility a {
	font-size: 11px;
	color: #6494ab;
}

/* Page Banner */
#splash {
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	margin: 0;
}
* html #splash {
	border-bottom: 4px solid #FFF;	
}

/* Right Col Area */

#right-col p {
	margin-top: 0;
}
#right-col a {
	color: #00539b;
	font-size: 12px;
}
#right-col span b {
	visibility: hidden;	
}
#right-col td span {
	background-image: url(images/rn-bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;	
}

/* Footer */
#footer {
  color: #000;
  background-color: #FFF;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 0;
}
#footer table tr td p {
  margin-top: -3px;
}

p.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #666666;
}
a.foot, a.foot:visited, a.foot:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
