/* body */
body { 
	font-family:  "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif; 
    background-color:#fff; 
    margin:10px 0px 0px 0px;
}

/* wrapper */
#wrapper { 
	width:900px; 
	height:auto; 
	margin-left: auto;
	margin-right: auto; 
}

/* header */
#header { 
	height:100px; 
	background:url(../images/header.jpg) no-repeat; 
}

#pathway { 
	color: #454545;
	font-size: 11px;
	background-color:#e1e1e1; 
	border:1px solid #b9b9b9; 
	margin:7px 0px 0px 0px; 
	padding:3px 10px 3px 7px;
}

#pathway a { 
	color: #1c214b;  
	text-decoration: none; 
	font-weight: none; 
}

#pathway a:hover { 
	color: #1c214b;  
	text-decoration: underline; 
	font-weight: none; 
}

/* content */
#content { 
	font-size:11px; 
	font-weight: normal; 
	color:#454545; 
}

#content a { 
	color: #1c214b;  
	text-decoration: none; 
	font-weight: none; 
}

#content a:hover { 
	color: #1c214b;  
	text-decoration: underline; 
	font-weight: none; 
}

#content .box { 
	float: left; 
	padding-top:7px; 
}

#content .first { 
	width:175px;
}

#content .middle { 
	width:443px; 
	margin:0px 7px 0px 7px; 
}

#content .last { 
	width:266px;
}

#content ul { 
	margin: 0; 
	padding:0px 10px 0px 30px; 
	list-style: circle; 
}

#content ul li { 
	padding-left: 0px; 
}

#content ul li a { 
	color: #17781a; 
	text-decoration: none; 
	font-weight: none; 
	font-size:11px; 
}

#content ul li a:hover { 
	text-decoration: underline; 
}

#content_head { 
	color:#454545; 
	font-size:14px;
    font-weight: bold; 
	padding:10px 0px 0px 0px; 
}
	
#content_head a { 
	color:#454545; 
	text-decoration: none; 
	font-weight: bold; 
}

#content_inner { 
	background-color:#fff; 
	border:1px solid #b9b9b9; 
	margin:0px 0px 7px 0px; 
	padding:10px; 
	height: 1100px;
}

#content_inner a { 
	color: #baba5d; 
	font-weight: none; 
	font-size:11px; 
}

#content_static { 
	background-color:#fff; 
	border:1px solid #b9b9b9; 
	padding:0px 0px 10px 10px; 
}

#local_menu { 
	color:#fff; 
	background-color:#fff; 
	border-left:1px solid #b9b9b9; 
	border-top:1px solid #b9b9b9; 
	border-right:1px solid #b9b9b9;
	margin:0px 0px 7px 0px;
}

#local_menu li { 
    display: block;
	color: #ba102c;
	text-align: left;
    padding:3px 10px 3px 10px; 
	text-decoration: none;
	border-bottom:1px solid #b9b9b9;
}

#sub li { 
    display: block;
	color: #ba102c;
	text-align: left;
    padding:3px 10px 3px 20px; 
	text-decoration: none;	
}










