/* Layout Stylesheet */ 

body {
	margin:0px;
	padding:0;
	background-color: #FFFFFF;
 }

#outer {
	width:100%;
	margin:0px;
	position: absolute;
	left: 0px;
	top: 0px;
 }
 
.logo {
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 5;
	height: auto;
	width: 100%;
	left: 0%;
	top: 0%;
	text-align: center;
}
#hdr {
	height:110px;
	color: #333333;
	background-color: #EEEEEE;

 }

#bar {
 height:15px;
 background:#000000;
 color: #333333; 
 }

#ftr {
 height:30px;
 background:#000000;
 color: #FFFFFF;
 margin:0
 }
/* Navigation Tabs */	
	
#navigation {
	color: #fff;
	padding: 0px 5px 0px 5px;		
}
	
#navigation a {
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 5px 0px 5px;		
	}
				
#navigation a:link {
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	}
	
#navigation a:visited {
	text-decoration: none;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	}
		
#navigation a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
	
/* End Navigation Tabs */

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
top: 0;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
background-color: #000;
width: 100px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
border-bottom: 1px solid #fff;
padding: 2px;
text-decoration: none;
font-weight: normal;
color: #fff;
font-size: 11px;
text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #CCCCCC;
}

