body {
	font-family: verdana;
	font-size: 8pt;
	background-color: #a6a6a6;
	background-image: url(images/page.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-left: 51px;
	margin: 0px;
	color: black;
}
a {text-decoration: none; color: blue;}
a:visited { color: blue; }
a:hover {  color: #7F0700; text-decoration: underline; }
a:active {  color: #7F0700; }

img{
  border: none;
}
#right_info
{
	
	
	width: 330px;
	height: 80px;
	
}

#logo_container
{
	width: 950px;
	margin: 0px 0px 15px 20px;
	padding-top: 10px;
}
#imagebar
{
	margin-left: 15px;
}

#root
{
	background: white;
	width: 950px;
	position: fixed;
	margin-left: 40px;
	height: 870px;
}

#top_banner
{
	background-color: white;
	width: 100%;
	height: 45px;
}

.title_bar
{
	margin-top: 30px;
	width: 100%;
	background: url(images/bg3.JPG) top left repeat-x;	
	border-right: #aaa 1px solid;
	border-left: #aaa 1px solid;
	padding: 2px;
	font-weight: bold;
	font-size: 14px;
	color: black;
	
}

#menu_bar
{
	background: url(images/bk_off.gif) top left repeat-x;
	
	background-color: #00000;
	margin-left: 15px;
	padding-left: 40px;
	margin-right: 15px;
	height: 35px;	
}
.blueGreyTitle {
	font-family: Trebuchet MS;
	font-size: 14pt;
	font-weight: bold;
	color:#232393;
}


.menu_item
{
	cursor: pointer;
	padding:11px 20px 11px 20px;
	margin-left: 5px;
	list-style: none;
	/*display: inline;	*/
	float: left;
	height: 35px;
}

.menu_item a
{
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

.menu_item a:hover
{
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;	
}

.menu_item a:visited
{
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

.menu_spacer
{
	border-width: 0px 1px 0px 0px;
	border-style: groove;
	border-color: #8B8B8B;
	
	padding:10px 0px 7px 0px;

	margin-top: 8px;
	list-style: none;
	display: inline;
}

#home_content
{

	margin-left: 15px;
	margin-right:15px;

	width: 860px;
	height:420px;
	
}

#left_col
{
	width: 450px;
	height: 435px;
	float: left;

	
	
	margin-top: 15px;
	margin-bottom: 15px;
}

#right_col
{

	float: right;
	width: 330px;
	height: 400px;

	
	position: static;

	margin-top: 15px;
	
	margin-bottom: 15px;
}

.titleText
{
	font-weight: bold;
	font-size: 16px;
	color: black;
}


.feature_box 
{	
	
	
	width: 330px;
	height: 200px;
}

.feature_title_bar
{
	
	padding-top: 3px;
	width: 320px;
	height: 20px;
}

.xmltext
{
	font-size: 12px;
	font-family: verdana;
	color:#00FF00;
	
}

h1 {
	font-size: 12pt;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;	
	color: #777;	
}
h2 {
    font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	color: #555;
	padding-bottom: 5px;
	padding-top: 10px;
}
h3 {
    font-size: 10pt;
	color: black;
	font-weight: bold;
    font-family: Verdana, Helvetica, sans-serif ;
	margin: 0px;
	color: #333;
}

.menu {
	font-family: Trebuchet MS;
	font-size: 9pt;
	color: #232393;
	border: #232393 solid 1px;
	background-color: #eee;
}
.left_menu a {
	color: #232393;
}
.left_menu a:visited {
	color: #232393;
}
.left_menu a:hover {
	color: #a4a4a4;
	text-decoration: none;
}

/**** content ****/
#content{
  width: 840px;
  padding: 15px;
}

#content h1{
  border-bottom: solid 1px #ececec;
}
/**** /content ****/

/**** left part ****/
#leftPart{
  width: 500px;
  padding-left:15px;
}
/**** /left part ****/

/**** In the News ****/
#news {
  margin: 0;
  padding: 0;
  float: right;
  width: 300px;
  background-image: url('images/bkgWhatsnew.png');
  background-repeat: no-repeat;
}
#news H2 a{
  color: #232393;
  font-size: 14px;
}

#news ul{
  margin: 45px 11px 0 11px;
  padding: 0;
}
#news li{
   list-style: none;
   margin: 15px 5px 0 0;
   text-align: left;
   padding: 0px 18px 0px 15px;
   
   border-left: solid 5px #d8e6f0;
   border-right: solid 5px #d8e6f0;

   
}

#news li.sep{
  border: none;
  height: 1px;
  background-color: #fafafa;
  margin: 11px 18px 0 15px;
}

#news .info{
   color: #777777;
}

#news .info div{
   display: inline;
   color: #777777;
}
#news p{
  margin-left: 10px;
  font-style: italic;
  color: #333333;
}
#news .bot{
  height: 10px;
  background-image: url('images/bkgWhatsnew.png');
  background-repeat: repeat-y; 
  background-position: 0px 10px;
}
/**** /In the News ****/

/* 
 * These are for the breadcrumb links at the top of the page.
 */
a.breadcrumb{
	font-size: 11px;
	white-space: nowrap;
	padding: 1px 1px 1px 1px;
}

a.breadcrumb:hover{
	color: #333;
	text-decoration: underline;
}


















