body {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	/*background-color: #E8E8FF;*/
  background-color: #999;
	margin-top:10px;
	margin-bottom:10px;
	color:#666666;
	top: auto;
}

A:link {
        /*font-weight: bold;
	    COLOR: #C86000; text-decoration: none
		COLOR: #800000; text-decoration: none;*/
		COLOR: #000;
}
A:visited {
      /*font-weight: bold;*/
	  COLOR: #006; text-decoration: none
}
A:active {
        font-weight: bold;
	    COLOR: #C006; text-decoration: none
}
A:hover {
       font-weight: bold;
	   COLOR: #006; text-decoration: underline
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 980px;
  text-align: left;
  background:#FFFFFF url('/img/content_bg.gif') top left repeat-y;
 /* background: #FFFFFF url('../img/content_bg_temp.gif') top left repeat-y; */
}

#page_header {
  height: 100px;
  background: #FFFFFF url('/img/Header.png') bottom left no-repeat ;
  clear: both;
}

#page_header h1 {
  padding-top:30px; padding-left:15px;padding-right:20px;
  margin:0px;
  font-family: verdana;
  font-size: 24px;
  color: #FBD539;
  line-height:26px;
  letter-spacing:-1px;
}

#page_header h2 {
  margin:0px;
  padding-left:15px;padding-right:20px;
  font-family: verdana;
  font-size: 12px;
  color: #D5D0B0;
  line-height:22px;
}

#navcontainer {
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px; 
  height:25px;
  border:0px dashed #FFFFFF;
  background: url('/img/bar.jpg') top left ;
  background-repeat:repeat;
  }

#content_wrapper {
  margin-top:0px;
  margin-bottom:10px;
  margin-left:10px;
  margin-right:10px;      
  border:0px dashed #FFFFFF;
  }

#center {
  position: static;
  margin-left:170px;
  margin-top:-10px;
  width:635px;
  height:600px;
  border:0px dashed #cccccc;
  background: #FFFFFF url('/img/back_dots.jpg') top left no-repeat;

}


#center h3 {
  margin-top:0px;
  margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:9px;
  color: #FFFFFF;
  padding:4px;
  border: 0px solid #425227;
 /* background-color: #009; #BCBCFD*/
  background-color: #3364BB;
  background-image:url(/img/thead3.jpg);
  background-position:right;
  background-repeat:no-repeat;
}

#center h4 {
  margin-top:0px;
  margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:9px;
  color: #006   ;
  padding:4px;
  border: 0px solid #425227;
  text-align:left;
}

#center p {
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 16px;
	text-align: justify;
}
#left_side {
  float: left;
  width:140px;
  border:0px dashed #cccccc;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #009;
}

#left_side p {
  margin-top:5px;margin-bottom:15px;
  padding:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  line-height: 16px;
  color: #666666;
}

#right_side {
	float: right;
	width:157px;
	border:0px dashed #cccccc;
	color: #900;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #009;
}

#right_side p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}

#page_footer {
	height: 60px;
	background: #4E7DD1;
	padding-top:5px;
	clear: both;
	border-left: 1px solid #425227;
	border-right: 1px solid #425227;
	border-bottom: 1px solid #425227;
	text-align: center;
}

#page_footer p {
  padding-top:15px;
  text-align:center;
  font-family: verdana;
  font-size: 10px;
  line-height:14px;
  color:#D5D0B0;
}

#page_footer A:link {
	COLOR: #FBD539; text-decoration: none
}
#page_footer A:visited {
	COLOR: #FBD539; text-decoration: none
}
#page_footer A:active {
	COLOR: #FBD539; text-decoration: none
}
#page_footer A:hover {
	COLOR: #FBD539; text-decoration: underline
}


#navcontainer ul {
  padding-left: 0;
  margin-left: 0;
  margin-top:0px;
  margin-bottom:5px;
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:12px;
}

#navcontainer ul { display: inline; }
#navcontainer ul a {
  padding-top: 8px;
  padding-bottom: 4px;
  padding-left:10px;
  padding-right:10px;
  background-color: transparent;
  color: White;
  text-decoration: none;
  font-weight:normal;
  float: left;
  border-right: 1px solid #CCC;
}
#navcontainer ul a:hover {
  background-color: #DE6B02;
  background: url('/img/bar_bg_hover.gif') bottom left repeat-x; 
  color: #fff;
}
#navcontainer ul li { display: inline; }
#navcontainer ul li a {
  padding-top: 8px;
  padding-bottom: 4px;
  padding-left:10px;
  padding-right:10px;
  background-color: transparent;
  color: White;
  text-decoration: none;
  font-weight:normal;
  float: right;
  border-right: 1px solid #CCC;
}

#navcontainer ul li a:hover {
  background-color: #DE6B02;
  background: url('/img/bar_bg_hover.gif') bottom left repeat-x; 
  color: #fff;
}

#linklist {
  padding-left: 0;
  margin-left: .3em;
  border-bottom: 1px solid #D1D9C4;
  width: 140px;
}

#linklist li {
  list-style: none; 
  margin: 0;
  line-height:20px;
  border-top: 1px solid #D1D9C4;
  background-image: url(../img/arrow1.png);
  background-repeat: no-repeat;
  background-position: 0 .4em;
  padding-left: 1.5em;
  font-family:verdana;
  font-size:10px;
}

#linklist li a { text-decoration: none; }

.thumbnail_left {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
  border:0px;
}
 
 #linklist_Cen {
  padding-left: 0;
  margin-left: .3em;
  margin-top:0;
  /*border-bottom: 1px solid #D1D9C4;
  width: 140px;*/
}

#linklist_Cen li {
  list-style: none; 
  margin-top: 5px;
  line-height:15px;
  /*border-top: 1px solid #D1D9C4;*/
  background-image: url(/img/arrow1.png);
  background-repeat: no-repeat;
  background-position: 0 .4em;
  padding-left: 1.5em;
  font-family:verdana;
  font-size:10px;
}

#linklist_Cen li a { text-decoration: none; }


#linklist_New {
  padding-left: 0;
  margin-left: .3em;
  margin-top:0;
  /*border-bottom: 1px solid #D1D9C4;
  width: 140px;*/
}

#linklist_New li {
  list-style: none; 
  margin-top: 0px;
  line-height:15px;
  /*border-top: 1px solid #D1D9C4;*/
  background-image: url(/img/arrow1.png);
  background-repeat: no-repeat;
  background-position: 0 .4em;
  padding-left: 1.5em;
  font-family:verdana;
  font-size:10px;
  color:#000066;;
}

 #linklist_New li a { 
 text-decoration: none;
 color:#000066;
 } 

a.New {
	padding-left:0px;
    padding-right: 20px;
    background: url(/img/new.gif) no-repeat top right;
    }

body p {
	margin: 0px;
	padding: 0px;
}

#page_footer font {
	text-align: center;
	color: #FFF;
}
#page_footer font .text1 {
	text-align: center;
}
