body{
margin:0;
padding:0;
background:#f4f4f4 url(../images/bg.jpg) repeat-x;
font:12px/1.2em Arial, Helvetica, sans-serif;
text-align:center;
}

#container{
width:920px;
margin:10px auto 0 auto;
background-color:#fff;
background-image:url(../images/bg_container.jpg);
}

#header{
position:relative;
width:920px;
height:130px;
background-image:url(../images/header.jpg);
}

#topright{
position:absolute;
width:281px;
height:99px;
top:0;
right:20px;
}

#content{
position:relative;
width:920px;
background-color:#fff;
min-height:300px;
background:#fff url(../images/bg_content.jpg) repeat-y;
}

/* for Internet Explorer */
/*\*/
* html #content{
height:300px;
}
/**/

#left{
float:left;
width:210px;
top:0;
left:0;
background:#fff url(../images/bg_left.jpg) repeat-y;
}

#right{
float:right;
width:710px;
/*--background:#fff url(../images/bg_right.jpg) repeat-y;--*/
min-height:300px;
}

/* for Internet Explorer */
/*\*/
* html #right{
height:300px;
}

#right_inner{
padding:15px 35px 10px 35px;
}


#page_header{
text-align:left;
margin:0 0 20px 0;
}

#footer{
clear:both;
width:920px;
height:62px;
background-image:url(../images/footer.jpg);
margin-top:30px;
}

#log_in{
position:relative;
width:100%
text-align:center;
margin-top:10px;
}


/*-----classes-----*/

.subheader{
font-size:14px;
font-weight:bold;
color:#bb142e;
}

.text_larger{
font-size:14px;
}

.text_smaller{
font-size:10px;
}

.red{
color:#900000;
}

.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;
}

.back{
margin-top:40px;
padding-top:10px;
border-top:1px solid #ccc;
clear:left;
font-size:10px;
}

/*-----body links-----*/

a:link, a:visited{
text-decoration:underline;
color:#2d5aac;
}

a:hover, a:active{
text-decoration:none;
color:#c1152f;
}

/*-----image link opacity-----*/

.fade a img{
filter:progid:dximagetransform.microsoft.alpha(opacity=80);
-moz-opacity:0.80;
margin-bottom:4px;
}

.fade a:hover img{
filter:progid:dximagetransform.microsoft.alpha(opacity=100);
-moz-opacity:1;
}

/*-----misc-----*/

img{
border:none;
}

iframe{
border:1px solid #666;
margin-bottom:5px;
}

/*----------Nav----------*/

.NavBar
{
  position:relative;
  cursor: default; 
  width:210px;
} 

.TopItem
{
	background-image: url(../images/btn.jpg);
	width:210px;
	height:28px;
	font-family:Arial;
	font-size:12px;
	color:#222;
	font-weight:bold;
	cursor:hand;
}

.TopItemHover
{
	background-image: url(../images/btn_over.jpg);
	width:210px;
	height:28px;
	font-family:Arial;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	cursor:hand;
}

.TopItemSelected
{
	background-image: url(../images/btn_selected.jpg);
	width:210px;
	height:28px;
	font-family:Arial;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	cursor:hand;
}

.Level2Item
{
	background-image: url(../images/btn_small.jpg);
	width:210px;
	height:28px;
	font-family:Arial;
	font-size:11px;
	color:#fff;

	cursor:hand;
	padding:4px 0 4px 0;
	border-bottom:1px solid #ccc;
}

.Level2ItemHover
{
	background-image: url(../images/btn_small_over.jpg);
	width:210px;
	height:28px;
	font-family:Arial;
	font-size:11px;
	color:#fff;

	cursor:hand;
	padding:4px 0 4px 0;
	border-bottom:1px solid #ccc;
}

.Level2Group
{
  width:210px;
}

.Empty
{
}

