@import "../css/colors.css";

/*** Left Column ***/
#innerLeftColumn p
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 70%;
	line-height: 140%;
}
#innerLeftColumn h3
{
	color: #006;
	margin: 1em 0 0 0;
}

#innerContentColumn
{
	font-family: Georgia, "Times New Roman", serif;
	font-size:15px;
}
#innerContentColumn h3
{
	color: #009;
}

#masthead h1
{
	font-family: Georgia, "Times New Roman", serif;
	font-size:16px;
	text-align:right;
	color:#000000;
}

#masthead h2
{
	text-align:left;
}

#innerFooter
{
	font-family: Georgia, "Times New Roman", serif;
}

.hnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size:70%;
}

.hnav2
{
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
}

.vnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	line-height: 180%;
}

td {
	vertical-align:baseline;
}

img.centered {
   display: block;
   margin-left: auto;
   margin-right: auto }
   
table.tabcentre { margin-left: auto; margin-right: auto; }

.textcenter {
	text-align:center;
}

h4 {
	font-weight:bold;
}