html {
	height: 100%;
	width: 100%;
}
body {
	background: #0B454A;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #0B454A;
}
a:hover {
	text-decoration: underline;
}

p {
	font-size:12px;
}

h1 {
	border-bottom: 1px solid #ccc;
	font-size:22px;
	font-weight:lighter;
}
h5 {
font-size:16px;
color: #0B454A;
}
#banner, #nav, #page, #footer {
	width: 764px;
	margin: 0 auto;
}

#banner {
	height: 225px;
			border-left:1px solid #999;
	border-right: 1px solid #999;
}

#nav {
	color: #FFF;
	text-align: center;
	height: 64px;
	position: relative;
	border-bottom: 1px solid #FFF;
		border-left:1px solid #999;
	border-right: 1px solid #999;
	background: #A81117 url(images/nav_bg.png) repeat-x center center;
}
#nav ul, #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	display: inline;
}
#nav li a {
	color: #FFF;
	width: 150px;
	text-transform: uppercase;
	padding: 10px 50px;
	font: 18px/64px Arial, Helvetica, sans-serif;
}
#nav li a:hover {
margin:0;
padding: 10px 50px;
	text-decoration: none;
	background: url(images/nav_hover.jpg) no-repeat center center;
}
#page {
	background: #FFF url(images/side-column_bg.png) repeat-y right top;
	position: relative;
	border-left:1px solid #999;
	border-right: 1px solid #999;
	
}
#categories {
	margin: 0;
	padding: 10px 0;
	width: 180px;
	float: right;
}
#categories li {
	margin: 0;
	padding: 0;
	list-style:none;
}
#categories a {
	color: #0B454A;
	font-weight: bold;
}
#content {
	width:560px;
}
#content .padding {
	padding: 10px;
}
#footer {
	color: #FFF;
	font-size: 11px;
	height: 110px;
	overflow: hidden;
	border-top: 1px solid #FFF;
			border-left:1px solid #999;
	border-right: 1px solid #999;
			border-bottom:1px solid #999;
	position: relative;
	background: #A81117 url(images/footer_bg.jpg) repeat-x center top;
}
#footer .padding {
	padding: 30px 10px 0;
}
#footer #copyright {
	font-size: 10px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#footer #copyright a {
	color: #FFF;
	font-weight: bold;
}
#footer #copyright a:hover {
	text-decoration: underline;
}
img {
margin: 5px;
}
.hiLite {
font-weight:bold;
font-style:italic;
color:#FF0000;
}