body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFE8B7;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1{
	font-size: 1.5em;
	color: #12398B;
	text-align: center;
}
h2{
	text-align: center;
	font-size: 1.2em;
	color: #265FBB;
}
p{
}
.heading {
	background-image: url(header.png);
	background-repeat: repeat-x;
	background-position: center center;
}
.boxaround {
	border: 1px solid #DDB768;
}
a.nav {
	color: #990000;
	background-image: url(nav1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 15px;
}
a.nav:hover {
	color:#DA4918;
	background-image: url(nav2.png);
}
.lineabove {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDB768;
}
a.catalog {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	background-image: url(catalog1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 38px;
	padding-bottom: 5px;
	padding-left: 35px;
}
a.catalog:visited{
	color:#990000;
}
a.catalog:hover {
	color: #CC6600;
	background-image: url(catalog2.png);
}
.shadow {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E1B351;
	border-bottom-color: #E1B351;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li{
	display: block;
	margin-right: 12px;
	float: left;
	width: 300px;
	height: 100px;
	padding: 10px;
	margin-left: 40px;
	background-color: #FFE8B7;
	margin-bottom: 40px;
	margin-top: 10px;
	font-size: 1.5em;
	color: #405984;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E3C58C;
	border-bottom-color: #E3C58C;
}
li a,li a:visited{
}
li a:hover{
}.footer {
	height:7px;
	background-color:#184AB5;
	padding: 0px;
}

