﻿body 
{
	background-image:url(images/background.png);
	background-repeat:repeat-x;	
	background-color:#f8f7f6;
}
html, form, body
{
	height:100%;
}
#content
{
	height:100%;
	min-height:100%;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#menu
{
	position:absolute;
	top:177px;
	left:0px;
	background-image:url(images/menu_button.png);
	background-repeat:repeat-x;
	vertical-align:middle;
	width:952px;
	padding:0px;
	margin:0px;
	z-index:10;
}
#body
{
	height:100%;
	min-height:100%;
}

.footer
{
	clear:both;
	width:950px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	/*bottom:0px;*/
}


.xr_tl {position: absolute; white-space: pre; unicode-bidi:bidi-override;}

.xr_ap {border-style: none;
	border-color: inherit;
	border-width: medium;
	position: absolute; 	
	top: 0px;
	left: 0px;
}

.small_link
{
	font-size:11px;
	color: #692300;
	font-family:Verdana,Geneva,sans-serif;
	text-decoration:none;
}
.small_link:hover
{
	color:#692300;
	text-decoration:underline;
}
.side_menu
{
	position:absolute;
	font-size:14px;
	font-family:Verdana,Geneva, Sans-Serif;
	text-align:left;
	color:White;
	background-image:url(Images/menu_button.png);
	text-decoration:none;
	width:100%;
	height:100%;
	text-indent:15px;
}
.side_menu:hover
{
	background-image:url(Images/menu_button_hover.png);
	text-decoration:none;
}	
.submit
{
	position:absolute;
	font-size:12px;
	font-family:Verdana,Geneva, Sans-Serif;
	text-align:center;
	color:White;
	background-image:url(Images/Submit.png);
	text-decoration:none;
	width:110px;
	height:19px;
	vertical-align:middle;
}
.submit:hover
{
	background-image:url(Images/Submit_hover.png);
	text-decoration:none;
}
.header
{
	font-family:Verdana, Geneva, Sans-Serif;
	color: #692300;
	font-weight:bold;
}
.subheader
{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:18px;
	color: #692300;
	font-weight:bold;
	
}
.captionheader
{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:16px;
	color: #692300;
	font-weight:bold;
	
}
.bodytext
{
	font-family:Verdana, Geneva, Sans-Serif;
	color:Black;
	font-weight:normal;
	font-size:16px;
}
.bodytext_small
{
	font-family:Verdana, Geneva, Sans-Serif;
	color:Black;
	font-weight:normal;
	font-size:12px;
}



.bodytext_link
{
	font-size:16px;
	color: #692300;
	font-family:Verdana,Geneva,sans-serif;
	text-decoration:none;
}
.bodytext_link:hover
{
	color:#692300;
	text-decoration:underline;
}