@media screen, print {
#head {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	height: 60px;
	background-color: white;
	color: black;
	font-size: 30px;
	
}

.navbar {
	background-color: #DFECFF;
	color: #261DA0;
	font-size: 12px;
	width: 175px;
}

.navbar a {
	color: Blue;
	text-decoration: none;
	width: 175px;
	padding-left: 5px;
	padding-right: 5px;
}

.navbar a:hover {
	color: white;
	background-color: #261DA0;
	text-decoration: none;
	width: 175px;
}

.navbar a:active {
	color: white;
	background-color: #261DA0;
	text-decoration: none;
	width: 175px;
}

.navbarhead {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #261DA0;
	background-color: transparent;
	text-align: center;
}

.thisbody {
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	width: 825px;
}

.logo {
	
}

.tagline {
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	color: #261DA0;
}

.content {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

p {
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: black;
	background-color: transparent;
}

h1 {
	font: 600 22px/28px Arial, Helvetica, sans-serif;
	color: white;
	background-color: #261DA0;
	padding-left: 5px;
	padding-bottom: 4px;
	width: 100%;
}

h2 {
	font: 600 16px/18px Arial, Helvetica, sans-serif;
	color: #3475AA;
	background-color: transparent;
}

h3 {
	font: 600 14px/16px Arial, Helvetica, sans-serif;
	color: #261DA0;
	background-color: transparent;
}


.table {
	border: 1px solid black;
}

a {
	color: #3475AA;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #3475AA;
	background-color: transparent;
	text-decoration: none;	
}

.title {
	font: 600 12px Arial, Helvetica, sans-serif;
	color: #3475AA;
	Background-color: #F4F0E5;
}

.cell {
	font: 10px/14px Arial, Helvetiva, sans-serif;
}

.price {
	font: 600 12px Arial, Helvetica, sans-serif;
	color: #3475AA;
	background-color: #F4F0E5;
	text=align: center;
	width: 60px;
}

.sidecart {
	font-size: 10px;
}

.sidecarthead {
	font-size: 10px;
	font-weight: bold;
}

.sidebar {
	width: 200px;
	vertical-align: top;
	padding-left: 10px;
}

.copyright {
	font-size: 10px;
	text-align: center;
}

.copyright a{
	color: black;
	text-decoration: underline;
}

}
	
@media print {

	.menu {
		display: none;
	}
	
	.logo {
		display: none;
	}
}	