
/* Main Sections 
------------------------------------------------------------------------- */

body {
	margin: 0;
    padding: 0;
    font-family: Verdana, Helvetica, sans-serif, Arial;
    font-size: 13px;
    text-align: center;
    position: relative;
    color: #000000;
    background: #206410;
}

/* Header Sections 
------------------------------------------------------------------------- */

#header
{
    margin: 0 auto;
	width: 840px;
	height: 90px;
	text-align: left;
}

#header-logo
{
	float: left;
}

#header-banner
{
	float: right;
	vertical-align: middle;
}

/* Shadow Sections 
------------------------------------------------------------------------- */

#shadow
{
	width: 854px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	background: url(../images/bg.gif) repeat-y;
	background-color: #ffffff;
}

#shadow-top
{
	height: 20px;
	background: url(../images/bg_top.gif) repeat-x;
}

#shadow-top-left
{
	float: left;
	width: 20px;
	height: 20px;
	padding: 0px;
	background: url(../images/bg_corner_tl.gif) no-repeat left top;
}

#shadow-top-right
{
	float: right;
	width: 206px;
	height: 20px;
	padding: 0px;
	background: url(../images/bg_corner_tr.gif) no-repeat right top;
}

#shadow-bottom
{
	height: 25px;
	background: url(../images/bg_bottom.gif) repeat-x;
}

#shadow-bottom-left
{
	float: left;
	width: 20px;
	height: 25px;
	padding: 0px;
	background: url(../images/bg_corner_bl.gif) no-repeat left top;
}

#shadow-bottom-right
{
	float: right;
	width: 206px;
	height: 25px;
	padding: 0px;
	background: url(../images/bg_corner_br.gif) no-repeat right top;
}

#container 
{
	margin: 0 auto;
	padding: 0;
	width: 840px;
	text-align: left;
}

#content 
{
	padding: 10px 25px 0 35px;
	float: left;
	width: 580px;
	line-height: 1.5em;
	text-align:justify;
	color: #000000;
}

#sidebar 
{
	padding: 10px 15px 0 10px;
	width: 170px;
	float: right;
    line-height: 1.5em;
}

.clear
{
	clear: both;
    line-height: 1px;
    font-size: 1px;
    height: 1px;
    margin-top: -1px;
    visibility: hidden;
}

abbr {
    border-bottom: 1px solid #999;
}

abbr:hover {
    border-bottom-color: #9c0;
    color: #666;
}


a, a:link, a:visited {
    color: #33c;
    text-decoration: none;
    background-color: transparent;
}

a:active {
    color: #33c;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #006;
    background-color: transparent;
    text-decoration: none;
}

p a, li a, dd a, dt a {
    border-bottom: 1px solid #33c;
}

p a:hover, li a:hover, dd a:hover, dt a:hover {
    border-bottom: 1px solid #006;
}

.cmdline {
	border: 1px dashed #dfdfdf;
	padding: 8px 10px 8px 10px;
	font-family: "Courier New", Courier;
	font-size: 12px;
	text-align: left;
	background: #f2f2f2;
}

form {
	margin: 0;
	padding: 0;
	border: none;
}

img {
	border: none;
}

ul { padding: 0px 0px .5em 20px; margin: 0px; }
ol { padding: 0px 0px .5em 30px; margin: 0px; }
dl { padding: 0px 10px .5em 0px; margin: 0px; }
dt { padding-top: 8px; padding-bottom: 5px; }
dd { margin-left: 0px; margin-bottom: 12px; }
ul li, ol li { padding-bottom: 5px;}

/* Headers and Paragraphs:
---------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
    font-weight: normal;
    line-height: 1.1em;
	text-align: left;
    color: #111;
    padding: 10px 0px 3px 0px;
    margin: 0 0 8px;
    border-bottom: 2px solid #cccccc;
}
h4, h5, h6 {
    line-height: 1.3em;
    margin-top: 8px;
    border: 0;
}

h1 { font-size: 28px; color: #3259a9; padding-top: 0; margin-bottom: 10px; }
h2 { font-size: 21px; }
h3 { font-size: 19px; border-width: 1px; }
h4 { font-size: 15px; font-weight: bold; }
h5 { font-size: 14px; font-weight: bold; }
h6 { font-size: 12px; font-weight: bold; }

p, ul, ol, dt { color: #333; }
.caption, .note { font-size: 86%; color: #555; }

a.rss_icon  {
	padding: 0 0 0 25px;
	background: transparent url(../images/icon_rss.gif) no-repeat 5px 0;
}

/* Footer Styling
------------------------------------------------ */

#footer 
{
	font-size: 10px;
	border-top:2px solid #cccccc;
	margin: 20px 20px 5px 20px;
}

#footer p {
    padding: 5px 10px 0px 10px;
    margin: 0;
    color: #8c8c8c;
    text-decoration: none;
}

#footer a, #footer a:link, 
#footer a:visited {
	border: 0;
    text-decoration: none;
}
#footer a:hover {
	border: 0;
    text-decoration: underline;
}

#footer-modx 
{
	text-align: right;
	position: relative;
	font-size: 9px;
}

/* Content formating
------------------------------------------------ */
p {
    padding: 4px 0 4px 0;
    margin: .5em 0;
}

p.intro {
    font-weight: bold;
}

/* Content formating
------------------------------------------------ */

.highlight
{
	background-color: #ffffe9;
	border: 1px solid #eeeeee;
	padding: 6px 4px 6px 4px;
}

.highlight p, .highlight h5
{
	margin: 4px 4px 8px 15px;
	padding: 0;
}

.highlight ul {
    list-style: none;
    margin: 4px 4px 4px 15px;
	padding: 0;
}

.small {
    font-size: 80%;
}

/* Main navigation list 
------------------------------------------------ */

ul.topnav, ul.toplist {
	width: 100%;
    padding: 0 0 6px 0px;
    margin: 10px 0px 6px 0px;
}
ul.topnav li, ul.toplist li { 
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.7em;
}

ul.topnav ul, ul.toplist ul {
    display: block;
    padding: 0;
    margin: 0 0 6px 20px;
}
ul.topnav a, ul.toplist a {
    display: block;
    width: 100%;
    color: #33c;
    border: 0 !important;
}
ul.toplist a {
    font-weight: bold;
}

ul.topnav ul a, ul.topnav ul a,
ul.toplist ul a, ul.toplist ul a {
    display: block;
    width: 100%;
    color: #33c;
    border: 0 !important;
}

ul.topnav li span, 
ul.toplist li span { 
    padding: 0 0 0 20px;
    line-height: 1.7em; 
}
ul.topnav li.here li.here span {
    padding: 0;
}
ul.topnav li.here a span {
    padding: 0 0 0 20px;
}
/* sub-page under an non-active parent */
ul.topnav li.here li span { 
    padding: 0 0 0 20px;
    line-height: 1.6em; 
}
/* sub-page under an active (you-are-here) parent */
ul.topnav li.here span li span, ul.topnav li.here span a span { 
    padding: 0 0 0 0;
    line-height: 1.6em; 
}
ul.topnav li.here li.here span a span { 
    padding: 0 0 0 0;
}

ul.topnav a:hover, ul.topnav a:active,
ul.topnav li.here li a:hover,
ul.toplist a:hover, ul.toplist a:active,
ul.toplist li.here li a:hover {
    background-color: #eeeeee;
    color: #006;
}
ul.topnav a:active,
ul.toplist a:active {
    color: #777;
}

ul.topnav ul li.here {
    font-weight: bold;
}
ul.topnav li.here {
    font-weight: bold;
}
ul.topnav ul li {
    font-weight: normal;
}
ul.toplist ul a {
    font-weight: bold;
}

/* Related Links 
------------------------------------------------------------------------- */
#navlist li { 
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

/* Input Controls
------------------------------------------------ */

input
{
	text-indent: 2px;
}

#sbi
{
	font-size: 13px;
	padding: 2px 2px 1px 2px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}


#sbb
{
	font-size: 13px;
	margin-top: 6px;
}

