*
{
	margin: 0;
	padding: 0;
}
#wrapper
{
	border: 1px solid #9c9c9c;
	margin: 0 auto;
	width: 925px;
}
body
{
	background-color: #333;
	color: #111;
	font: 12px Verdana, Tahoma, sans-serif;
}
#header
{
	background: #666 url(/images/header.png) no-repeat;
	clear: both;
	height: 100px;
	width: 925px;
}
.header_left
{
	float: left;
	margin: 0px;
	margin-left: 15px;
	margin-top: 22px;
	padding: 0px;
}
.header_right
{
	float: right;
	margin: 0px;
	margin-right: 18px;
	margin-top: 20px;
	padding: 0px;
	width: 470px;
}
#navigator {
	background:#333 url(/images/navbar-bg.png);
	clear:both;
	float:left;
	height:25px;
	text-align:center;
	width:100%;
	margin:0;
	padding:0;
}

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

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

#navigator a:link,#navigator a:visited {
	background-image:url(/images/button-bg.png);
	background-repeat:repeat-x;
	color:#fff;
	float:left;
	font-size:.9em;
	font-weight:400;
	height:20px;
	margin-left:1px;
	margin-right:1px;
	margin-top:2px;
	text-align:center;
	text-decoration:underline;
	width:110px;
	vertical-align:bottom;
	line-height:11px;
	padding:5px 0 0;
}

#navigator a:hover {
	background-image:url(/images/button-bg-hover.png);
        background-repeat:repeat-x;
        color:#000;
	font-weight:500;
	text-decoration:none;
}

#navigator a.current {
	background-image:url(/images/button-bg-current.png);
	 background-repeat:repeat-x;
	color:#fff;
	font-weight:600;
	text-decoration:none;
}
#breadcrumbs
{
	background-color: #f1f1f1;
	background-image: url(/images/bc-bg.png);
	background-repeat: repeat-x;
	clear: both;
	color: #ccc;
	font-size: 10px;
	height: 24px;
	margin: 0;
	padding: 0;
}
#breadcrumbs a:link
{
	color: #ebca15;
	font-weight: normal;
	text-decoration: underline;
}
#breadcrumbs a:visited
{
	color: #ebca15;
	font-weight: normal;
	text-decoration: underline;
}
#breadcrumbs a:hover
{
	color: #fff;
}
.breadcrumbs_left
{
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	text-indent: 15px;
}
.breadcrumbs_right
{
	float: right;
	margin: 0px;
	margin-top: 1px;
	padding: 0px;
	width: 342px;
}
#copyright
{
	clear: both;
	color: #dedede;
	font-size: 0.82em;
	font-weight: normal;
	height: 22px;
	margin: 0 auto;
	padding: 3px 0 0px;
	text-align: center;
	width: 925px;
}
#bottom_nav
{
	clear: both;
	color: #ccc;
	font-size: 0.82em;
	height: 22px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
	width: 925px;
}
#bottom_nav a
{
	color: #dedede;
	font-weight: normal;
	text-decoration: underline;
}
#bottom_nav a:hover
{
	background-color: #ccc;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#footer
{
	background: #333 url(/images/footer-bg.png) repeat-x;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: thin none;
	clear: both;
	height: 100px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 925px;
}
#footer ul
{
	list-style: none;
	margin: 0;
	padding: 15px;
	text-align: center;
}
#footer li
{
	display: inline;
	margin: 4px 0px 0px;
	padding: 2px 5px;
}
#footer li a
{
	color: #fff;
	font-size: .9em;
	font-weight: normal;
	height: 20px;
	margin: 0px;
	margin-bottom: 1px;
	margin-top: 1px;
	padding: 1px;
	text-decoration: none;
}
#footer li a:hover
{
	background-color: #fff;
	color: #000;
	text-decoration: underline;
}
#footer a.current
{
	background-color: #fff;
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
h1
{
	color: #333333;
	font: 20px "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	margin-top: 10px;
        margin-bottom: 5px;
	padding: 0;
}
h2
{
	color: #333333;
	font: 13px Verdana,sans-serif;
	font-weight: bold;
	line-height: 16px;
	margin-top: 5px;
        margin-bottom: 5px;
	padding: 0;
}
h2.first
{
	color: #666666;
	font: 13px Verdana,sans-serif;
	font-weight: bold;
	line-height: 16px;
	margin-top: 3px;
        margin-bottom: 5px;
	padding: 0;

}
h3
{
	color: #333333;
	font: 12px Verdana,sans-serif;
	font-weight: normal;
	margin-top: 5px;
        margin-bottom: 5px;
	padding: 0;
}
h4
{
	color: #333333;
	font: 11px "Times New Roman", Times, serif;
	margin-top: 5px;
        margin-bottom: 5px;
	padding: 0;
}
p
{
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0;
}
ul
{
	margin: 10px 30px 20px 30px;
}
ol
{
	margin: 10px 30px 20px 30px;
}
li
{
	margin: 8px;
	padding: 0px;
}
img
{
	border: 0;
	vertical-align: middle;
}
img.right
{
	border: 0;
	float: right;
	margin: 0;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 5px;
}
img.left
{
	border: 0;
	float: left;
	margin: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 5px;
}
.required
{
	background: #ffff00;
	color: #ff0000;
	font-size: 1em;
}
.rbroundbox
{
	background: url(/images/nt.gif) repeat;
	background-color: #fff;
}
.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;
}
.rbtop div, .rbtop, .rbbot div, .rbbot
{
	font-size: 1px;
	height: 7px;
	width: 100%;
}
.rbcontent
{
	margin: 0 7px;
}
.rbroundbox
{
	margin: 3px auto;
	width: 170px;
}
.rbcontent h3
{
	background-color: #cdcdcd;
	color: #000;
	font: 10px Verdana,sans-serif;
	font-weight: normal;
	margin: 0;
	margin-bottom: 5px;
	padding: 3px;
	text-align: center;
	width: 152px;
}
.rbcontent p
{
	color: #000;
	font-size: .9em;
	font-weight: normal;
	margin: 0;
	padding: 4px 0px 2px 4px;
	width: 155px;
}
.rbcontent p a:link
{
	color: #0000ff;
	font-weight: normal;
	text-decoration: underline;
}
.rbcontent p a:visited
{
	color: #000099;
	font-weight: normal;
	text-decoration: underline;
}
.rbcontent p a:hover
{
	color: #ff0000;
	font-weight: normal;
	text-decoration: underline;
}
.center
{
	text-align: center;
}
.left
{
	text-align: left;
}
hr
{
	background-color: #f1f1f1;
	color: #f1f1f1;
	height: 1px;
	margin: 10px 0px;
	width: 100%;
}
pre, .code
{
	background: url(/images/code-block.gif) no-repeat top left #fff;
	font: 1em/1.5 "Courier News", monospace;
	margin: 15px 15px;
	padding: 15px 25px 15px 60px;
}
.tips
{
	background: url(/images/icons/bullet-tips.gif) no-repeat center left;
	color: #DF8A00;
	padding: 5px 5px 5px 25px;
}
a:link
{
	color: #0000ff;
	font-weight: normal;
}
a:visited
{
	color: #0000ff;
	font-weight: normal;
}
a:hover
{
	color: #ff0000;
	font-weight: normal;
}
.info, .success, .warning, .error, .validation
{
	background-position: 10px center;
	background-repeat: no-repeat;
	border: 1px solid;
	margin: 10px 0px;
	padding: 10px 10px 10px 50px;
}
.info
{
	background-color: #BDE5F8;
	background-image: url('/images/icons/info.png');
	color: #00529B;
}
.success
{
	background-color: #DFF2BF;
	background-image: url('/images/icons/success.png');
	color: #4F8A10;
}
.warning
{
	background-color: #FEEFB3;
	background-image: url('/images/icons/warning.png');
	color: #9F6000;
}
.notice
{
	color: #ff0000;
}
p.boxed
{
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	color: #333300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 6px;
	margin-top: 6px;
	padding-bottom: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 3px;
	text-align: center;
}
.small
{
	font-size: 10px;
}
.small_date
{
	color: #666;
	font-size: 9px;
}