@charset "utf-8";
/* CSS Document */


/* Content Cell Treatments (dark on white) */
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/blue_back_01.jpg);
	background-color: #5f687c;
	background-repeat: repeat-x;
}
.text, td, body, li {
	color: #1c1c1c;
	font-family: arial, sans-serif;
	font-size: 1.0em;
}
#HighlightText {
	color: #ff8500;
}
H1 {
	font-size: 1.2em;
	margin-bottom: 0px;
	color: #ff8400;
}
H2 {
	font-size: 1.1em;
	margin-bottom: 0px;
	color: #ff8400;
}


a {
	color:#ff8500;
	 text-decoration:none;
}

a :visited{
	 color: #bd6300;
}

a :hover{
	text-decoration:underline;
}

/* Top-Right Nav & Search Treatments */
.#search {
	width=130px;
	/*position: absolute;
	width: 300px;
	height: 42px;
	line-height: 42px;
	height: 42px;
	left: 650px;
	top: 63px;
	float:left;*/
	}
.searchback {
}

.bold {
	font-weight: bold;
}

html>body .search {
width=350px;
} 





/* Left-side Nav Treatments */
#navcontainer { 
  width: 247px; 
  /*position:absolute;*/
  border: 1px solid #FFF;
  height: 200px; 
  clear: left;
}
#menu_back1 td {
	padding: 0px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14 px;
	background-image:url(../images/menu_back.jpg);
	background-repeat:repeat-x;
	line-height: 66px;
}
#menu_back1 a { 
	color:#FFF;
	text-decoration: none;
}
.menu_image1 {
	padding-left: 15px; 
	padding-top: 14px;
}
#menu_back2 td {
	padding: 0px;
	background-color: #ffcc00;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/menu_back.jpg);
	background-repeat:repeat-x;
	line-height: 33px;
}
#menu_back2 a { 
	color:#FFF;
	text-decoration: none;
}




/* Footer Treatments */
.footer {
	/*position:fixed;*/
	/*width:100%;*/
	/*line-height: 40px;*/
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer a {
	text-decoration: none;
	color: #FC0;
	font-size: 11px;
	font-weight: bold;
}
#footer a:hover{
	text-decoration: underline;
}