/*This base file if for use with the YUI reset and font css files
<!--	<link rel="stylesheet" type="text/css" href="/shared_scripts/yui/2.7.0b/build/reset/reset-min.css" />-->
<!--	<link rel="stylesheet" type="text/css" href="/shared_scripts/yui/2.7.0b/build/fonts/fonts-min.css" />-->
<!--	<link rel="stylesheet" type="text/css" href="/shared_scripts/yui/2.7.0b/build/grids/grids-min.css" />-->
*/

body{text-align:auto;}

/* 974px Left aligned (based on doc4) */
#doc-custom-1{margin:auto;text-align:left;width:74.923em;*width:73.05em;min-width:750px;}

h1 {/*18px via YUI Fonts CSS foundation*/ font-size:138.5%;} 
h2 {/*16px via YUI Fonts CSS foundation*/ font-size:123.1%;} 
h3 {/*14px via YUI Fonts CSS foundation*/ font-size:108%;} 
h4 {/*13px via YUI Fonts CSS foundation*/ font-size:100%;} 
h1,h2,h3 {/* 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;text-align:left;} 

input,select,button,textarea{margin-right:3px;}

em {/*bringing italics back to the em element*/ font-style:italic;} 
blockquote,ul,ol,dl {/*giving blockquotes and lists room to breath*/ margin:1em;text-align:left;} 
ol,ul,dl {/*bringing lists on to the page with breathing room */ margin-left:2em;text-align:left;} 
ol li {/*giving OL's LIs generated numbers*/ list-style: decimal outside;text-align:left;} 
ul li {/*giving UL's LIs generated disc markers*/ list-style: disc outside;text-align:left;} 
dl dd {/*giving UL's LIs generated numbers*/ margin-left:1em;text-align:left;} 

caption {/*coordinated marking to match cell's padding*/ margin-bottom:.5em;/*centered so it doesn't blend in to other content*/ text-align:center;font-weight:bold;font-size:123.1%;} 

p,fieldset,table {/*so things don't run into each other*/ margin-bottom:0.75em;text-align:left;}  

/*All in 1 dec = top;right;bottom;left*/

fieldset {padding: 0.5em 1em 0.25em 0.25em;border-width: 1px; border-style: solid; border-color:#C0C0C0; /*-moz-border-radius: 6px;*/}
/*fieldset * { padding-left: 1em;}*/
img{margin:0;padding-left:0;}
a{margin:0 0 0 0;} /*links to the right of controls have quite a large space uncomment this to remove it*/

legend {color: #000000;}

th {/*distinguishing table headers from data cells*/ font-weight:bold;text-align:center;}
th,td {/*borders and padding to make the table readable*//* border:1px solid #000;*/padding:.1em;} 

sup {vertical-align: super; } 
sub { vertical-align: sub; } 

