﻿/* General formatting */
div#contentMiddle h1 
{
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em; 
}

div#contentMiddle h2
{
	font-weight: bold;
	font-size: 1.1em; 
}

div#contentMiddle h3
{
	font-weight: bold;
	font-size: 1.0em; 
}

div#contentMiddle h4
{
	font-weight: normal;
	font-size: 1.0em;
	text-decoration: underline;
}

div#contentMiddle hr 
{
	height: 1px;
	color: #CC3333;
}

div#contentMiddle ul.noListTypeIcon
{
	list-style-type: none;
}

div#contentMiddle ul.redLine
{
	list-style-image: url(http://www.uhv.edu/ofa/images/redline.gif);
}

div#contentMiddle span.highlightedYellow
{
	background-color: #FFFF00;
	color: #000000;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 0.1em;
}

div#contentMiddle span.highlightedPurple
{
	background-color: #800080;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 0.1em;
}

div#contentMiddle .emphasisPurple
{
	font-weight: bold;
	color: #800080;
	font-size: 1.1em;
}

div#contentMiddle p.centeredText
{
	text-align: center;
}

div#contentMiddle span.boldText
{
	font-weight: bold;
}

/* End of general formatting */
#left {
	float: left;
}

#right {
	float: right;
}

.no-dots {
	list-style: disc;
	margin: 0em 0em 0em 2em; /*Top Right Bottom Left*/
}

#secondaryEvents {
	width: 12em;
	padding: 0em 0em 0em 0.5em; /*top right bottom left*/
	margin: 0em 0em 0em 0em; /*top right bottom left*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	border-left: 0.06em #CC3333 solid;
	/*border: 0.06em blue solid;*/
}

