body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #e9e8db;
}

/*slideshow cycle*/
#slideshow {
width: 250px;
height: 160px;
overflow: hidden;
}

#upper_navbar_container
{
	position:relative;
	left:0;
	top: 0px;
	width:100%;
	height: 37px;
	z-index: 1000;
	overflow:none;
	background-image: url(../images/bakTop.png); background-repeat: repeat-x;
}

#upper_navbar
{
	margin: auto;
	width: 850px;
	text-align: center;
}

#upper_navbar .upper_navbar_side_spacer
{
	float:left;
	width: 312px;
	height: 37px;
}

#upper_navbar .upper_navbar_content
{
	float:left;
	width: 850px;
	height: 37px;
	background: url(../images/bakTop.png) repeat-x;
}

.headerBar
{
	padding: 10px;
	color: #FFFFFF;
	background: url(../images/bakTop.png) repeat-x;
}

#upper_navbar_image
{
	position:relative;
	float:left;
	top:0px;
	left: 10px;
	z-index: 1000;
}

#upper_navbar_menu
{
	position: relative;
	float:left;
	top:0px;
	left: 20px;
	z-index: 1000;
	vertical-align:middle;
}

a.upper_navbar_link:visited,
a.upper_navbar_link:link
{
	padding: 0px 10px 0px 10px;
	position:relative;
	top: -14px;
	font-family: 'book antiqua';
	font-size: 16px;
	font-weight:bold;
	text-decoration:none;
	color: #e7e3a9;
	z-index: 1;
	width: 170px;
	display: inline-block;
}

a.upper_navbar_link:hover,
a.upper_navbar_link:active
{
	color: white;
}

.menu_dropdown div
{
	width: 110px;
	padding: 0px 5px 2px 5px;
}

.menu_dropdown a:link,
.menu_dropdown a:visited
{
	width: 150px;
	position:relative;
	font-family: 'book antiqua';
	font-size: 15px;
	font-weight:bold;
	text-decoration:none;
	color: #e7e3a9;
}

.menu_dropdown a:hover,
.menu_dropdown a:active
{
	color: white;
}


.menu_title
{
	display: inline;
	cursor: pointer;
	font-family: 'book antiqua';
	font-size: 16px;
	height: 55px;
	font-weight:bold;
	text-decoration:none;
	color: white;
	*background-color: #E6E6E6;
	padding: 0px 10px 0px 5px;
}

div.menu_dropdown
{
	width: 100%;
	background-color: #7c120c;
	padding: 5px 5px 10px 5px;
	margin-top: 9px;
	opacity: 0.95;
	font-family: Palatino Linotype;
}

body
{
	font-size: 11pt;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h1
{
	margin: 10px 10px 10px 0px;
	font-size: 12pt;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}

p
{
	margin: 10px 0px 0px 0px;
}

a 			{color: #b10101; text-decoration: none;}
a:link		{color: #b10101; text-decoration: none;}
a:visited	{color: #8d0202; text-decoration: none;}
a:active	{color: #b10101; text-decoration: none;}
a:hover		{color: #dd0303; text-decoration: none;}