/**
Written By Leland Ede
**/
body
{
	background-color: #ffffff;
    font-family: arial;
}

.clr
{
	clear: both;
}

.floatLeft
{
	float: left;
}

#siteFrame
{
	width: 100%;
}

#centerPage
{
	width:  960px;
	margin-left: auto;
	margin-right: auto;
}

#pageFrame
{
	width: 960px;
	height: 633px;
	background-image: url(../images/leftColumn-bkg.png);
	background-repeat: repeat-y;
	position: absolute;
}

#siteLogo
{
	position: absolute;
	left: -95px;
	display: inline;
}

#pagePosition
{
	padding-left: 86px;
}

#pageHeader
{
	background-image: url(../images/top-bkg.png);
	background-repeat: repeat-x;
	height: 87px;
	width: 875px;
}

#pageContent
{
    height: 503px;
    padding-left: 20px;
    padding-right: 15px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 10pt;
    line-height: 14pt;
}

#homeContent
{
    height: 503px;
    background-color: #2f328c;
}

.inlineDiv
{
	display: inline;
}

.cellHeader
{
    background-image: url(../images/lineGradient.jpg);
    background-repeat: repeat-x;
    width: 100%;
}

.rightCells
{
    background-image: url(../images/rightGradient.jpg);
    background-repeat: repeat-x; 
    background-position: 0px 9px;
    height: 151px;
}

.footterCell
{
    background-image: url(../images/footerGradient.jpg);
    background-repeat: repeat-x;
    height: 201px;
}

.menuHeading
{
	color: #ffffff;
	margin-left: 20px;
	font-size: 20pt;
	font-family: Dancing Script;
	font-weight: bolder;
}

.menuContent
{
	color: #ffffff;
	margin-left: 10px;
}

h1
{
    font-family: Dancing Script;
    color: #ff0000;
    line-height: 24pt;
}

h2
{
    line-height: 18pt;
    color: #9798c5;
}

a:link
{
	color: #000000;
	text-decoration: none;
}

a:visited
{
	color: #000001;
}

a:hover
{
	color: #000002;
}

a:active
{
	color: #000003;
}

.width75Perc
{
	width: 65%;
}

.buttonPadding
{
	padding: 25px 0px 0px 15px;
}

.reviewPadding
{
	padding: 10px 0px 0px 15px;
}

.pagination li
{
	list-style: none;
	display: inline;
	padding: 5px 10px 5px 10px;
}