/* CSS Document */
body
{
	background: url(../images/page_backgroudn.gif);
	font-family: Georgia;
}

input #password
{
	background-image: url(../images/input.gif);
	width: 152px;
	height: 24px;
}

#pagedelim
{
	background-image: url(../images/pdiv.gif);
	height: 1px;
	background-position: top;
	background-repeat: repeat-x;
	width: 600px;
	margin: 0px auto 0px auto;
}

.privacy
{
	width: 600px;
	margin: 0px auto 0px auto;
	font-family: Georgia;
	font-size: 10px;
	color: #958a8a;
	text-align: justify;
}

.botmenu,.botmenu a
{
	width: 100%;
	margin: 10px auto 0px auto;
	font-family: Georgia;
	font-size: 10px;
	color: #570909;
	text-align: center;
}

.botmenu a:hover
{
	color: Red;
}

p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia;
	font-size: 12px;
}
#page_head
{
	color: Silver;
	width: 703px;
	height: 84px;
	margin: 0px auto 0px auto;
	background: url(../images/hf_sections.gif);
}

#page_footer
{
	color: Silver;
	width: 703px;
	height: 84px;
	margin: 10px auto 10px auto;
	background: url(../images/hf_sections.gif);
}


#page_body
{
	color: Blacks;
	width: 703px;
	margin: 10px auto 10px auto;
}

#page_body_header
{
	color: Black;
	width: 703px;
	margin: 0px 0px 0px 0px;
	background: url(../images/hf_sections.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 15px;
}

#page_body_footer
{
	color: Black;
	width: 703px;
	margin: 0px 0px 0px 0px;
	background: url(../images/hf_sections.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 15px;
}


#page_body_content
{
	color: Black;
	width: 100%;
	background-color: white;
}

#page_body_text
{
	color: Black;
	width: 100%;
	width: 683px;
	margin: 0px auto 0px auto;
}

.sitetitle
{
	font-family: Georgia;
font-size: 12px;
color: #D19898;
text-align: center;
padding: 12px 0px 0px 0px;
}


a.squarebutton{
background: transparent url('../images/sc_left.gif') no-repeat top left;
display: block;
float: left;
font-family: Tahoma;
font-weight: bold;
font-variant: small-caps;
font-size: 10px;
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 26px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('../images/sc_right.gif') no-repeat top right;
display: block;
padding: 6px 9px 5px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background: transparent url('../images/sc_left_on.gif') no-repeat top left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background: transparent url('../images/sc_right_on.gif') no-repeat top right;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
}
