body{
	padding:0px;
	margin:0px;
	color:#bfbdbd;
	font-family:arial;
	background-image: url(images/gray6.jpg);
	background-repeat: repeat;
	background-color: #CACACA;
}
a{
	color:#bfbdbd;
}
img{
	border:0px;
}
.floater{
	float:right;
}
.white{
	color:#ffffff;
}
.wraper{
	text-align:left;
	background-color: #000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FBFBFB;
	border-left-color: #FBFBFB;
	}
.header{
	border-left:1px solid #737373;
	border-top:1px solid #737373;
	border-bottom:1px solid #737373;
	font-size:11pt;
}
.header a{
	text-decoration:none;
}
.big{
	font-size:18pt;
}
.nav{
	border-left:1px solid #737373;
	border-right:2px solid #737373;
	text-align:left;
}
.nav a{
	display:block;
	width:127px;
	height:24px;
	background:url('images/nav_background.jpg') no-repeat;	
	text-decoration:none;
	color:#ffffff;
	padding-left:30px;
	padding-top:4px;
}
.content{
	padding:5px;
}
.footer{
	background:#0c0d0f url('images/footer_background.jpg') repeat-x;
	font-size:10pt;
	text-align:center;
	padding:2px;
}
.footer a{
	text-decoration:none;
}
p {
	text-align:left;
	font-size:14px;
}
ul {
	text-align:left;
	font-size:14px;
}
ol {
	text-align:left;
	font-size:14px;
}
h3 {
	text-align:left;
}
h4 {
	text-align:left;
}
.contact {
	text-align:left;
	font-size:12;
}
/* Styles for drop down */

body{
	position:relative;
	z-index:1;
}
.popOut {
	position:relative;
	cursor: pointer;
	cursor: hand;
}
.popOut ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display:inline;
	
	}
	
.popOut ul li {
	position: relative;
	display:inline;
	padding: 0;
	}
.popOut ul li div{
	padding: 0px;
}
	
.popOut li ul {
position: absolute;
left: 156px; /* Set 1px less than menu width */
top: 28px;
display: none;
}


/* Styles for Menu Items */
.popOut ul li .drop a{
	display: block;
	width:157px;
	text-decoration:none;
}


	
	
/* Holly Hack. IE Requirement \*/
* html .popOut ul li { float: left; height: 1%; }
* html .popOut ul li span { height: 1%; }
/* End */

.popOut li:hover ul, .popOut li.over ul { display: block; z-index:600;} /* The magic */

.nav li:hover, .nav li.hover {
position: static;
}
