/* CSS Document */

body {
	font: normal 13px/1.48em Arial;
	color: #474747;
	min-width: 910px;
	text-align: center;
	margin: 0;
	background: url(images/tile.png) repeat;
}
a:active, a:focus {
	outline: none;
}
#center {
	text-align: left;
	width: 900px;
	height: 100%;
	overflow: hidden;
	padding: 0 5px 30px 5px;
	background: transparent url(images/main.png) repeat-y;	
	margin-left: auto;
	margin-right: auto;
	xmargin-bottom: 10px;
	xoverflow: hidden;
	xborder-top: 0;
	xborder-left: 1px solid #cfcfcf;
	xborder-right: 1px solid #cfcfcf;
	xborder-bottom: 1px solid #cfcfcf;
	xbackground-color: #fff;
}
#bottom {
	text-align: left;
	width: 900px;
	height: 4px;
	overflow: hidden;
	padding: 0 5px;
	background: url(images/bottom.png) no-repeat;	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	
}
/* nav tabs */
#nav {
	float: left;
	width: 100% !important;
	height: 60px;
	margin-bottom: 25px;
	background: url("images/nav-div.png") repeat-x left bottom;
	xborder: 1px solid red;
	margin-top: -55px;
}
#nav ul {
	margin: 0;
	padding: 15px 20px 0 20px;
	xlist-style: none;
}
#nav li {
	float: left;
	background: url("images/tableft.png") no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	height: 36px;
	xborder: 1px solid red;
}
#nav a {
	float: left;
	display: block;
	background: url("images/tabright.png") no-repeat right top;
	padding: 3px 18px 6px 8px;
	height: 27px;
	color: #000;
	font: bold 13px/13px Arial, sans-serif;
	text-decoration: none;
}
#nav a span {
	color: #000;
	font: normal 11px/14px Arial, Helvetica, sans-serif;
}
#nav #current {
	background-image: url("images/tableft-current.png");
	position: relative;
	z-index: 0;
}
#nav #current strong {
	float: left;
	display: block;
	background: url("images/tabright-current.png") no-repeat right top;
	padding: 3px 18px 6px 8px;
	height: 27px;
	color: #fff;
	font: bold 13px/13px Arial, sans-serif;
	top: 0;
	left: 0;
}
#nav #current strong span {
	color: #fff;
	font: normal 11px/14px Arial, Helvetica, sans-serif;
}
#nav li:hover, #nav li:hover a {
	background-position:0% -36px;
}
#nav li:hover a {
	background-position:100% -36px;
}
#header {

	xborder: 1px solid green;
	background: url(images/top_bg.png) no-repeat;
	height: 115px;
	overflow: hidden;
	padding: 0 0 20px 0;
	
}
h1 {
	margin: 0;
	float: left;
}
#by {
	float: right;
}
.nowrap {
	white-space: nowrap;
}
/* content */

#content {
	clear: both;
	float: left;
	width: 560px;
	xborder: 1px solid red;
	padding: 0 20px 10px 20px;
}
h2 {
	font-size: 18px;
	color: #006;
}
#content .subhead, #content h4 {
	xcolor: #2797d3;
	color: #000;
	padding: 25px 0 5px 0;
	font-size: 15px;
}
p {
	font-size: 13px;
	margin: 0;
	padding: 5px 0;
}
a:link, a:visited {
	color: #006;
	xfont-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #f60;
	xfont-weight: bold;
	text-decoration: underline;
}
#content ul {
	margin: 0;
	padding: 0 0 5px 40px;
	color: #cfcfcf;
}
#content ul li {
	list-style: disc !important;	
}
#content a.blue:link, #content a.blue:visited {
	color: #006;
}
#content a.blue:hover {
	color: #f60;
}
#content li {
	padding-bottom: 5px;
	list-style: disc;
}
#content ul li span {
	color: #474747;
	font-weight: normal;
}
#content ul li span a span {
	color: #f60;
	font-weight: bold;
	text-decoration: underline;
}
#content ol {
	margin: 0;
	padding: 0 0 5px 45px;
	xfont-weight: bold;
	xcolor: #000;
}
#content ol li {
	list-style: decimal;	
}
#content ol li span {
	font-weight: normal;
	xcolor: #000;
}
#content ol li p, #content ol li p span {
	xcolor: #000;
	xfont-weight: normal;
}
#content ol ul li span {
	xcolor: #000;
}
#content ol ul {
	padding-top: 5px;
	list-style-type: disc;
}
#content .note {
	margin: 10px 0 5px 0;
	color: #666;
	font-size: 10px;
	line-height: normal;
}
#content .note p {
	font-size: 10px;
	line-height: 1.33em;
	color: #666;
	margin: 0 0 .25em 0;
}
#content .note sup {
	font: 8px/8px Arial, Helvetica, sans-serif;
}
#content .tip {
	xfont-weight: bold;
	color: #006;
	
}
#ratio-graph {
	margin: 10px 50px;
}
#ratio-graph div {
	color: #000066;
	font: bold 14px/20px Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 10px;
}
.rightfloat {
	float: right;
	margin-left: 15px;
}
/* sidebar */

#sidebar {
	width: 280px;
	float: right;
	xfont: 12px/17px Arial, Helvetica, sans-serif;
	
}
#sidebar a:link, #sidebar a:visited {
	color: #cb3300;
	font-weight: bold;
	text-decoration: underline;
}
#sidebar a:hover {
	color: #ff6600;
	font-weight: bold;
	text-decoration: underline;
}

/* did you know module */
#dyk {
	margin: 10px 0 10px 0;
}
#dyk strong {
	color: #333;
	
}
#dyk .subhead {
	padding: 2px 0 2px 0;
	color: #333;
	font-size: 12px;
	line-height: 1.3em;

}

#dyk .sidebox {
	background: #e5ecff url(images/sidebox_bg.png) repeat-x top left;
}

.sidebox {
	padding: 15px 20px;
	margin: 0px;
	height: 100%;
	clear: both;
	xbackground-color: #e5ecff;
	background-color: #efefef;	
}
.sidebox h3 {
	margin: 0;
	color: #000;
	font-size: 16px;
}
.sidebox p {
	font-size: 12px;	
}
.lm {
	font-weight: bold;
	color: #000066;
}
#sidebar .lm a:link, #sidebar .lm a:visited {
	color: #000066;
}
#sidebar .lm a:hover {
	color: #ff6600;
}

