body
{
	font-family: 'Trebuchet MS', tahoma, arial, verdana, sans-serif;
}

.programFont
{
	font-family: tahoma, arial, verdana, sans-serif;
}

div.site_header
{
	background-color: rgb(122, 142, 181);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 110px;
}

div.site_header_title
{
	position: absolute;
	width: 100%;
	left: 0px;
	text-align: center;
	z-index: 102;
	font-size: 2.5em;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0.5em;
	letter-spacing: 0.2em;
}

div.site_nav
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	height: 30px;
	overflow: hidden;
}

.navLink
{
	display: inline;
}

div.site_footer
{
	background-color: rgb(122, 142, 181);
	border-top: 1px solid rgb(120,140,165);
	left: 0px;
	position: fixed;
	bottom: 0px;
	z-index: 102;
	width: 100%;
	height: 50px;
	text-align: center;
}

div.site_body
{
}
@media screen
{
	div.site_body
	{
		margin-top: 130px;
		margin-bottom: 60px;
		padding-left: 50px;
		padding-right: 50px;
	}
}

div.padBottom
{
	margin-bottom: 60px;
}

div.centredBlock
{
	width: 40em;
	margin-left: auto;
	margin-right: auto;
}

div.site_db_search
{
	background-color: rgb(190,215,255);
	border-bottom: 1px solid rgb(120,140,165);
	width: 100%;
	text-align: right;
	padding-top: 0.15em;
	padding-bottom: 0.1em;
	position: fixed;
	left: 0px;
	top: 6em;
}

div.site_db_nav
{
	background-color: rgb(190,215,255);
	border-top: 1px solid rgb(120,140,165);
	width: 100%;
	text-align: center;
	position: fixed;
	left: 0px;
	bottom: 3em;
}

div.tcwarning
{
	font-weight: 900;
	font-size: 1.2em;
	text-align: center;
}

div.listmain
{
	padding-top: 1em;
	padding-bottom: 0.5em;
	font-weight: 900;
	font-size: 1.2em;
}

div.listsub
{
	padding-left: 2em;
	padding-bottom: 0.3em;
}

div.listsubsub
{
	padding-left: 4em;
	padding-bottom: 0.3em;
}

div.faq_question
{
	font-style: italic;
	font-weight: bold;
}

div.faq_answer
{
	padding-left: 2em;
	padding-bottom: 1em;
}

table.site_db_pad
{
	margin-top: 2em;
	margin-bottom: 2em;
}

img.logo
{
	border: 0px;
}

img.site_footer_icon
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

.smallPrint
{
	font-size: 0.6em;
}

