body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#container {
	height: 100%;
	width: 900px;
	background-image: url(/images/right_tile.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
}
#banner {
	margin:0; padding:0;
	width:760px; height:84px;
	background-image: url(/images/banner.gif);
}
#banner_menu {
	position: absolute;
	left: 576px;
	top: 19px;
}
#banner span { display:none }
#content {
	width: 590px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 160px;
	background-image: url(/images/img_fade.jpg);
	background-repeat: no-repeat;
	background-position: 130px 0px;
	margin: 0px;
}
.home_cat {
	width: 185px;
	float: left;
	margin: 5px;
}
.home_cat ul {
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000033;
	border-bottom-color: #000033;
	margin: 2px;
	width: 80%;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
.home_cat li {
	list-style-type: none;
	margin-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.home_cat a {
	color: #003a8a;
}
#footer {
	height: 100%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003a8a;
	text-align: center;
}
#footer a{
	color: #003a8a;
	font-size: 12px;
	font-weight: normal;
}
#boxes {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 84px;
}
#boxes h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2a3078;
	background-image: url(/images/box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 128px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d3bd;
}
#boxes ul {
	background-image: url(/images/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 3px;
	margin-left: 1px;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 17px;
	padding-right: 10px;
	background-color: #A7C0D4;
}
#boxes li {
	list-style-image: url(/images/arrow.gif);
	margin-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#boxes a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#boxes a:hover {
	text-decoration: underline;
}
#right_img {
	position: absolute;
	left: 760px;
	top: 0px;
}
