/* CSS Document */

body {
margin: 0;
padding: 0;
background: #7082C9 url('images/background.jpg') repeat-x;
font-family: lucida grande, arial, helvetica, sans-serif;
color: #000;
}
#footer {
color: #fff;
font-size: 9px;
line-height: 25px;
text-align: center;
}
#breadcrumb {
float: right;
dislay: block;
font-size: 9px;
}
#content_region {
padding: 10px;
font-size: 11px;
}
#content_region img {
border: 1px solid #666;
margin: 5px;
}
#content_region h2 {
font-size: 12px;
padding-left: 25px;
margin: 5px 0;
border-bottom: 1px solid #ccc;
line-height: 20px;
background: url('images/us.gif') no-repeat;
}
#content_region h3 {
color: #000;
font-size: 11px;
margin: 0;
padding-left: 20px;
background: url('images/arrow.png') no-repeat;
}
#content_region ul {
list-style: none;;
}
#content_region ul li {
padding-left: 20px;
margin-top: 5px;
line-height: 12px;
background: url('images/bullseye.png') no-repeat;
}
#nav_footer {
background: url('images/navbar_02.gif') no-repeat;
height: 6px;
width: 151px;
}

/* NAV REGION */
#nav_region {
width: 151px;
background: url('images/navbar_01.gif') repeat-y;
text-align: left;
}
#nav_region ul#nav {
margin: 0;
padding: 0;
list-style: none;
}
#nav_region ul#nav li {
font-size: 11px;
border-bottom: 1px solid #ccc;
line-height: 20px;
background: url('images/bullet.gif') no-repeat;
padding-left: 25px;
}
#nav_region ul#nav li a:visited, #nav_region ul#nav li a:link {
color: #fff;
text-decoration: none;
}
#nav_region ul#nav li:hover, #nav_region ul#nav li a:hover {
text-decoration: none;
color: #FFFF99;
}

blockquote {
	margin:1.5em;
	padding:1.5em 1.5em 0em 1.5em;
	background:#fff url(images/bg_blockquote.jpg) no-repeat top left;
	border:1px solid #ccc;
}
#announce {
width: 151px;
margin: 25px 0;
font-size: 12px;
font-weight: bold;
border: 1px solid #ccc;
padding: 10px 0;
}
#content_region .no_image {
border: 1px solid #fff;
}