/* CSS Document */
html body{
  background-image:url('../images/background.gif');
  background-color:#E0E8D0;
  font-family:Arial,Verdana,Helvetica,sans-serif;
  font-size:10px;
  height:100%;
  margin:0;
  padding:0;
  width:100%;
  line-height:14px;
}
/*
td p li{
font-family:Arial,Verdana,Helvetica,sans-serif;
  font-size:10px;
  color:#000000;
}*/


.main_div{
  width:800px;
  position:relative;
  left:50%;
  margin-left:-400px;
}

.divide{
width:100%;
height:62px;
background-image:url('../images/divide_back.gif');
}
.divide_foot{
width:100%;
height:57px;
background-image:url('../images/divide_back_2.gif');
}

.main_content{
width:650px;
/*background-image:url('../images/parchment.gif');*/
background-image:url('../images/background.jpg');
/*background-repeat:repeat-y;*/
/*padding:20px 80px 40px 40px;*/
vertical-align:top;

}
.main_content p{
  padding-left:40px;
  padding-right:40px;
  font-size:12px;
  line-height:20px;
}

.main_content ul li{
  font-size:12px;
  line-height:20px;
}
.pad_10{
  padding-left:40px;
  padding-right:40px;
}

.main_content h1{
  padding-left:30px;
  padding-right:30px;
}

/*
.menu_cell{
  width:150px;
  background-image:url('../images/menu.gif');
background-repeat:no-repeat;
background-position:top center;
vertical-align:top;
padding-top:20px;
}*/

.menu_cell{
width:183px;
background-image:url('../images/menu-back.png');
background-repeat:repeat-y;
background-position:top center;
vertical-align:top;
}


.menu_cell_buttons{
  width:100%;
  margin-left:30px;
  margin-right:30px;
  font-size:14px;
  font-weight:normal;
  color:#FF9900;
}

.menu_cell_buttons td a:link{
  font-size:14px;
  font-weight:normal;
  color:#FF9900;
  text-decoration:none;
}

.menu_cell_buttons td{
	padding-top:10px;
	padding-bottom:10px;
}


.menu_link{
  font-size:14px;
  font-weight:normal;
  color:#FF9900;
  text-decoration:none;
  cursor:pointer;
}
.menu_cell_buttons td a:hover{
  font-size:14px;
  /*font-weight:bold;*/
  color:#FF9900;
  text-decoration:underline;
}

.menu_cell_buttons td a:visited{
  font-size:14px;
  color:#FFC062;
}

h1{
  color:#510000;
  font-size:24px;
  background-image:url('../images/h1_back.gif');
  background-position:0px 0px;
  background-repeat:no-repeat;
  padding-top:20px;
  margin-top:0px;
}

h2{
  font-size:16px;
  font-weight:bold;
}

.sub{
  font-size:smaller;
}

.div_off{
  display:none;
  margin-left:10px;
}

a, .link{
  color:#510000;
  text-decoration:underline;
  cursor:pointer;
}
.network{
  color:#FFCC00;
  background-color:#510000;
  border:2px solid #FFCC00;
  font-size:smaller;
}

.network a{
  color:#E8A256;
}

.network th{
  color:#510000;
  background-color:#FFCC00;
  font-weight:bold;
  border-bottom:1px solid #E8A255;
}

.header{
	height:325px;
	background-image:url('../images/header-back.jpg');
	background-repeat:repeat-x;
}

.header-inner{
	background-image:url('../images/header.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	height:325px;
}

ul{
	margin-left:50px;
	margin-right:50px;
}