/**********************************************************/
/**** Body ************************************************/
/**********************************************************/

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333333;
  margin: 0px;
  padding: 0px;
  background: #FFFFFF url("/images/page_background.gif") repeat-x;
  background-attachment: fixed;
  text-align: center;
} 

#container {
  width: 760px;
  display: table;
  margin-left: auto; 
  margin-right: auto; 
  padding-top: 8px;
}

/**********************************************************/
/**** Content Area ****************************************/
/**********************************************************/

.content {
  font-size: 12px;
  background-color: #ffffff;
}

.page_header {
  font-size: 18px;
  font-family: "Trebuchet MS",Arial,sans-serif;
  color: #5c769b;
  font-weight: bold;
  margin: 0 0 3px 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 3px;
  margin-left: 0;
  letter-spacing: 2px;
  line-height: 150%;
}

.sub_page_header {
  font-weight: bold;
  font-size: 16px;
  font-family: "Trebuchet MS",Arial,sans-serif;
  padding:0;
  color: #667f99;
  letter-spacing: 1px; 
  line-height: 150%;
}

.breadcrumbs {
  font-size: 10px;
  margin: 0 0 14px 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 14px;
  margin-left: 0;
  color: #909090;
}
	
.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active {
  color: #d69545; 
  text-decoration: none;
}
		
.breadcrumbs a:hover { 
  color: #5c769b;
  text-decoration: underline;
}			

.body_top {
  border-top: #D0D1D1 solid 1px;
  background: #ffffff;
}
	
.body_left {
  border-left: #D0D1D1 solid 1px;
  background: #ffffff;
}
	
.body_right {
  border-right: #D0D1D1 solid 1px;
  background: #ffffff;
}
	
.body_bottom {
  border-bottom: #D0D1D1 solid 1px;
  background: #ffffff;
}

.body_content {
  background: #ffffff;
  padding: 8px 0 8px 0;
  padding-top: 8px;
  padding-right: 0;
  padding-bottom: 8px;
  padding-left: 0;
  width: 746px;
}

/**********************************************************/
/**** Common Form Settings ********************************/
/**********************************************************/

.form {
  margin: 0px;
  padding : 0px;
}

.formarea {
  font-family: Verdana;
  border: 1px solid #000099;
  font-size: 70%;
  background-color: #ffffff;
}

.formInput {
  font-family: Verdana;
  border: 1px solid #000099;
  font-size: 70%;
  width: 119px;
  background-color: #ffffff;
}

.formInput2 {
  font-family: Verdana;
  border: 1px solid #000099;
  font-size: 70%;
  width: 250px;
  background-color: #ffffff;
}

.formInput3 {
  font-family: Verdana;
  border: 1px solid #000099;
  font-size: 70%;
  width: 175px;
  background-color: #ffffff;
}

.formButton {
  font-family: Verdana;
  border: 1px solid #000000;
  font-size: 70%;
  color: #000000;
  background-color: #9FAFC5;
  font-weight: bold;
  padding : 0px;
}

/**********************************************************/
/**** Header / Footer Bar *********************************/
/**********************************************************/

#headerfootertable {
  height: 25px;	
}

.bar_bg {
  border-top: #cccccc solid 1px;
  border-bottom: #cccccc solid 1px;
  background-image: url("/images/navbar_center.png");
  background-color: #5c769b;
}

#topbottomnav {
  font-size: 12px;
  text-align: right;
  letter-spacing: 1px;
}

#topbottomnav ul {
  list-style-image: none;
  display: inline;
  margin: 0;
}

#topbottomnav li {
  display: inline;
  padding: 0 15px 0 15px;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
}
			
#topbottomnav a:link, #topbottomnav a:visited, #topbottomnav a:active {
  color: #FFFFFF;
  text-decoration: none;
}

#topbottomnav a:hover {
  color: #d69545;
  text-decoration: none;
}	

/**********************************************************/
/**** Sub Nav Links ***************************************/
/**********************************************************/

.leftcontainer {
  width: 150px;
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px solid #DEDEDE;
  color: #777777;
}			

.nav_header {
  background:  url(/images/header_nav.png);
  height: 26px;
  line-height: 26px;
  font-size: 10px;
  color: #666;
  font-weight: bold;
  text-align: left;
  text-indent: 8px;
}
	
.nav_header a{
  color: #666666;
  text-decoration: none;
}
			
.leftnav {
  text-align: left;
  margin: 5px 0 5px 0;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
}
	
.leftnav a {
  display: block;
  font-size: 10px;
  font-weight: normal;
  color: #5c769b;
  text-decoration: none;
  line-height: 125%;
  background-color: #FAFAFA;
  border-bottom: 0px solid #D3D3D3;
  border-top: 1px solid #D3D3D3;
  padding: 4px;
  margin: 0 0 0 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
	
.leftnav a:link, .leftnav a:visited, .leftnav a:active{
  text-decoration: none;
}
			
.leftnav a:hover{
  background-color: #EBEBEB;
}

/**********************************************************/
/**** Copyright *******************************************/
/**********************************************************/

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : #000000;
	text-align: center;
	padding: 8px 0 15px 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

/**********************************************************/
/**** Home Page Settings **********************************/
/**********************************************************/

.home_header {
  background:  url(/images/header.png);
  height: 26px;
  width: 230px;
  font-size: 0.75em;
  color: #666;
  font-weight: bold;
  text-align: left;
  line-height: 26px;
  text-indent: 8px;
}
	
.home_header a {
  color: #666666;
  text-decoration: none;
}
	
.column_content {
  border: 1px solid #D0D1D1;
  margin: 5px 0 5px 0;
  padding: 4px;
  text-align: justify;
  font-size: 12px;
  line-height: 125%;
}

/**********************************************************/
/**** MISC Settings ***************************************/
/**********************************************************/

a {
  color:#0000ff;
}

table.level {
  background-color: #d69545;
  border: #D0D1D1 solid 1px;
}
               
table.level td {
  font-weight: bold;
  font-style: italic;
  font-size: 80%;
  color: #000000;
  padding-left: 10px;
}

ul {
  list-style-image: url("/images/bluebullet.gif");
}

ul li {
  padding-bottom: 2px;
}



td.table_right_bottom {
  border-bottom: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  padding: 5px;
}

td.table_bottom {
  border-bottom: 1px solid #DEDEDE;
  padding: 5px;
}

td.table_right_top {
  border-top: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  padding: 5px;
}

td.table_top {
  border-top: 1px solid #DEDEDE;
  padding: 5px;
}

a.more:link, a.more:visited, a.more:active {
  color: #d69545;
  text-decoration: none;
  font-size: 10px;
}

a.more:hover {
  color: #5c769b;
  text-decoration: underline;
}