							/* CSS Document for MCrane & Mc-Me Computer Rodeo */

	/*Zero out all formats*/
	
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}	

							/*Set up body background color, font, margins, padding and header2 formats*/
body{
background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF;
}
							/* Create wrapper, banner_family, and content formats */
#wrapper{
	width: 770px;
	background-color:#FFFFFF;
	padding: 0px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}

#banner_family{
	height: 200px;
	width:770px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/HUL_header.png);
	background-repeat: no-repeat;
}


							/* Navigation formats for horizontal buttons (lists) */
#nav {
	position:left;
	padding-left: 0px;
	left: 0;
	margin-top: 0 px;
	width: 180px;
	font-weight:bold;
background-image: url(images/HUL_Nav_Bg.png);
	background-repeat: repeat-y;
	height: 600px;
	
}

a img { border-style:none; } 

#nav p a{	
	width: 160px;
	margin: 0;
	color:#0000CC;
	text-decoration:underline;
}

#nav_btm {
	position: relative;
	padding-left: -20px;
	top:430px;
	margin-top: 0px;
	width: 180px;
	height: 140px;

background-image: url(images/HUL_Nav_Btm.png);
	background-repeat: no-repeat;
	
}

						/* The Content Section of the page - style and format information */
	
#content {
	top: auto;
	left: 160;
	padding: 0px;
	width: 770 px;
	height: 100%;
}

#content p {
	margin: 10px;
	color:#000000;
}

#content h1{
	color: #003399;
	padding: 0;
	margin: 0 px;
	font-size: 180%;
}

#content h1 a {
	font-size: 180%;
	font-style: normal;
	font-variant: normal;
	color: #003399;
	text-decoration: none;
}

#content h2{
	color: #66CCFF;
	padding: 0;
	margin: 0 px;
	font-size:130%;
}

#content h2 a {
	font-size: 130%;
	font-style: normal;
	font-variant: normal;
	color: #66CCFF;
	text-decoration: underline;
}

#content h3{
	color: #66CCFF;
	padding: 0;
	margin: 0 px;
	font-size:110%;
}

#content h3 a {
	font-size: 110%;
	font-style: normal;
	font-variant: normal;
	color: #66CCFF;
	text-decoration: underline;
}#content h5 a {
	color: #66CCFF;
	text-decoration: underline;
}

#content p a {
	font-size: 100%;
/*	font-style: normal;
	font-variant: normal;*/
	color: #0000CC;
	text-decoration: underline;
}

#content ul{
	list-style: disc;
	color: #000000;
	margin:20 px;
}

#content ul li{
	padding:20 px;
}

#content ul li a{
	color: ##66CCFF;
	text-decoration: underline;
}


#content a{
	font-style: normal;
	text-decoration:underline;
}

#content td h5{
	width: 400px;
	
	}


						/* Float Style Classes*/
.leftimage{
float: left;
margin: 0 10px 20px 0;
width:180 px;
}


				/*Right_box div styles*/
#right_box {
	text-align: left;
	font-size: 97%;
	vertical-align: top;
	padding: 0px;
	float: left;
	width: 520px;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 0;
	height:100%;
}

				/*image div styles*/

.rightimage{
float: right;
margin: 0 0 20px 15px;
border: 1px solid #000000;
height: 120px; width: 120px;
}

.clearit{
clear: both;
}

.clearleft{
clear:left;
}

.clearright{
clear: right;
}
					/* Format for the footer */
#footer{
/*background-image:url(images/footer.png);
background-repeat:no-repeat;
background-position:center;*/
width:135px;
height:35px;

}
					/* Format for paragraphs in the footer */
#footer p a{
font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration:none;
	padding: 2px;
	margin:2px;

}

					/* Format for a Link in the footer */
