		body {
			background-color:#000;
			margin: 0; padding: 0;
			overflow:hidden;/*Needed to eliminate scrollbars*/
		}
		*{
			margin:0;
			padding:0;
		}
/*supersize*/
		img{
			border:none;
			behavior: url("iepngfix.htc")
		}
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(graphics/progress.gif);
		}
		#supersize{
			position:fixed;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}
		
/*general css*/		
		#content{
			margin:0px auto;
			height:100px;
			width:100%;
			z-index: 4;
			top:100px;
			position:absolute;
		}

		.navtop{
			margin:0px auto;
			height:36px;
			width:100%;
			top:0%;
			z-index: 5;
			position:absolute;
		}
		#navtopframe{
			overflow: hidden;
			border-top:solid 1px #4F4F4F;
			border-bottom:1px solid #000;
			height: 36px;
			text-align:left;
			z-index: 5;
		}		
		#rlogo {
			position: absolute;
			top: 0px; 
			left: 30px;
			z-index: 100;
			width: 150px; 
			height: 100px;
		}			
		#footer{
			margin:0px auto;
			height:99px;
			width:100%;
			bottom:0%;
			z-index: 3;
			position:absolute;
		}
		#footerframe{
			overflow: hidden;
			height: 100%;
			z-index: 3;
		}
		.bottomNav li {
		color: #686052;
		font-family: arial,verdana;
		font-size: 8pt;
		line-height: 11pt;
		list-style-type: none;
		}		
	
		
/*dropdown menu css*/

		ul.topnav {
			list-style: none;
			padding: 0 20px;
			margin: 0;
			float: left;
			/*width: 920px;*/
			background: #222;
			font-size: 1.2em;
			background: url(graphics/topnav_bg.gif) repeat-x;
		}
		ul.topnav li {
			float: left;
			margin: 0;
			padding: 0 15px 0 0;
			position: relative; /*--Declare X and Y axis base for sub navigation--*/
			font-family: Arial, Helvetica, Verdana, sans-serif; 
			font-size: 8pt; 
			text-decoration: none;
			line-height:12pt;			
		}
		ul.topnav li a{
			padding: 10px 5px;
			color: #fff;
			display: block;
			text-decoration: none;
			float: left;
		}
		ul.topnav li a:hover{
			background: url(graphics/topnav_hover.gif) no-repeat center top;
		}
		ul.topnav li span { /*--Drop down trigger styles--*/
			width: 17px;
			height: 35px;
			float: left;
			background: url(graphics/subnav_btn.gif) no-repeat center top;
		}
		ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
		ul.topnav li ul.subnav {
			list-style: none;
			position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
			left: 0; top: 35px;
			background: #202020;
			margin: 0; padding: 0;
			display: none;
			float: left;
			width: 170px;
			border: 1px solid #111;
		}
		ul.topnav li ul.subnav li{
			margin: 0; padding: 0;
			border-top: 1px solid #000; /*--Create bevel effect--*/
			border-bottom: 1px solid #1c1c1c; /*--Create bevel effect--*/
			clear: both;
			width: 170px;
		}
		html ul.topnav li ul.subnav li a {
			float: left;
			width: 145px;
			background: #0b0b0b url(graphics/dropdown_linkbg.gif) no-repeat 10px center;
			padding-left: 20px;
		}
		html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
			background: #202020 url(graphics/dropdown_linkbg.gif) no-repeat 10px center;
			color:#ffe484;
		}	
		
object:focus { outline: none;}   
a:focus{-moz-outline-style: none; outline: 0px;}
a {
outline: 0;
}		

a:link {color: #ffe484; text-decoration: none;}     /* unvisited link  -- 2d1814 --*/
a:visited {color: #ffe484; text-decoration: none;}     /* visited link */
a:hover { color: #ffe484; text-decoration: underline;}   /* mouse over link */
a:active {color: #ffe484; text-decoration: underline;}   /* selected link */ 

a.footer:link {color: #686052; text-decoration: underline;}     /* unvisited link  -- 2d1814 --*/
a.footer:visited {color: #686052; text-decoration: underline;}     /* visited link */
a.footer:hover { color: #bcb2a1; text-decoration: underline;}   /* mouse over link */
a.footer:active {color: #bcb2a1; text-decoration: underline;}   /* selected link */ 

.press {float:right;padding-left:20px;}
.pressheader {
	font-family: Futura, 'Century Gothic', AppleGothic, Arial, sans-serif;
	font-weight:normal;
	font-size: 11pt; 
	text-align:left;
	line-height:14pt;
	}

#pane2 td img {
	background-color: #fff; 
	padding:2px; 
	border: 1px solid #ffe484;
	color:white;
	float:right;
}	
	
.presstext {
	color: #2d1814;
	font-size: 9pt; 
	padding-left:30px;
	padding-bottom:30px;	
	padding-top:10px;		
	line-height:12pt;
	text-transform:none;
	}
	
.menusInner {
	border: 1px solid #ffe484;
	background-color: #fff;
	color: #2d1814; 
	font-size: 9pt; 
	padding:10px;
	line-height:12pt;
	text-transform:none;
	}

blockquote {
	font-style: italic;
	line-height:11pt;
	text-transform:none
	}
p {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 8pt; 
	text-decoration: none;
	line-height:12pt;
	/*text-align:justify;*/
	padding-bottom:10px;
	color: #FFF;
	}
ul {
	padding-left:15px;
	padding-bottom:10px;
	}
li {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 8pt; 
	text-decoration: none;
	line-height:12pt;
	color: white;
	}	
.caption {
	font-size: 7pt; 
	}	
.header {
	font-family: Futura, 'Century Gothic', AppleGothic, Arial, sans-serif;
	font-weight:normal;
	font-size: 12pt; 
	text-align:left;
	line-height:14pt;
	color: #FFF;
	}	
h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-weight:normal;
	font-size: 125%; 
	text-align:left;
	margin:0;
	color: #FFF;
	}
	
INPUT.text  {
    font-family : Verdana,Arial,Helvetica;
    font-size : 8pt;
    background-color : #fefefe;
    border-color : #666666;
    border-style : inset;
    border-width : 1px;
	color: #000000;
}

TEXTAREA  {
    font-family: Verdana,Arial,Helvetica;
    font-size: 8pt;
    background-color: #e2e2e2;
    border-color: #666666;
    border-style: inset;
    border-width: 1px;
	color: #000000;
}
SELECT {
    font-family : Verdana,Arial,Helvetica;
    font-size : 8pt;
    background-color : e2e2e2;
    border-color : #666666;
    border-style : inset;
    border-width : 1px;
	color: #000000;
}
OPTION  {
    font-family : Verdana,Arial,Helvetica;
    font-size : 8pt;
	color: #000000;
}
