﻿body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height:170%;
	color: #fff;
	margin: 0;
	padding: 0;
	background:#d2d7e3 url(../images/starsBG.gif) no-repeat scroll center top;
    z-index:0;
}
a {
	color:white;
	text-decoration:underline;
}
a:hover {
	color: silver;
	text-decoration: underline;
}
img {
	border: 0 none;
}
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#quote li {
    font-style:italic; 
    list-style-type: none; 
}
#container{
    background:#003100 url(../images/panel_rpt.jpg) repeat-y scroll 0 0;
    margin:auto;
    width:960px;
}
#mainSection {
    background:transparent url(../images/panel_top.jpg) no-repeat scroll 0 0px;
    margin:auto;
    width:940px;
}
#header {   
    clear:both;
    height:249px;
    margin:0 auto 10px;
    text-align:center;
    width:940px;
}
#breadcrumbs {
    display: inline;
    float:left;
    font-size:85%;
    font-weight:bold;
    width: 940px;
    margin-bottom:20px;
    padding-left: 30px;
 }
#breadcrumbs ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#breadcrumbs li {
    display:inline;
    margin:0;
    padding: 0 3px;
}
#footer {
	text-align: center;
    background:transparent url(../images/panel_bottom.jpg) no-repeat scroll 0 0px;
    clear:both;
    font: 11px/20px verdana;
    margin:auto;
    padding:170px 0 30px 0;
    width:940px;
    color: #fff;    
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: silver;
	text-decoration: underline;
}
#footer hr {
    border-color:#1559ac;
    border-style:solid none none;
    border-width:1px 0 0;
    clear:both;
    width:730px;
    height:0;
    margin:10px auto;
}
