/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0pr2
*/
html
{
	color:#000;
	background:#FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
{
	margin:0;
	padding:0;
}

body
{
	font:13px/1.231 verdana,arial,helvetica,clean,sans-serif;
	text-align:center;
	margin-left:auto;
	margin-right:auto;	
}

table
{
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
	font-size:100%;	
}

th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}

th
{
	text-align:left;
	font-weight:bold;
	text-align:center;	
}

fieldset,img
{
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var
{
	font-style:normal;
	font-weight:normal;
}

caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}

h6 {
	font-size:100%;
}
h1 {
	/*22px via YUI Fonts CSS foundation*/
	font-size:167%;
}
h2 {
	/*20px via YUI Fonts CSS foundation*/
	font-size:153.9%;
}
h3 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;
}
h4 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%;
}
h5 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;
}
h1,h2,h3,h4,h5,h6 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}

q:before,q:after
{
	content:'';
}

abbr,acronym
{
	/*indicating to users that more info is available */
	border:0;
	border-bottom:1px dotted #000;
	cursor:help;
	font-variant:normal;
}

sup
{
	vertical-align:text-top;
}

sub
{
	vertical-align:text-bottom;
}

input,textarea,select
{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

legend
{
	color:#000;
}

select,input,button,textarea
{
	font:99% arial,helvetica,clean,sans-serif;
}


pre,code,kbd,samp,tt
{
	font-family:monospace;
	line-height:100%;
}

em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}
li {
	list-style:none;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}

p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/* YUI CLASSES */

.yui-d1,.yui-d3
{
	margin:auto;
	text-align:left;
	width:57.69em;
}

.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6
{
	margin:auto;
	text-align:left;
	width:100%;
}

.yui-d3
{
	width:74.923em;
}

.yui-b
{
	position:relative;
}

.yui-main .yui-b
{
	position:static;
}

.yui-main
{
	width:100%;
}

.yui-t2 .yui-main
{
	float:right;
	margin-left:-25em;
}

.yui-t2 .yui-b
{
	float:left;
	width:13.84615em;
}

.yui-t2 .yui-main .yui-b
{
	margin-left:14.84615em;
}

.yui-t4 .yui-main
{
	float:left;
	margin-right:-25em;
}

.yui-t4 .yui-b
{
	float:right;
	width:13.84615em;
}

.yui-t4 .yui-main .yui-b
{
	margin-right:14.84615em;
}

.yui-main .yui-b
{
	float:none;
	width:auto;
}

.yui-t2:after,.yui-t4:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

