﻿/* Centering divisions */

#zle_centering1DivId
{
	text-align  :center;
}

#zle_centering2DivId
{
	width   : 1000px;
	display : inline-block;
}

#zle_centering3DivId
{
	display    : block;
	text-align : left;
}




#zle_pageBottomSpacerId
{
	height : 200px;
}




body
{

	background-color : white;
	color            : black;
	font-family      : Helvetica, Arial, sans-serif;
	font-size        : large;
}




.dropShadow
{
	box-shadow         : 10px 10px 15px black;
	-moz-box-shadow    : 10px 10px 15px black;
	-webkit-box-shadow : 10px 10px 15px black;
}




h1, h2, h3, h4, h5, h6, h7
{
	font-family : Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}




.centered
{
	text-align : center;
}




.floatLeft
{

	float         : left;
	margin-right  : 20px;
	margin-bottom : 20px;
}




.clearBoth
{

	clear : both;
}




.noTopMargin
{
	margin-top : 0px;
}




.navigationLink
{
	padding-top    : 4px;
	padding-bottom : 4px;
	padding-left   : 8px;
	padding-right  : 8px;
}




.textNavigationLink
{
	padding-top    : 2px;
	padding-bottom : 2px;
	padding-left   : 2px;
	padding-right  : 2px;
	white-space    : nowrap;
}




iframe.footerIFrameClass
{
	border           : 1px white solid;
	background-color : white;
	height           : 310px;
}



.blackBorder
{
	border : medium black solid;
}




.hasBottomMargin
{
	margin-bottom : 16px;
}




.indent
{
	margin-left : 32Px;
}




.topicSentence
{
	font-size   : x-large;
	font-style  : italic;
	font-weight : bold;
}




.xLarge
{
	font-size : x-large;
}




.hasTopMargin
{
	margin-top : 16px;
}



a.navigationLink:link
{
	background-color : white;
	color : blue;
}


a.navigationLink:visited
{
	background-color : white;
	color : blue;
}


a.navigationLink:hover
{
	background-color : black;
	color            : white;
}




a.textNavigationLink:link
{
	background-color : white;
	color : blue;
}


a.textNavigationLink:visited
{
	background-color : white;
	color : blue;
}


a.textNavigationLink:hover
{
	background-color : black;
	color            : white;
}




.hasGrayBorder
{
	border : medium gray solid;
}




a.menuChoice
{
	width   : 250px;
	display : inline-block;
}




a.menuChoiceWide
{
	width   : 350px;
	display : inline-block;
}




a.menuChoiceXWide
{
	width   : 450px;
	display : inline-block;
}
