/* CSS :: TC of Iowa :: content */

html,body {
	height:100%
}

body,td,th {
	font-size: 11px;
	color: #1D1E15;
	font-family: "Lucida Sans", Arial, sans-serif;
	line-height: 20px;
}
body {
	background-image: url(../images/mainBgnd_tile.gif);
	background-repeat: repeat-x;
	background-color: #C2C188;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	background-image: url(../images/content_hdrBgnd_tileRed.gif);
	background-repeat:repeat;
	font-size: 22px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	padding: 5px;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	margin-top: -1px;
	line-height: 14px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #6F1914;
	line-height: 18px;
	margin-top: -1px;
	margin-bottom: -1px;
}

/****************************************** classes */

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3e3e3e;
}
.smaller {
	font-size: 9px;
}
.larger {
	font-size: 14px;
}

/****************************************** general link */

a:link {
	color: #095282;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #095282;
}
a:hover {
	text-decoration: underline;
	color: #095282;
}
a:active {
	text-decoration: none;
	color: #095282;
}

/****************************************** h2 link */

h2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
h2 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
h2 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
h2 a:active {
	text-decoration: none;
	color: #FFFFFF;
}