a:visited {color: #228;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%
	margin: 0;
	background-color: #fff;
	
}

#banner {
	position: absolute; top: 0px; left: 0px;
	background-color: #660000;
	background-image: url(graphics/banner.jpg);
	width: 849px; height: 100px;
	border-bottom: 3px solid #000;

}

* html #banner {

	width: 780px; height: 100px;
	w/idth: 780px; h/eight: 100px;
	border-bottom: 3px solid #000;


}

#footer {
	position: absolute; bottom: 0px;
	width: 655px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	background-color: #fff;
}

#content {

	position: absolute; top: 149px; left: 153px;
	width: 659px; 
	padding-left: 10px;
	padding-right: 20px;
	color: #000;
	background-color: #fff;
	text-align: left;
	border-top: 3px solid #000;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	z-index: 2;

}

* html #content {

	width: 614px;
	w/idth: 614px;
	border-left: 3px solid #000;
	b/order-left: 3px solid #000;

}

#content img {
	float: left;
	padding-right: 10px;
}

#content h2 {

padding-top: 10px;
border-bottom: 2px solid red;

}

#navbar {
	position: absolute; top: 104px; left: 0px;
	width: 849px; height: 47px;
	background-color: white;
	text-align: center; 

	z-index: 1;

}

* html #navbar {

	width: 780px; height: 37px;
	w/idth: 777px;
	border-top: 3px solid #000;
}

#navbar ul, #sidebar ul {

	list-style: none;

}

#navbar li {

	display: inline;
	vertical-align: text-top; 
	padding: 0px 30px 30px 0px; 
	width: 115px;

}

#navbar a, #sidebar a {
	text-decoration: none;
	color: #00f;
	font-weight: bold;
}

#navbar a:hover, #sidebar a:hover{

	color: #09f;
	
}

#navbar li.current, #sidebar li.current{

	color: #000;
	font-weight: bold;

}

#sidebar {
	position: absolute; top: 149px; left: 0px;
	color: #FFFFFF;
	background-color: #660000;
	width: 154px; height: 800px;
	border-top: 3px solid #000;
	z-index: 2;
}

.minical {
	background-color: grey;
}

* html #sidebar { width: 156px; w/idth: 150px;}

#sidebar li {

	background-image: url(graphics/buttnorm.gif);
	background-repeat: no-repeat;
	background-position: left; 
	padding: 10px 0 10px 10px; 
	margin: 10px 0 0 0px;
	list-style: none;
}

#sidebar a:hover {

	background-image: url(graphics/buttact.gif);
	background-position: left;
}

.boldblue {
	color: darkblue;
	font-weight: 900;
}

.boldred {
	color: red;
	font-weight: 700;
}

.boldpurple {
	color: purple;
	font-weight: 900;
}
