﻿*{
	font-size:100%;
}


body{
	font:75%/140% Arial, Helvetica, sans-serif;
	text-align:center;
	margin:auto;
	background-image:url('MillardBack.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;

}

div{
	margin:0px 0 0px 0;
}

dd{
	margin-right:0;
}

#wrap h1{
	color:#000;
}

#header {
	background:#333333 url('images/head.png') right no-repeat;
	height:134px;
}


.hidden-navigation{
	width:1px;
	position:absolute;
	left:-9999px;
}

#wrap{
	background:#FFF;
	width:925px;
	text-align:center;
	margin:auto;
}




#leftcol{
	background:#333333 url('images/left.png') right no-repeat;
	width:35px;
	height:826px;
	float:left;
	margin-left:-925px;
}


#midcol{
	background:#333333 url('images/millback.jpg') right no-repeat;
	width:849px;
	height:826px;
	display:inline;
	float:left;
	margin-left:35px;
}

#rightcol{
	background:#333333 url('images/right.png') right no-repeat;
	width:41px;
	height:826px;
	float:left;
	margin-left:0px;
}



#foot{
	background:#333333 url('images/foot.png') right no-repeat;
	height:65px;
	clear:both;
}


iframe {
overflow-x: hidden;
}



dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}



.home {
	padding-left:3px;
}

.drops {
	padding-top:107px;
	padding-left:67px;
}



#dropmenudiv{
position:absolute;
border:1px solid #870000;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
color:#ffffff;
width: 100%;
display: block;
text-indent: 3px;
text-align:left;
border-bottom: 1px solid #870000;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
font-family:Arial;
font-size:8pt;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ce0000;
}

