body
{ 
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: .68em;
	background-color: #837560;
	color: #70695A;
}

p
{ 
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
}

h1
{ 
	font-family: arial, sans-serif;
	letter-spacing: .1em;
}

h2
{ 
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 100%;
}

img
{
	border: 0px;
}

a
{
	outline: none;
}



#page
{
	width: 779px;
	background: #FFFFFF url("../images/back.png") repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#logo
{
	background-color: #000000;
}

#main
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	color: #70695A;
}

#page_footer, #body_footer
{
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
	padding: 10px 0px 0px 0px;
	width: 100%;
	height: 26px;
	font-size: 94%;
	text-transform: uppercase;
	color: #DBD7D1;
}

#body_footer
{
	background: #727272 url("../images/menu.png") repeat-x;
}

#page_footer a, #body_footer a
{
	text-decoration: none;
	color: #DBD7D1;
}

#page_footer a:hover, #body_footer a:hover
{
	text-decoration: underline;
}

#menu
{
	background: #727272 url("../images/sbi_header.png") repeat-x;
	height: 24px;
	color: #DBD7D1;
	overflow: hidden;
}

#menu ul
{
	margin: 0px auto;
	padding: 0px;
} 

#menu li
{
	list-style-type: none;
	float: left; 
	margin: 0px; 
	padding: 0px;
} 

#menu li a 
{ 
	display: block; 
	float: left; 
	height: 24px;
	text-decoration: none; 
	padding: 0px 20px 0px 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #DBD7D1;
	font-weight: bold;
	margin-top: auto;
	margin-bottom: auto;
} 

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ 
	background: #DBD7D1 url("../images/sbi_header_over.png");
	color: #4b3120;
	font-weight: bold;
} 

#content
{
	height: auto;
	padding: 0px;
	overflow: hidden;
}

#sidebar
{
	float: right;
	width: 207px;
	padding: 16px 0px 15px 0px;
}

.sidebaritem
{
	text-align: left;
	width: 188px;
	float: left;
	margin: 0px 0px 25px 0px;
}

.sidebaritem, .sidebaritem a, .sidebaritem a:hover
{
	background: transparent;
	color: #DBD7D1;
}

.sbihead
{
	height: 14px;
	width: 188px;
	padding: 5px 0px 5px 19px;
	text-transform: uppercase;
	background: #595959 url("../images/sbi_header_over.png");
	color: #4b3120;
}

.sbihead h1
{
	padding: 0px; 
	margin: 0px; 
	font-weight: bold;
	font-size: 112%;
	background: transparent;
	color: #4b3120;
}

.sbicontent
{
	padding: 14px 8px 8px 19px;
}

.sbicontent p
{
	line-height: 14px; 
	padding: 0px 0px 8px 0px;
}

#body
{
	float: left;
	width: 512px;
	text-align: justify;
	width: 512px;
	padding: 12px 3px 15px 19px;
}

#body h1
{
	padding: 6px 0px 4px 0px; 
	margin: 0px 0px 12px 0px; 
	border-bottom: 1px solid;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: normal;
	background: transparent;
	color: #CE7014;
	border-color: #CAAE90;
}

.sidebaritem a, #body a, .sidebaritem a:hover, #body a:hover
{ 
	padding: 0px 0px 2px 0px;
	text-decoration: none;
	border-bottom: 1px dashed;
	background: transparent;
	color: #70695A;
}

.sidebaritem a:hover, #body a:hover
{
	border-bottom: 1px solid;
}

.sbicontent a, .sbicontent a:hover 
{
	color: #DBD7D1;
}

.mini_divider
{
	width: 150px;
	height: 10px;
	border-top: solid 1px #4b3120;
	margin-left: auto;
	margin-right: auto;
}