* {
	margin:0;
	padding:0;
}

#wrapper
{
	margin:0 auto;
	width: 875px;
}

body {
	font: 11px Verdana, Tahoma, "Lucida Grande", Lucida, sans-serif;
	background: #5e5e5e url(/images/body-bg.jpg);
}


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

#header {
	clear:both;
	height: 102px;
	margin: 0;
	padding: 0;
	background-color: #000;
	width: 875px;
}

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

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

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

#navigator a:link,
#navigator a:visited {
	float:left;
	color:#CCCCCC;
	margin-top:1px;
	margin-left:1px;
	margin-right:1px;
	padding:5px 2px 0px 0px;
	width:82px;
	font-size: 0.85em;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	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;
}

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


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

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

#breadcrumbs a {
	text-decoration: none;
	font-weight: normal;
	color: #6d982d;
}

#breadcrumbs a:link,a:visited {
	color: #6d982d;
}
#breadcrumbs a:hover {
	color: #000;
}

/*************************/
/* Footer                */
/*************************/
#copyright {
	font-size: 0.82em;
	clear:both;
	width:875px;
	color: #f1f1f1;
	margin: 0;
	padding:5px 0 10px;
	text-align: center;
}
#copyright a {
	text-decoration: underline;
	font-weight: normal;
	color: #f1f1f1;
}

#footer {
	font-weight: normal;
	color: #f1f1f1;
	font-size: 0.8em;
	background: url(/images/footer-bg.png) repeat-x;
	height: 30px;
	clear:both;
	width: 875px;
	padding-top: 2px;
	margin: 0;
}

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

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

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


#footer li a.current {
  text-decoration: none;
  color: #fff;
}

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

/*************************/
/* heads                 */ 
/*************************/
h1 {
	font: 14px "Lucida Grande", Lucida, Tahoma, sans-serif;
	padding:5px 0 0px;
	margin:2px 0px 0px;
	color: #666;
	font-weight: bold;
}

h2 {
	font: 12px Tahoma, Verdana, sans-serif;
	padding:5px 0 5px;
	margin:0;
	color: #666;
	line-height: 18px;
	font-weight: bold;
}

h2.first {
	padding:2px 0 5px;
	margin:0;
	color: #999;
	line-height: 14px;
	font-weight: bold;
}

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

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


/*************************/
/* paras                 */ 
/*************************/
p {
	margin:0.2em 0 0.4em;
	padding:2px;
	text-align: justify;
	text-justify: newspaper; 
}

p.sidebar {
	text-align: left;
}

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

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

p.note {
	color: #999;
	margin: 0.6em 0;
    margin-bottom: 0.6em;
	padding:8px;
	border: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	background-color: #fff;
	text-align: left;
}

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

p.alert {
	color: #ff0000;
	margin:0.2em 0 0.4em;
	padding:2px;
}
p.boxed {
	color: #333300;
	margin: 0.6em 0;
    margin-bottom: 0.6em;
	padding:8px;
	border: 1px solid #e4e2dc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	background-color: #fff;
	text-align: left;
}

p.tip {
	color: #333300;
	margin: 0.6em 0;
    margin-bottom: 0.6em;
	padding:8px;
	border: 1px solid #e4e2dc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	background-color: #fff;
	text-align: left;
}

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

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


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

img.main {
	margin: 0 auto 1em;
	display: block;
	border:0;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

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

img.minor {
float: left;
margin: 0 1.5em 1em 0;
border:0;
}

img.logo {
	border:0;
	padding:0;
	margin: 15px 0px 0px 10px;
	text-align: center;
}

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

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

/* set millions of background images */
.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-weight: normal;
	padding:2px 2px 5px;
	margin:0;
	font-size: 10px;
	color: #4c8b20;
	background-color: #eceaec;
	text-align: center;
	width: 152px;
	background-image: url(/images/h3-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.rbcontent p {
	padding:2px 0px 4px 4px;
	margin:0;
	font-size: .82em;
	color: #666;
    width: 150px;
}

a:link,a:visited {
	color: #4f6805;
}
a:hover {
	color: #000;
}

.center {
	text-align: center;
}
img {
	border:0;
}

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

p.resourcebox {
	color: #666666;
	margin:0.4em 0;
	padding:8px;
	border: 1px solid #A7A6AA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EBE9ED;
}

