/* main_content01.css, ver. 1, updated 05.13.04
Principal Cascading Style Sheet / basic styles
www.albany.edu, University at Albany */

/*-- This line defines a link as dark red without an underline */
a {
	color: #9a211e;
	text-decoration: none;
}

/*-- This line defines a hover link with an underline */
a:hover {
	text-decoration: underline;
}

/*-- This line defines a visited link as dark blue */
a:visited {
	color: #000080;
}

/*-- This line defines body text */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000000;
	background-color: #dac880;
	margin-top: 0;
  	margin-left: 20;
}

/*-- This line defines table data */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000000;
}

/*-- This line defines paragraph text */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
}

/*-- This line defines an ordered list */
ol {
	list-style-position: inside;
	padding-left: 5px;
	margin-left: 5px;
}

/*-- This line defines an unordered list */
ul {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 6px;
	margin-left: 6px;
}

/*-- This line defines a 10px indent for a paragraph */
.indent10px {
	text-indent: 10px;
}

/*-- This line defines a 25px indent for a paragraph */
.indent25px {
	text-indent: 25px;
}

/*-- This line defines a paragraph as centered */
.center {
	text-align: center;
}

/*-- This line defines a paragraph as flush right */
.flushright {
	text-align: right;
}

/*-- This line defines heading 1 (h1 has no specified application at this time) */
.h1 {
	font-size: 1.85em;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: -.05em;
}

/*-- This line defines heading 1 as optional medium yellow ochre for more subtle titling needs (h1 has no specified application at this time) */
.h1tan {
	font-size: 1.85em;
	font-style: normal;
	font-weight: bolder;
	color: #cbaf42;
	letter-spacing: -.05em;
}

/*-- This line defines heading 1 as a red (h1 has no specified application at this time) */
.h1red {
	font-size: 1.85em;
	font-style: normal;
	font-weight: bolder;
	color: #9a211e;
	letter-spacing: -.05em;
}

/*-- This line defines heading 1 as a blue (h1 has no specified application at this time) */
.h1blue {
	font-size: 1.85em;
	font-style: normal;
	font-weight: bolder;
    color: #204875;
	letter-spacing: -.05em;
}

/*-- This line defines heading 2 */
.h2 {
	font-size: 1.65em;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: -.05em;
}

/*-- This line defines heading 2, as optional medium yellow ochre for more subtle titling needs */
.h2tan {
	font-size: 1.65em;
	font-style: normal;
	font-weight: bolder;
	color: #cbaf42;
	letter-spacing: -.05em;
}

/*-- This line defines heading 2, the standard red page content title. Most pages will begin with this h2 heading */
.h2red {
	font-size: 1.65em;
	font-style: normal;
	font-weight: bolder;
	color: #9a211e;
	letter-spacing: -.05em;
}

/*-- This line defines heading 2, as a blue */
.h2blue {
	font-size: 1.65em;
	font-style: normal;
	font-weight: bolder;
    color: #204875;
	letter-spacing: -.05em;
}

/*-- This line defines heading 3 */
.h3 {
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -.04em;
}

/*-- This line defines heading 3, as optional medium yellow ochre for more subtle titling needs */
.h3tan {
	font-size: 1.4em;
	font-style: normal;
	font-weight: bolder;
	color: #cbaf42;
	letter-spacing: -.04em;
}

/*-- This line defines heading 3, as a red */
.h3red {
	font-size: 1.4em;
	font-style: normal;
	font-weight: bolder;
	color: #9a211e;
	letter-spacing: -.04em;
}

/*-- This line defines heading 3, as a red */
.h3blue {
	font-size: 1.4em;
	font-style: normal;
	font-weight: bolder;
    color: #204875;
	letter-spacing: -.04em;
}

/*-- This line defines heading 4, as optional medium yellow ochre for more subtle titling needs */
.h4 {
	font-size: 1.15em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -.04em;
}

/*-- This line defines heading 4, as optional medium yellow ochre for more subtle titling needs */
.h4tan {
	font-size: 1.15em;
	font-style: normal;
	font-weight: bold;
	color: #cbaf42;
	letter-spacing: -.04em;
}

/*-- This line defines heading 4, as a red */
.h4red {
	font-size: 1.15em;
	font-style: normal;
	font-weight: bold;
	color: #9a211e;
	letter-spacing: -.04em;
}

/*-- This line defines heading 4, as a blue */
.h4blue {
	font-size: 1.15em;
	font-style: normal;
	font-weight: bold;
	color: #204875;
	letter-spacing: -.04em;
}

/*-- This line defines heading 5 */
.h5{
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -.04em;
}

/*-- This line defines heading 5, as optional medium yellow ochre for more subtle titling needs */
.h5tan {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #cbaf42;
	letter-spacing: -.04em;
}

/*-- This line defines heading 5, as a red */
.h5red {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #9a211e;
	letter-spacing: -.04em;
}

/*-- This line defines heading 5, as a blue */
.h5blue {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #204875;
	letter-spacing: -.04em;
}

/*-- This line defines heading 6 */
.h6{
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -.04em;
}

/*-- This line defines heading 6, as optional medium yellow ochre for more subtle titling needs */
.h6tan {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #cbaf42;
	letter-spacing: -.04em;
}

/*-- This line defines heading 6, as a red */
.h6red {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #9a211e;
	letter-spacing: -.04em;
}

/*-- This line defines heading 6, as a blue */
.h6blue {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #204875;
	letter-spacing: -.04em;
}

/*-- This line defines small text */
.smalltext {
	font-size: 0.8em;
	line-height: 1.1em;
}

/*-- This line defines third column main heading */
.sidehead {
	font-size: 0.8em;
	color: #204875;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}

/*-- This line defines third column text */
.sidecontent {
	font-size: .8em;
	text-align: left;
	line-height: 1.1em;
}

/*-- This line defines a caption as small italics. */
.caption {
	font-size: .85em;
	font-style: oblique;
}

/*-- This line defines a bold area */
.bold {
	font-weight: bold;
}

/*-- This line defines as italic */
.italic {
	font-style: oblique;
}

/*-- This line defines text with an underscore */
.underscore {
	text-decoration: underline;
}

/*-- This line defines text as white */
.whitetext {
	color: #ffffff;
}

/*-- This line defines a 2px white box */
.wborderfull2px {
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff;
}

/*-- This line defines a horizontal rule as medium yellow ochre */
hr {
  height: 1px;
  width: 100%;
  color: #caaf44;
}

/*-- This line defines a 1px dark yellow ochre top rule */
.topbordercbaf42 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cbaf42;
}

/*-- This line defines page bottom global navigation text */
.pagebottomnav {
	font-size: .8em;
	text-align: center;
	font-weight: bolder;
}

.td_litetan {
	background-color: #f8f2dc;
}

.td_medtan {
	background-color: #dac880;
}

.td_darktan {
	background-color: #cbaf42;
}