html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0;
	SCROLLBAR-BASE-COLOR: #EFC710;  
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background-image: url(../radio/icom_install/images/body_bg.gif);
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#wrapper {
	margin: 0px auto;
	width: 770px;
	border: 1px solid #CCCCCC;
}

#header {
	height: 101px;
	background-color: #ADADAD;
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 15px solid #c21e1e;
}

#copyright {
	font-size: 70%;
	text-align: left;
	clear: both;
}

#innerwrapper {
	background: url(../radio/icom_install/images/innerwrapperBG.gif) repeat-y;
}

#leftcol {
	float: left;
	width: 139px;
	font-size: 80%;
}

#leftcol p {
font-size: 70%;
padding: 0 3px 8px 3px;
}

#leftcol h4 {
font-size: 80%;
color: #960;
padding: 3px;
}

#leftcol ul {
	list-style-type: none;
	border-top: 1px solid #333;
}

#leftcol ul li {
	border-bottom: 1px solid #333;
	background-color: #EFC710;
}

#leftcol li a {
display: block;
color: #283f13; /* character color */
padding: 3px 0 3px 2px;
text-decoration: none;
}

#leftcol li a:hover, #leftcol li a:focus {
background-color: #960;
color: #fff;
}

#rightcol {
	float: right;
	width: 139px;
	font-size: 80%;
}

#rightcol h4 {
font-size: 80%;
color: #960;
padding: 3px;
}

#rightcol p {
font-size: 70%;
padding: 0 3px 8px 3px;
}

#content {
	width: 480px;
	margin-left: 145px;
}

#content h1 {
	font-size: 140%;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

#content h2 {
	font-size: 130%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#content p {
font-size: 80%;
margin: 12px;
}

#content img {
	margin: 5px 10px 1px 0;/* top, rt, bot, lt */
	border: 1px solid #283F13; 
	}
	
blockquote {
	font-size: 80%;
	background-color: #FFFF66;
	border: 1px solid #000000;
	padding: 6px;
}

blockquote:hover {
	border: 1px solid #FF0000;
}

blockquote:ul, blockquote:ol{
	list-style-position:outside;
	margin-left:15px;
	list-style-type: disk;	
	font-size: 100%;
}

#footer {
	border-top: 1px solid #283F13;
	clear: both;
	background-color: #ffffff;
}

#footer p {
	font-size: 70%;
	color: #fff;
	padding: 8px;
	text-align: right;
}

a {
	color: #CC0000;
}

a:hover, a:focus {
	color: #FF3333;
	text-decoration: none;
}

.floatleft {
	float: left;
}

#skip a {
	position: absolute;
	margin-left: -1000px;
}

#skip a:focus, #skip a:active {
	margin-left: 0;
	display: block;
	width: 10em;
	overflow: visible;
	background-color: #000;
	color: #fff;
}

#blah:active {
}

