@charset "utf-8";
/* CSS Document */
<style>

.arrowred{
	width: 144px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 0px;
	border-width: 0px;
        position:absolute; 
	left: 48px; 
	top: 218px; 
	height: 316px; 
}	

body {
		text-align: center; /* for IE */
		font: normal 14px Arial, Helvetica, sans-serif;
                background-color:#D8E0CE;
	}

html { 
       min-height: 100%; 
       margin-bottom: 100px; 
}

html {overflow-y: scroll;}


#container { /* Inner Div */
	position:absolute;
	width: 800px;
	height: 800px;
	background: #ffffff;
	margin: -9px 0 0 -9px;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	text-align: left; /* this overrides the text-align: center on the body element. */

}

#shadow {  /* Outer background Div */
	position:relative;
	width: 800px;
	height: 800px;
	padding: 4px;
	background: #0000ff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #D8E0CE;
	
}

#shadow2 { /* Shadow Div */
	position:relative;
	width: 800px;
	height: 800px;
	padding: 3px;
	* padding: 1px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #BEC5B3;
	margin: 9px 0 9px 15px;
}






#content {
	position:absolute;
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	bor/der: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	left: 251px; 
	top: 248px; 
	width: 530px; 
	height: 920px;
	overflow-x: hidden;
	overflow-y: auto;
}

/*** set the width and height to match your images **/

#slideshow {
	position: relative;
	height:310px;
}

#slideshow DIV {
	position:absolute;
	top:0px;
	left:0px;
	z-index:8;
	opacity:0.0;
	height: 330px;
	background-color: #FFF;
	width: 350px;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 252px;
    width: 350px;
	display: block;
    border: 0;
    margin-bottom: 10px;
}

p{
font: normal 14px Arial, Helvetica, sans-serif;
	
}

table{
font: normal 12px Arial, Helvetica, sans-serif;
	
}

pre{
font: normal 14px Arial, Helvetica, sans-serif;
	
}
p.letter{

font: normal 16px Arial, Helvetica, sans-serif;	
}

p.caption{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display:  block;
	text-align:left;
	font-weight:bold;
	
}


p.large{
	font: bold 20px Verdana, Arial, Helvetica, sans-serif;
	display:  block;
	text-align:center;
	font-weight:bold;
	
}

#vdividermenu ul{
margin: 0;
padding: 0px 0px;
margin-bottom: 1em;
float: left;
font:  12px Verdana;
width: 100%;
border: 1px solid #625e00;
background-color: #FBF8F7;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color:#000000;
padding: 2px 12px;
text-decoration: none;
background: transparent url(images/mline.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: black;
}

#vdividermenu ul li a:hover{
color: black;
background-color: #FB0B0C;
}


#vdividermenu ul li a.current{ /*selected main tab style */
background-color: #FB0B0C;
color: white;

} 

.wireframemenu{
border: 1px solid #C0C0C0;
background-color: #FBF8F7;
border-bottom-width: 1;
width: 200px;
}


* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 200px;
}

.wireframemenu ul{
padding: 3;
margin: 0;
list-style-type: none;
}

.wireframemenu ul li{
display: inline;
}

.wireframemenu li a{
font:  11px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: black;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu li a:visited{
color: #000000;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu li a:hover{
background-color: #FB0B0C;
color: white;
}

.wireframemenu li a.selected{
background-color: #FB0B0C;
color: white;
}

.style1 {
	color: #FF0000;
	font-weight: bold;
}

.bottombar {
	color: #000000;
	background-color: #FBF8F7;
	font-size: 12px;

}

.promo {
	color: #000000;
	font-size: 12px;

} 

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(images/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
} 

.style2 {
	color: #0000CD;
	font-weight: bold;
	font-size: 15px;
</style>
