body {
	font-family: tahoma, helvetica, arial, sans-serif;
	text-align: center;
	background: url(images/page_bg.jpg);
	color: #6f6f6f;
}

html, body, #wrapper, h1, #nav-top, #nav-top li, #nav-left, #nav-top li {
	margin: 0;
	padding: 0;
	list-style: none;
}

th, td {
	font-size: 11px;
}

img { border: 0; }

#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 900px;
	position: relative;
}
.block {
	display: block;
}

.clear {
	clear: both;
	height: 1px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1px;
	line-height: 1px;
}

* html .clear {
	margin-top: -5px;
	margin-bottom: -4px;
}

.left {
	float: left;
	margin: 1px 8px 0px 0px;
}

.softright {
	text-align: right;
}

.readmore {
	text-align: right;
}

/* header */

#header {
	background: url(images/body_bg.gif) repeat-y;
	position: relative;
	width: 900px;
	margin-bottom: 11px;
}

#header .bl { height: 157px; }

#header .tr { background: url(images/header_tr.gif) top right no-repeat; }
#header .bl { background: url(images/header_bl.gif) bottom left no-repeat; }
#header .br { background: url(images/header_br.jpg) bottom right no-repeat; width:100%;}

#header a {color:#fff; text-decoration:none}
#header a:visited {color:#fff; text-decoration:none}
#header a:active {color:#f00}
#header a:hover {color:#f00}

#page_menu {
        margin-top: -15px;
	.margin-top: -10px;
	_margin-top: -10px;
        margin-left: -39px;
	width: 900px;
	height: 21px;
}

#page_menu ul {
	width: 900px;
	height: 21px;
	list-style-type: none;
	overflow: hidden;
}

#page_menu li {
	margin-right: 1px;
	width: 127.5px;
	height: 21px;
	float: left;
	background: url('images/menu_background.gif') repeat-x 0px 0px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#page_menu li.current {
	background: url('images/menu_current.gif') repeat-x 0px 0px;
}

#page_menu li.last {
	margin-right: 0px;
}

#page_menu a {
	padding-top: 3px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#page_menu a:hover {
	color: #e1e1e1;
}

#sub_page_menu {
        margin-top: -15px;
	.margin-top: 1px;
	_margin-top: 1px;
        margin-left: -39px;
	width: 900px;
	height: 21px;
}

#sub_page_menu ul {
	width: 900px;
	height: 21px;
	list-style-type: none;
	overflow: hidden;
}

#sub_page_menu li {
	margin-right: 1px;
	width: 149px;
	height: 21px;
	float: left;
	background: url('images/submenu_background.gif') repeat-x 0px 0px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#sub_page_menu li.current {
	background: url('images/submenu_current.gif') repeat-x 0px 0px;
}

#sub_page_menu li.last {
	margin-right: 0px;
}

#sub_page_menu a {
	padding-top: 3px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#sub_page_menu a:hover {
	color: #e1e1e1;
}


/* body */

#body {
	background: url(images/body_bg.gif) repeat-y;
}

#body h2 {
	margin: 0 0 1.5em 0;
}

#body h3 {
	margin: 0 0 0 0;
}

.timed {
	background: #5b96da url(images/support_bg.jpg) no-repeat;
	color: #fff;
	padding: 10px 10px 1.3em 71px;
	margin: 2em 0;
	border-bottom: 1px solid white;
}

.timed .readmore {
	margin-bottom: 0;
}

.timed h3 {
	margin: 0;
	padding: 0;
	text-indent: -57px;
}

.timed a {
	color: #fff;
}

.timed a:hover {
	text-decoration: none;
}

#browse {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	background: white;
	border-bottom: 2px solid white;
}

#browse dt {
	background: #c80000 url(images/dt_bg.gif) bottom repeat-x;
	color: #fff;
	margin: 2px 2px 1px 2px;
	padding: 6px 0;
	text-align: center;
	font-weight: bold;
}

#browse dd {
	background: #3ba5d2;
	border-bottom: 1px solid #fff;
	padding: 0;
	margin: 0 2px;
}

#browse dd a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 3px 22px;
}

* html #browse dd {
	padding: 3px 22px;
	padd\ing: 0;
}

* html #browse dd a {
	display: inline;
	di\splay: block;
}

#browse dd a:hover {
	background: #74a7b7;
}

#browse .first {
	padding-top: 10px;
}

#browse .last {
	padding-bottom: 8px;
	border-bottom: 1px solid white;
}

#browse .searchform {
	padding: 10px;
}

#browse .text, #browse select {
	width: 160px;
}

#browse form {
	margin: 0;
	padding: 0;
}

#browse form div {
	padding-bottom: 8px;
	width: 165px; 
}
/* footer */

#footer {
	clear: both;
	text-align: center;
	background: url(images/footer_bg.gif) repeat-x;
}

#footer div div { padding: 8px 0; }

#footer, #footer a {
	color: #fff;
}

#footer div { background: url(images/footer_l.gif) no-repeat; width:100%; }
#footer div div { background: url(images/footer_r.gif) top right no-repeat;width:100%; width:100%; }

