
.blue{ color: #045fc0; }
a.blue:hover{ color: #045fc0; }
.red{ color: #c00c2a; }
.bold{ font-weight: bold; }
.center{ text-align: center; }
.topSpacing{ margin-top: 20px; }
.italic{ font-style: italic; }


.notice p{ text-align: justify; }


.columnOne p
{
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 10px 15px 0 15px;
}

.columnTwo p
{
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 7px;
}


p.caption{ font-size: 1.1em; text-align: center; margin-top: 5px; }
p.designedBy{ text-align: center; margin-left: 700px; margin-bottom: 20px; color: #b2b47a; font-size: 1.1em; }
p.designedBy a{ color: #989866; }

a.login{ color: #b2b47a; }


.indent{ text-indent: 30px; }
p.notice{ text-align: center; font-size: 1.2em; }
.definition{ margin-left: 30px; }

.right{ text-align: right; }
.center{ text-align: center; }
caption.center{ margin: 0 auto; }

h2
{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 2.0em;
	color: #045fc0;
}

h3
{
	margin-top: 15px;
	font-size: 1.5em;
	color: #899c2a; /*#045fc0;*/
	font-weight: bold;
	font-style: italic;
}


dl.staff
{
	margin: 6px 0 0 20px;
}

dl.staff dt
{
	margin: 6px 0 0 0;
	font-weight: bold;
	font-size: 1.4em;
	color: #045fc0;
}

dl.staff dd ul
{
	margin: 0 0 0 20px;
	list-style: none;
}

.interesting{ color: #899c2a; }
.didYouKnow{ margin-left: 200px; color: #045fc0; }
.didYouKnow a{ color: #045fc0; }
.didYouKnow a:hover{ color: #045fc0; }
.inlineQuote{ font-style: italic; margin-left: 20px; }



ul
{ 
	list-style: circle;
	margin: 10px 0 20px 80px;
	font-size: 1.4em;
	line-height: 1.4em;
}

a
{
	color: #7b7a75;
	text-decoration: none;
}

a:hover{ text-decoration: underline; color: #666666; }
