body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

#wrapper{
	width:950px;
	margin:0 auto;
	border:1px solid white;
	background-color:white;

}

#wrapper2{
	width:800px;
	margin:0 auto;
	border:1px solid white;
	background-color:white;
}

#header{
	background-image:url(../siteimages/header_bg.jpg);
	height:61px;
}

#nav{
	background-color:#FF9900;
	border-bottom:1px solid white;
	height:16px;
}

#contentContainer{
	border-top:1px solid white;
	background-image: url(../siteimages/focus_bg_v2.jpg);
	background-repeat:repeat-y;
}

#content{
	padding:0px;
	margin:0px;
	border-top:5px solid #FF9900;
	margin-left:185px
}

#focusContainer{
	width:184px;
	float:left;
	border-top:5px solid  #FF9900;
}

.focusBox {
	font-size: 11px;
	margin-bottom:0px;
}

.focusBox p {
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	margin-top: 2px;
	margin-bottom:0;
}

.focusBox a {
	color: #336699;
	text-decoration:none;
}

.focusBox a:hover {
	font-weight: bold;
}


.focusBox ul{
	list-style-type: none;
	margin-top: 10px;
	margin-left: 0px;  
	padding-right: 2px;  
	padding-left: 0px;
}

.focusBox ul li{
	background-image: url(../siteimages/nav_arrow_f2.gif);
	background-repeat: no-repeat;
	margin-left: 0px; 
	padding-left: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.focusBox ul li a{
	text-decoration: none;
	color: #336699;
}

.focusBox ul li:hover{
	background-image: url(../siteimages/nav_arrow_f1.gif);
	background-repeat: no-repeat;
	display: block;
}

.focusBox ul li a:hover{
	text-decoration: none;
	font-weight: bold;
}

.focusBox h5{
	background-color:#3a75bc;
	background-image:url(../siteimages/focus_arrow.png);
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
	padding-left: 22px;
	padding-top: 2px;
	font-weight: bold;
	height: 20px;
	margin-bottom: 2px;
	margin-top: 0px;
	border-bottom:1px solid white;
}

.focusBox h5 a{
	color: #FFFFFF;
}

#focus_box1 h5, #focus_box2 h5, #focus_box3 h5, #focus_box4 h5 {
	background-color:#3a75bc;
	background-image:url(../siteimages/focus_arrow.png);
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
	padding-left: 22px;
	padding-top: 2px;
	font-weight: bold;
	height: 20px;
	border-top-style: solid;
	border-top-width: 1px;
	margin-bottom: 2px;
	margin-top: 0px;
}


#footerBar{
	clear:both;
	background-image:url(../siteimages/footer_bg.jpg);
	background-repeat:repeat-x;
	height:21px;
}

#legal{
	font-size: 10px;
	width:950px;
	color: #666666;
	margin:0 auto;
	text-align:center;
}

#legal a{
	color:black;
	font-size:12px;
	text-decoration:none;
	padding-bottom:2px;
}
