body{
margin:0;
padding:0;
background-color:#70afe4;
/*--background:#70afe4 url(../images/bg.jpg) repeat-x;--*/
font:12px/1.6em Arial, Helvetica, sans-serif;
text-align:center;
}

#container{

width:1000px;
margin:7px auto;
background:#fff url(../images/bg_body.jpg) repeat-y;
text-align:left;
}

#header{
position:relative;
width:1000px;
height:115px;
}

#top_menu{
position:absolute;
top:5;
left:899px;
}

#top_menu a:link, #top_menu a:visited{
color:#fff;
text-decoration:none;
background:url(../images/arrow.gif) no-repeat 0 50%;
padding-left:10px;
}

#top_menu a:hover, #top_menu a:active{
color:#ff0;
text-decoration:underline;
}

#main{
width:1000px;
background:#fff url(../images/bg_body.jpg) repeat-y;
text-align:left;
}

#nav_top{
margin-top:14px;
margin-bottom:-5px;
}

#nav{
width:240px;
float:left;
padding-left:34px;
margin-top:-14px;
z-index:1000;
}

#content{
margin:0 0 0 -500px;
padding-right:39px;
float:right;
width:760px;
}

.contentpane{
width:100%;
}

#footer{
clear:both;
with:1000px;
height:150px;
z-index:10;
background-image:url(../images/footer.jpg);
}


/*-----classes-----*/

.subheader{
font-size:16px;
font-weight:bold;
color:#0874fb;
}

.img_left{
float:left;
margin:5px 20px 10px 0;
border:1px solid #555;
}

.img_left_noborder{
float:left;
margin:5px 20px 10px 0;
}

.img_right{
float:right;
margin:5px 0 20px 10px;
border:1px solid #555;
}

.img_right_noborder{
float:right;
margin:5px 0 20px 10px;
}

/*----------Nav----------*/

.NavBar
{
  position:relative;

  cursor: default; 
  width:148px;
} 

.TopItem
{
	background-image: url(../images/button.jpg);
	width:148px;
	height:25px;
	font-family:Arial;
	font-size:11px;
	color:#565f3f;
	font-weight:bold;
	cursor:hand;
}

.TopItemHover
{
	background-image: url(../images/button_over.jpg);
	width:148px;
	height:25px;
	font-family:Arial;
	font-size:11px;
	color:#565f3f;
	font-weight:bold;
	cursor:hand;
}

.TopItemActive
{
	background-image: url(../images/button_over.jpg);
	width:148px;
	height:25px;
	font-family:Arial;
	font-size:11px;
	color:#565f3f;
	font-weight:bold;
	cursor:hand;
}

.TopItemSelected
{
	background-image: url(../images/button_over.jpg);
	width:148px;
	height:25px;
	font-family:Arial;
	font-size:11px;
	color:#565f3f;
	font-weight:bold;
	cursor:hand;
}

.Level2Item
{
	width:148px;
	height:25px;
	font-family:Arial;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	cursor:hand;
	padding-left:10px;
	background-color:#c41130;
}

.Level2ItemHover
{
	width:148px;
	height:25px;
	font-family:Arial;
	font-size:11px;
	color:#0070fb;
	font-weight:bold;
	cursor:hand;
	padding-left:10px;
	background-color:#ff0;
}

.Level2ItemSelected
{
	width:148px;
	height:25px;
	font-family:Arial;
	font-size:11px;
	color:#0070fb;
	font-weight:bold;
	cursor:hand;
	padding-left:10px;
	background-color:#ff0;	
}

.Level2Group
{
  width:148px;
}

.Empty
{
}


/*-----Captcha-----*/
