html, body
{
	height: 100%;
}

body
{
	background: #F5F5F5;
	background-image: url(BGTile.png);
	background-position: top left;
	background-repeat: repeat;
    font: x-small sans-serif;
    font-size: 80%;
	margin: 0px;
	padding: 0px;
}

p
{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

a
{
	color: #6B7DA6;
	padding: 2px;
}

a:hover
{
	border: solid #6B7DA6 1px;
	background-color: #FEEBDE;
	text-decoration: none;
	padding: 1px;
}

a:visited
{
	color: #595A96;
}

a.HeaderLink
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
a.HeaderLink:hover
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
a.HeaderLink:visited
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}


h1
{
	color: #C44A5F;
}

h2
{
	color: #C44A5F;
}

h3
{
	color: #C44A5F;
	text-align: center;
	border-bottom: #cccccc 1px dashed;
	font-weight: normal;
}

h4.QuoteHead
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-size: 16px;
	text-align: center;
	line-height: 12px;
	color: #C44A5F;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}

ul
{
	margin-left: 15px;
	margin-right: 15px;
}

li
{
	margin-left: 15px;
	margin-right: 15px;
	list-style-type: circle;
}

p.QuoteText
{
	font-size: 11px;
	text-align: left;
	text-indent: 0px;
	line-height: 12px;
	margin: 10px;
	padding: 0px;
}

p.QuoteSource
{
	font-size: 10px;
	text-align: right;
	text-indent: 0px;
	line-height: 11px;
	margin: 10px;
	margin-left: 30px;
	padding: 0px;
}

p.SearchBoxHead
{
	color: #C44A5F;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	text-indent: 0px;
	line-height: 9px;
	margin: 0px;
	padding: 0px;	
	margin-top: 10px;
	margin-bottom: 3px;
}


select.SearchSelectBox
{
	border: 1px #6B7DA6 solid;
	background-color: #EDF0F8;
}

input.SearchInputBox
{
	border: 1px #6B7DA6 solid;
	background-color: #F4F4F4;
}


input.SearchSubmitBox
{
	border: 1px #6B7DA6 solid;
	background-color: #FBFBE6;
}

input.SearchSubmitBox:hover
{
	border: 1px black solid;
	background-color: #FEEBDE;
}

#FullPage
{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	width: 798px;
}

#TopBack
{
	position: relative;
	background-image: url(Header.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 798px;
	height: 161px;
	margin: 0px;
	padding: 0px;
}

#LogoContainer
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 88px;
	height: 110px;
	left: 78px;
	top: 52px;
}

#HeaderHitContainer
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 520px;
	height: 95px;
	left: 233px;
	top: 53px;
}


#SearchBoxContainer
{
	position: absolute;
	width: 144px;
	height: 200px;
	left: 49px;
	top: 336px;
	margin-left: 1px;
	margin-right: 1px;
}

div.SearchItemContainer
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

div.editsection
{
	visibility: hidden;
}

#MenuContainer
{
	position: absolute;
	width: 150px;
	height: 303px;
	left: 47px;
	top: 20px;
	z-index: 9;
}

#QuoteContainer
{
	position: absolute;
	width: 150px;
	left: 47px;
	top: 575px;
	background: #EFEFEF;
	border: 1px dashed #555555;
	z-index: 10;
}

#ContentBox
{
	position: relative;
	background-image: url(BodyRepeat.png);
	background-position: top left;
	background-repeat: repeat-y;
	width: 798px;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;	
	z-index: 5;
}	

#Content
{
	background-image: url(BodyTop.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 518px;
	min-height: 556px;
	margin: 0px;
	padding-left: 230px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 30px;
	z-index: 4;
}

#ContentVerticalSpacer
{
	height: 15px;
}

#Footer
{
	position: relative;
	background-image: url(Footer.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 798px;
	height: 23px;
	z-index: 2;
}

#AdminMenu
{
	position: fixed;
	left: 25px;
	top: 225px;
	width: 150px;
	background-color: #FFFFFF;
	border: 1px dashed #888888;
	z-index: 10;
}

