/* CSS styles for V2 of statref.com */

body{
	padding: 0;
	margin: 10px;
	margin-top: 0px;
	font-family: Verdana;
	font-size: 11px;
	background: #e8f0f0;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	/*color: black;*/
	color: #6C9A9C;
}
	
h2 {
	font-size: 12px;
	font-weight: bold;
	background-color: #7CA6A7;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: white;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-left: 25px;
	color: #6C9A9C;
	border-bottom: 1px solid #7CA6A7;
	/*#6C9A9C green background*/
	/*#f0f2f2 light gray*/
	/*#616B76 dark gray*/
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin-left: 0px;
	color: #6C9A9C;
}

a {
	text-decoration: none;
	color: blue;
}

a:hover{text-decoration: underline;}
a:visited{ color: blue;}

p {
	margin-left: 25px;
}

hr {
	border: 0;
	color: gray;
	background-color: gray;
	height: 1px;
	width: 100%;
	text-align: left;
}
dl dt {
	color: #6C9A9C;
	font-weight: bold;
	margin-left: 25px;
}

dl dd {
	margin-left: 50px;
	margin-bottom: 10px;
}



#current{text-decoration: underline;} /* used to indicate the current tab sub-menu link */

#maincontainer{
	width: 760px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background: white;
		border: solid 1px #aaaaaa;
}

#topsection{
	background: white;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin: 10px 200px 10px 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentcolumn-wide{
	margin: 10px 195px 10px 5px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#signin{
	margin-left: 500;
}

#leftcolumn{
	float: left;
	margin-left: -750px; /*Set margin to that of -(MainContainerWidth)*/
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:10px;
}

#rightcolumn{
	float: left;
	margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
	margin-top: 10px;
	margin-bottom: 10px;
}

#marqueecontainer{
position: relative;
width: 155px; /*marquee width */
height: 300px; /*marquee height */
background-color: white;
overflow: hidden;
border: 0px;
padding: 0px;
padding-left: 2px;
}

#column1{
	float: left;
	margin-left: -750px; /*Set margin to that of -(MainContainerWidth)*/
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:10px;
}

#column2{
	margin: 10px 190px 10px 290px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}


#footer{
	height: 35px;
	padding-top: 8px;
	clear: left;
	width: 100%;
	text-align: center;
	background-color: #f0f2f2;
	color: black;
}

#footer p{
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
}

.innertube{
	margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

#gradientrow{
	background: url("images/tbargradient.gif");
	height: 25px;
}

.section-heading{
	font-size: 11px;
	background: url("images/arr1.gif") no-repeat left;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 1em;
	margin-top: 8px;
	margin-bottom: 8px;
	
}


    #tabs {
      float:left;
      width:100%;
      background:#DAE0D2 url("images/bg.gif") repeat-x bottom;
      line-height:normal;
		font-size: 12px;
      }
    #tabs ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #tabs li {
      float:left;
      background:url("images/tableft.gif") no-repeat left top;
      margin:0;
      padding: 0 1px 0 8px;
      border-bottom:1px solid #765;
      }
    #tabs a {
      float:left;
      display:block;
      width:.1em;
      background:url("images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color: white;
      }
    #tabs > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover {
      text-decoration:none;
      font-weight:bold;
      color: white;
      }
    #tabs #current {
      background-position:0 -150px;
      border-width:0;
	  text-decoration:none;
      }
    #tabs #current a {
      background-position:100% -150px;
      padding-bottom:5px;
      color: black;
      }
    #tabs li:hover, #tabs li:hover a {
      background-position:0% -75px;
      }
    #tabs li:hover a {
      background-position:100% -75px;
      }




#tabsubmenu{
      float:left;
	  width: 100%;
	font-size: 12px;
	height: 19px;
	background-color: #f0f2f2;
	color: #000;
	text-align: left;
	padding-top: 4px;
	border-bottom: solid 1px #aaaaaa;
}

#tabsubmenu p{margin-top: 0;}

#standardtable td{
	vertical-align: top;
	padding-bottom: 5px;
}

#featuretable{
	padding: 0;
	margin: 0;
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
}

#featuretable td{
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding-left: 4px;
	padding-right: 4px;
	height: 20px;
}

#featuretable th{
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding-left: 4px;
	padding-right: 4px;
	height: 20px;
	background-color: #f0f2f2;
}

#standardtable #bold{font-weight: bold}

#signintable td{
	vertical-align: center;
	padding-bottom: 3px;
}

#azgrid {
	width: 141px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #aaaaaa;
	color: #616B76;
	text-align: center;
	font-weight: bold;
	background-color: #f0f2f2;
	border-top: 1px solid #aaaaaa;
}

#azgrid td {
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	width: 20px;
	height: 20px;
	text-align: center;
}

#azgrid td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#azgrid td a:link, td a:visited {color: blue;}

#azgrid td a:hover, td a:active {color: blue;}







#curriculumgrid {
	width: 700px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #aaaaaa;
	color: #616B76;
	text-align: center;
	font-weight: bold;
	background-color: #f0f2f2;
	border-top: 1px solid #aaaaaa;
}

#curriculumgrid td {
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	width: 175px;
	height: 20px;
	text-align: center;
}

#curriculumgrid td a {
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	display: block;
}

#curriculumgrid td a:link, td a:visited {color: blue;}

#curriculumgrid td a:hover, td a:active {color: blue;}




#anchormenu{
	height: 16px;
	padding-left: 4px;
	padding-top: 2px;
	border: 1px solid #7CA6A7;
	color: #7CA6A7;
	font-size: 10px;
}

#bookcover{
	border: 1px solid #000;
	margin-right:4px;	
}

#icon{
	margin-left: 2px;
	vertical-align: bottom;
	border: 0;
}

div.linklist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.linklist li {
	font-size: 10px;
	margin-left: 25px;
	padding-bottom: 4px;
	padding-top: 4px;
	color: gray;
}

div.linklist b {
	font-size: 11px;
	color: black;
		font-weight: normal;
}



/* Sidebar Content
----------------------------------------------- */
#leftcolumn ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#leftcolumn li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#leftcolumn p {
  color:#666;
  line-height:1.5em;
  }
  
  