* {
	margin:0;
	padding:0;
}

#wrapper
{
	margin:0 auto;
    margin-top:0px;
	width: 900px;
	border: 0px solid #e8e7d7;
}

body {
	font: 11px Verdana, Tahoma, sans-serif;
	color: #383838;
    background: #574d43 url(/images/body-bg.jpg);
}


/*************************/
/* Masthead              */
/*************************/

#header {
	clear:both;
	height: 100px;
	margin: 0;
	padding: 0;
	background-color: #3586b0;
	width: 900px;
}

/*************************/
/* Navigator             */
/*************************/
#navigator {
	clear:both;
	float:left;
	height: 26px;
	padding: 0;
	margin: 0;
	background:#9ab215 url(/images/navbar-bg.png);
	text-align: center;
	width:100%;
}

#navigator ul {
	padding: 0px 0px 0px 20px;
	margin: 0;
	list-style-type: none;
}

#navigator li {
	display: inline;
	padding: 0;
	margin: 0;
}

#navigator a:link,
#navigator a:visited {
	float:left;
	color:#fff;
	margin-top:1px;
	margin-left:1px;
	margin-right:1px;
	padding:5px 2px 0px 0px;
	width:82px;
	font-size: 0.87em;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background-image: url(/images/button-bg.png);
	height: 20px;
	background-repeat: no-repeat;
}

#navigator a:hover {
	text-decoration: underline;
	color: #fff;
	background-image: url(/images/button-bg-hover.png);
	background-repeat: no-repeat;
	font-weight: bold;
}

#navigator a.current {
	text-decoration: none;
	color: #fff;
	background-image: url(/images/button-bg-current.png);
	background-repeat: no-repeat;
	font-weight: bold;
}


/*************************/
/* Breadcrumbs           */
/*************************/

#breadcrumbs {
	clear:both;
	height: 18px;
	font-size: 9px;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	background-color: #f1f1f1;
	width:100%;
	text-indent: 15px;
	background-image: url(/images/bc-bg.png);
	background-repeat: repeat-x;
}

#breadcrumbs a:link {
	font-weight: normal;
	text-decoration: underline;
	color: #333;
}
#breadcrumbs a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #333;
}
#breadcrumbs a:hover {
	color: #000;
}

/*************************/
/* Copyright             */
/*************************/

#copyright {
	font-weight: normal;
	font-size: 0.82em;
	clear:both;
	width:900px;
	color: #ccc;
	margin:0 auto;
	padding:3px 0 0px;
	text-align: center;
	height: 20px;
}

/*************************/
/* Bottom Banner         */
/*************************/

#bottom_banner {
	font-weight: normal;
	font-size: 0.82em;
	clear:both;
	width:900px;
	color: #fff;
	text-align: center;
	height: 75px;
	background-color: #999;
}

/*************************/
/* Bottom Page Nav       */
/*************************/

#bottom_nav {
	font-size: 0.82em;
	clear:both;
	width:900px;
	color: #ccc;
	margin:0 auto;
	padding:0;
	text-align: center;
	height: 30px;
}

#bottom_nav a {
	text-decoration: underline;
	font-weight: normal;
	color: #ccc;
}
#bottom_nav a:hover {
	background-color: #ccc;
	text-decoration: none;
	font-weight: normal;
	color: #333;
}

/*************************/
/* Footer                */
/*************************/

#footer {
    background: #6c6c6c url(/images/footer-bg.jpg);
	height: 100px;
	clear:both;
	width: 900px;
	padding: 0;
	margin: 0;
	border-top: thin none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#footer p {
	padding-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	font-size: .8em;
	font-weight: normal;
	color: #f1f1f1;
}

#footer ul {
	padding-top: 10px;
	margin: 8px;
	text-align: center;
	list-style: none;
}

#footer li {
	padding: 2px 5px;
	margin: 4px 0px 0px;
	font-size: .85em;
	display: inline;
}

#footer li a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

#footer li a:hover {
  text-decoration: underline;
  color: #fff;
}

/*************************/
/* heads                 */ 
/*************************/
h1 {
	margin:0;
margin-top:10px;
	font: 18px Arial,Tahoma, Verdana, sans-serif;
	padding:5px 0 5px;
	color: #0066cc;
	line-height: 18px;
	font-weight: bold;
}

h2 {
	font: 15px Verdana, sans-serif;
	padding:10px 0 5px;
	margin:0;
	color: #7ca11e;
	line-height: 18px;
	font-weight: bold;
}

h2.first {
	font: 15px Arial, sans-serif;
	padding:0px 0 15px;
	margin:0;
	color: #7ca11e;
	line-height: 18px;
	font-weight: bold;
}

h3 {
	padding:5px 0 0;
	margin:0;
	font-size: 11px;
	color: #7ca11e;
	font-weight: bold;
}

h4 {
	padding:5px 0 0;
	margin:0;
	font-size: 11px;
	color: #666;
}



/*************************/
/* paras                 */ 
/*************************/
p {
	margin:0.2em 0 0.8em;
	text-align: left;
}
p.sidebar_link {
	font-size: 11px;
	margin:0.2em 0 0.4em;
	padding:2px;
	text-align: left;
}
p.code  {
	color: #333300;
	margin-top:5px;
    margin-bottom:5px;
	padding:8px;
	border: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	background-color: #fff;
	text-align: center;
}
div.boxed {
	color: #333300;
	margin:0.4em 0;
	padding:8px;
	border: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	background-color: #fff;
	text-align: center;
}
p.boxed {
	color: #333300;
	margin:0.8em 0;
	padding:8px;
	border: 1px solid #e4e2dc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	background-color: #f1f1f1;
	text-align: center;
}
p.boxed_note {
	color: #666;
	margin:0.8em 0;
	padding:8px 8px 8px 35px;
	border: 1px solid #ccc;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight:normal;
	background-color: #ffffee;
	text-align: left;
	background-image: url(/images/icon-about.gif);
	background-repeat: no-repeat;
	background-position: 6px 10px;
}
pre {
	color: #666;
	margin:0.8em 0;
	padding:8px 8px 8px 35px;
	border: 1px solid #e4e2dc;
	font-family: courier;
	font-size: 11px;
	font-weight:normal;
	background-color: #fff;
	text-align: left;
}
.error, .notice, .success {padding:.6em;margin-bottom:1em;border:1px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

p.error {
	color: #ff0000;
	margin:0.2em 0 0.4em;
	padding:2px;
}

p.warning {
	color: #990000;
	margin:0.2em 0 0.4em;
	padding:2px;
}



li {
	margin: 8px;
	padding: 0px;
}

ul {
	margin: 10px 20px 10px 30px;
}

ol {
	margin: 10px 20px 10px 30px;
}


/*************************/
/* images                */ 
/*************************/

img {
	border:0;
    vertical-align:middle;
}

img.right {
	float: right;
	margin: 0;
	border:0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}

img.left {
	float: left;
	margin: 0;
	border:0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.required {
  font-size: 1em;
  color:#ff0000;
  background: #ffff00;
}

/*************************/
/* standard              */ 
/*************************/

.rbroundbox { background: url(/images/nt.gif) repeat; }
.rbtop div { background: url(/images/tl.gif) no-repeat top left; }
.rbtop { background: url(/images/tr.gif) no-repeat top right; }
.rbbot div { background: url(/images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(/images/br.gif) no-repeat bottom right; }

/* height and width stuff */
.rbtop div, .rbtop, .rbbot div, .rbbot {
  width: 100%;
  height: 7px;
  font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 170px; margin: 3px auto; }

.rbcontent h3 {
	font-size: .98em;
	font-weight: bold;
    color:#7ca11e;
	padding:3px 2px 7px;
	margin:0;
	margin-bottom:5px;
	background-color: #eceaec;
	text-align: center;
	width: 152px;
	background-image: url(/images/h3-bg.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
}


a:link {
  text-decoration: underline;
  color: #0000EE;
}
a:visited {
  text-decoration: underline;
  color: #0000EE;
}
a:hover {
  text-decoration: underline;
  color: #000;
}

.rbcontent p {
	padding:2px 0px 4px 4px;
	margin:0;
	font-size: .9em;
	color: #333;
    width: 150px;
}

.rbcontent p a:link {
  text-decoration: underline;
  color: #0000EE;
}
.rbcontent p a:visited {
  text-decoration: underline;
  color: #0000EE;
}
.rbcontent p a:hover {
  text-decoration: underline;
  color: #000;
}


.center {
	text-align: center;
}

.left {
	text-align: left;
}



.report_title {
	font: 15px Tahoma, Verdana, sans-serif;
	padding:10px 0 2px;
	margin:0;
	line-height: 18px;
	font-weight: bold;
}

hr {
	height: 1px;
	border: 1px solid #999999;
	clear: left;
	margin: 10px 0px;
	padding: 0;
}
