body
{
margin:0px;
padding:0px;
font-family:normal Arial,Helvetica,sans-serif;
background-image:url("../images/Background_image.png");
background-repeat:repeat;
}
.top_container
{
left:1px; 
margin-top:0px;
height:925px;
z-index:0;
background-image: url('../images/Background_image.png');
background-repeat:no-repeat;
background-position:top center;
}
.header
{
width:980px;
left:39px; 
top:0px; 
height:65px;
z-index:4;
/*background-image: url('../images/Header.png');*/
background-image: url('../images/logo.png');
background-repeat:no-repeat;
margin-top:8px;
}
.inner_bg_container
{
width:980px;
left:40px;
height:759px;  */

/*height:830px;  */
z-index:1;
background-image: url('../images/Water_mark-3.png');
background-repeat:no-repeat;
background-position:center;
margin-top:0px;
}
.menu_container
{
width:980px;left:38px;
top:142px;
height:35px; 
z-index:18;
background-image: url('../images/Menu.png');
background-repeat:no-repeat;
background-position:center;
padding-top:2px;
}
.footer
{
width:980px;left:53px;
top:800px;
height:44px; 
z-index:20;
background-image: url('../images/Footer.png');
background-repeat:no-repeat;
background-position:center;
}
.header_image
{
width:980px;left:48px;
margin-top:2px;
height:270px;
z-index:21;
background-image: url('../images/Header_image.png');
background-repeat:no-repeat;
background-position:center;
}
.header_container
 {
 width:980px;
 left:40px;
 margin-top:5px;
 height:270px;
 z-index:2;
 background-image: url('../images/Ba_imahe.png');
 background-repeat:no-repeat;
 background-position:center;
 }
 .menu_text
 {
 left:50px; 
 top:146px;
 height:17px;
 z-index:19;
 }
 .footer_text
 {
 width:980px;
 left:60px;
 top:814px; 
 height:24px;
 z-index:22;
color: #DDDFDC;
font-family:'Arial';
font-size:12px;
 }
 .content
  {
  height:660px;
  }
  .footer_text_left
  {
  float:left;
  padding-left:20px;
  }
   .footer_text_right
  {
  float:right;
  padding-right:20px;
  }
  .left_content
  {
  float:left;
  width:710px;
  font-family:sans-serif;
  font-size:13px;
  color:#dddfdc;
  padding:0 10px 0 10px;
  text-align:justify;
  font-weight:normal;
  line-height:1.5;
  }
  .subtitle
  {
	padding-left:20px;
	font-weight:bold;
  }
  .subtitle_image
  {
	float:left;
	padding-top:2px;
  }

  .sidebar
  {
	float:left;
	width:240px;
	background-image: url('../images/Water_mark-1.png');
	background-repeat:no-repeat;
	background-position:center;
  }
  .sidebar_head
  {
  width:239px;
  height:28px;
  z-index:3;
 /* background-image: url('../images/Contact-Info_2.png'); */
  background-repeat:repeat-x;
/*  background-position:center; */
  }
  .side_backslide
  {
  width:240px; 
  z-index:17;
  background-image: url('../images/Water_mark-1.png');
  background-repeat:repeat;
/*   background-position:center; */
  }
  .sidebar_title
  {
  padding:5px 0 0 40px;
  /*color:#dddfdc; */
  color:#FDC959;
  font-size:15px;
  font-family:'Arial';
  font-weight:bold;
  }
  .content_title
  {
  color:#fdc959;
  font-family:sans-serif;
  font-weight:bold;
  font-size:15px;
  }
a{
text-decoration: none;
color:#cccccc; 
/*color:#FDC959;*/
cursor:pointer;
}
a:hover{
text-decoration: none;
color:yellow;
}

.wpmd {font-size: 13px;font-family: 'Arial';
font-style: normal;
font-weight: normal;
padding-top:5px;}
/*----------Para Styles----------*/
DIV,UL,OL /* Left */
{
 margin-top: 0px;
 margin-bottom: 0px;
}
.empty_space
{
height:10px;
}
#menu_div li 
{
float:left;
width:auto;
list-style:none;
width:80px;
font-size: 13px;
font-family: sans-serif;
font-weight:bold;
}
#menu_div li a
{

}
#menu_div li a:hover
{
color:yellow;
}
#sidebar_links
{
padding-top:5px;
font-family:sans-serif;
color:white;
font-size:13px;
}
#sidebar_links ul
{

}
#sidebar_links ul li
{
line-height:30px;
}

ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 940px;
	background: #222;
	font-size: 12px;
	background: url('../images/topnav_bg.gif') repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #cccccc;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url('../images/topnav_hover.gif') no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url('../images/subnav_btn.gif') no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
	z-index: 1000;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	/*background: #333 url(http://www.sohtanaka.com/web-design/examples/drop-down-menu/dropdown_linkbg.gif) no-repeat 10px center; */
	padding-left: 18px;
	text-align:left;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url('../images/dropdown_linkbg.gif') no-repeat 10px center;
}
#commentForm { width: 500px; }
#commentForm label { width: 250px;font-family: sans-serif;font-size:14px;padding-left:10px; }
#commentForm label.error
{
padding-left:20px;
color:red;
font-size:13px;

}

#commentForm input.submit {  }
#signupForm { width: 670px; }
#signupForm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
#newsletter_topics label.error {
	display: none;
	margin-left: 103px;
}
hr
 {
 width:210px;
 }
 p
 {
 margin:5px 5px 5px 5px;
 padding:0px;
 }
 .head_style
 {
 color: white; font-family: sans-serif; padding-top: 45px; padding-left: 60px;padding-right:15px; font-size: 11px;
 }
 .example {background-color:transparent;padding:5px;}

#marqueecontainer{
position: relative;
width: 700px; /*marquee width */
height: 170px; /*marquee height */
background:transparent;
overflow: hidden;
border: none;
padding: 2px;
top:30px;
left:-100px; 
text-align:left;
}
h1
{
color: #3B6BB2;
font-family:Angleterre Book;
font-style:italic;

}


