@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	width: 100%;
}
body {
	color: #BBB;
	font-family: Geneva, "Lucida Sans Unicode", "Lucida Sans", Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 100%;
	width: 100%;
	margin: -1px 0 0;
	padding: 0;
	border-top: 1px solid #000;
	background: #000 url(images/page_bg_grad.png) repeat-x center top;
}
h1, h2, h3, h4, h5 {
}
h1 {
	color: #FFF;
	font-size: 30px;
	text-transform: uppercase;
}
h2 {
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
}
h3 {
	color: #FFD200;
	font-size: 16px;
	font-weight: normal;
}
h4 {
	color: #FFD200;
	font-size: 12px;
	font-weight: normal;
}
p {
	line-height: 20px;
	margin: 0 0 15px;
}
ul {
}
ol {
}
a {
	color: #FFD200;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}

#frame {
	width: 898px;
	margin: 5px auto;
	position: relative;
	border: 1px solid #585858;
	background: #323232 url(images/frame_grad_top.png) repeat-x top center;
}
#frame .w {
	text-align: left;
	padding: 0 4px 4px;
	background: url(images/frame_grad_btm.png) repeat-x bottom center;
}
#frame .c {
	position: absolute;
} .tl { top: -1px; left: -1px; } .tr { top: -1px; right: -1px; } .br { bottom: -1px; right: -1px; } .bl { bottom: -1px; left: -1px; }
#quicknav {
	height: 30px;
	padding: 0 5px;
	position: absolute;
	right: -1px;
	top: -1px;
	border: 1px solid #696969;
	background: #5D5D5D;
}
#quicknav li {
	line-height: 30px;
	float: left;
	list-style: none;
	display: block;
}
#quicknav a {
	color: #BBB;
	text-decoration: none;
	padding: 5px 10px;
}
#quicknav a:hover {
	color: #FFF;
	background: #777;
}
#nav {
	height: 40px;
	padding: 0 0 0 15px;
	position: relative;
	border-bottom: 5px solid #FFD200;
	background: #F5F5F5 url(images/nav_bg.png) repeat-x left bottom;
}
#nav li {
	color: #252525;
	font-size: 11px;
	line-height: 37px;
	height: 40px;
	list-style: none;
	float: left;
	
}
#nav a {
	color: #000;
	text-decoration: none;
	height: 37px;
	margin: 3px 0 0;
	padding: 0 15px;
	float: left;
	display: block;
}
#nav a:hover {
	background: url(images/nav_mark.png) no-repeat center bottom;
}
#nav b {
	font-weight: normal;
	height: 40px;
	float: left;
	display: block;
}
#flash {
	height: 150px;
}
#content {
	margin: 20px 0 0;
	padding: 0 5px 25px;
}
#footer {
	color: #777;
	text-align: left;
	width: 900px;
	margin: 0 auto;
	padding: 0 0 20px;
}

.clear {
	clear: both;
}
.inset-left {
	font-size: 10px;
	float: left;
	margin: 0 10px 5px 0;
}
.inset-right {
	font-size: 10px;
	float: right;
	margin: 0 0 5px 10px;
}
.framed {
	padding: 3px;
	border: 1px solid #555;
	background: #111;
}
a.button {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	width: 200px;
	padding: 5px;
	display: block;
	position: relative;
	background: #DDD url(images/whitebutton_bg.png) repeat-x center center;
}
a.button:hover {
	color: #FFF;
}
a.button img {
	border: none;
}
a.button .c1 {
	position: absolute;
	left: 0;
	top: 0;
}
a.button .c2 {
	position: absolute;
	right: 0;
	top: 0;
}
a.button .c3 {
	position: absolute;
	right: 0;
	bottom: 0;
}
a.button .c4 {
	position: absolute;
	left: 0;
	bottom: 0;
}

dl dd{ padding-right:2px;}

.accordion dd ul{
	position:relative;
}

.odd{
	background-color:#333333;
	height: 1.7em;
	
}

.even{
	background-color:#292929;
	height: 1.7em;
}

strong{
	margin-left:35px;
	font-weight:normal;
}

.data-table{
	background: url(images/tbl-btm-line.png) repeat-x bottom;
	}