/* id.ology styles */
HTML
{
	height: 100%;
}
BODY
{
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #4C482E;
	line-height: 15px;
	letter-spacing: 0px;
	height: 100%;
	background: #ff0099;
}
BODY.edu
{
	background: #d0943c;
	background-image: url(../images/bg_edu.jpg);
}
BODY.xmas
{
	background: #4c7f0c;
}
TABLE
{
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 15px;
	letter-spacing: 0px;
	color: #4C482E;
	height: 100%;
}
TABLE.normalTable
{
	height: auto;
}
OL
{
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #4C482E;
	line-height: 15px;
	letter-spacing: 0px;
}
H1
{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 6px 0;
}
H2
{
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 6px 0;
}
A
{
	font-weight: normal;
	color: #4C482E;
	text-decoration: underline;
}
A:hover
{
	font-weight: normal;
	color: #ffffff;
	background-color: #4C482E;
	text-decoration: none;
}
#footer A:hover
{
	font-weight: normal;
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}
A.whiteLink
{
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
A:hover.whiteLink
{
	font-weight: normal;
	color: #ff0099;
	background-color: #ffffff;
	text-decoration: none;
}
A:hover.imageOnGreen
{
	background-color: #5f9817;
	text-decoration: none;
}
.inlinePic
{
	margin: 3px 15px 10px 0;
}
.inlinePic2
{
	margin: 3px 15px 90px 0;
}
.inlinePic3
{
	margin: 3px 15px 10px -3px;
}
.inlinePic4
{
	position: relative;
	left: -30px;
	top: 0px;
	float: left;
	display: block;
	margin: 3px 0px 0px 0px;
}
.formfield
{
	font-weight: normal;
	color: #4C482E;
}

input,textarea
{
	font-weight: normal;
	color: #4C482E;
	margin-bottom: 8px;
	margin-top: 2px;
}

.bottomTableOutside 
{
	background-image: url(../images/bg_stripe_pink.gif);
	padding: 3px;
	border: 1px solid #ff0099;
	height: auto;
 }

.bottomTableInside
{
	padding: 8px;
	background: #ff0099;
	color: #fff;
	height: auto;
}

.archiveTable
{
	background: #ffffff;
	height: auto;
}