body
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, Geneva;
	font-size: 13px;
	background-image: url(../images/background.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #9D0058;
}

img {
	border: 0;
}

.LogoBox
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 220px;
	width: 221px;
	background-image: url(../images/bean-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.NavBox
{
	 float: left;
	 width: 193px;
	 background-color: #FFFFFF;
	 margin-top: 220px;
	 height: 100%;
	 border-left: 28px solid #FFFFFF;
}

* html .NavBox
{
	 float: left;
	 width: 221px;
	 background-color: #FFFFFF;
	 margin-top: 220px;
	 height: 100%;
	 border-left: 28px solid #FFFFFF;
}

* html .SearchBox
{
	background-color: #CC9999;
	height: 52px;
	position: relative;
	padding-left: 10px;
	padding-top: 10px;
	width: 290px;
}


.SearchBox
{
	background-color: #CC9999;
	height: 42px;
	position: relative;
	padding-left: 10px;
	padding-top: 10px;
	width: 290px;
}

.SearchBoxLeft
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.SearchBoxRight
{
	position: absolute;
	top: 0px;
	right: 0px;
}

* html .SmallSearchBox
{
	background-color: #CC9999;
	height: 52px;
	padding-left: 10px;
	padding-top: 10px;
	width: 170px;
	position: relative;
}

.SmallSearchBox
{
	background-color: #CC9999;
	height: 42px;
	padding-left: 10px;
	padding-top: 10px;
	width: 170px;
	position: relative;
}

.Logo
{
	position: absolute;
	top: 0px;
	left: 32px;
}

li
{
	margin-bottom: 12px;
}

.BottomFade
{
	background-image: url(../images/background-bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 300px;
	border: 1px solid white;
	width: 100%;
}

h1
{
	font-size: 22px;
	margin-top: 40px;
}

.LeftNav
{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 1px dotted #9D0058;
}

h3
{
	font-size: 22px;
}

h2
{
	font-size: 17px;
;
}


td
{
	font-size: 13px;
}

#FormField
{
	margin-top: 3px;
	margin-bottom: 3px;
}


a:link
{
	text-decoration: underline;
}
a:active
{
	text-decoration: underline;
	color: Red;
}
a:visited
{
	text-decoration: underline;
	color: Purple;
}
a:hover
{
	text-decoration: underline;
	color: Red;
}



a.leftnavlink:link
{
	text-decoration: none;
	color: #5E0024;
}
a.leftnavlink:active
{
	text-decoration: none;
	color: Red;
}
a.leftnavlink:visited
{
	text-decoration: none;
	color: #CC9999;
}
a.leftnavlink:hover
{
	text-decoration: underline;
	color: Red;
}

.SpacedOut
{
	margin-top: 20px;
	margin-bottom: 30px;
}

.AdminNav
{
	margin-top: 30px;
	padding: 12px 12px 12px 12px;
	background-color: #FFD0D0;
	font-weight: bold;
}
