@charset "utf-8";
/* CSS Document */

body {
	background:#1b1b1b url(images/bg.jpg) repeat-x 0 0 ;
	color: #464646;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

h1 {
	font-size:18px;
	color: #039;
	font-weight:bold;
}

h2  {
	margin:-15px 0 3px 3px;
	font-size:14px;
	color:#039;
	font-weight:bold;
}

#content-top{
     height: 0px;
	 overflow:hidden;
	 [if IE 6.0] height: 1px; 
	 width:857px;
	 margin:0 0 0 17px;
	 border-top: 1px dotted #D4D4D4;
}


#content {
	 border-left: 1px dotted #D4D4D4;
     min-height: 300px;
	 width:870px;
	 margin-top:0;
     [if IE 6.0] margin-top:-10px;  
	 margin-left:17px;
	 background:url(images/content-right.jpg) repeat-y right top ;
}

#content-bottom {
     height: 20px;
	 width:860px;
	 margin-left:17px;
	 background:url(images/content-bottom.jpg) repeat-x 0 0 ;
}


#navigation {
	background:#FFF url(images/navigation.jpg) no-repeat 16px 0 ;
	height:37px;
}


#topbanner {
	text-align:center;
	background:#FFF url(images/topbanner.jpg) no-repeat 16px 0 ;
	height:148px;
}

#innerwrapper {width:100%; text-align:center;}

#inside {
	width:800px;
	margin:0 auto;
	text-align:left;
	padding:20px 10px 20px 10px;
}

#bottom { color:#999; font-family:Arial, Helvetica, sans-serif; font-size:11px; width:600px;margin-left:30px;}
#bottom a { color: #999; text-decoration:none; }

.nav {width:850px; margin-left:25px;height:36px;}

.nav ul {list-style-type:none; margin:0; padding:8px;}

.nav ul li {
	float:left;
	list-style-type:none;
	color:#FFF; 
	text-decoration:none;
	font-family:arial, sans-serif;
    font-size:14px;
	font-weight:bold;
	display:block;
	height:28px;
}

.nav ul li a {
	list-style-type:none;
	color:#FFF; 
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	background:url(images/arrow.png) no-repeat right 5px;
	height:28px;
	padding: 8px 20px 8px 18px;
	margin-right:10px;
}

.nav ul li a:hover {
		color:#f5be54; 
        background:url(images/arrow-hover.png) no-repeat right 5px;

}


div.nav ul li a.active {
	color:#f5be54; 
    background:url(images/arrow-hover.png) no-repeat right 5px;
}


.str {
	font-weight: bold;
	color:#333;
}

.small {font-size:9px;}

.str-orange {
	color: #C85B1A; 
	font-weight: bold;
}

.algincenter {
	text-align: center;
}

.img-right{
	float:right;
}