@charset "utf-8";
/* CSS Document */



html, body {
	/* layout */ margin: 0px;
	padding: 0px;
	font-size: 90%;
}
p, th, td, ul, li, dd, dt, a {
	/* type */ font-family: Verdana, Geneva, sans-serif;
	font-size:1em;
	line-height:1.5em;
}
div {
	display:block;
	position:relative;
}
h1, h2, h3, h4, h5, h6 {
	/* layout */ margin:0px;
	padding:0px;
	/* type */ font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 3em;
}
h3 {
	font-size: 2em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 0.9em;
}
h6 {
	font-size: 0.75em;
}
a:link {
	color:#13437c;
	text-decoration:underline;
	margin:0;
	padding:0
}
a:visited {
	border:0px;
	color:#829fc7;
	text-decoration:none;
}
a:hover {
	border:0px;
	color:#13437c;
	text-decoration:none;
}
a:active {
	border:0px;
	color:#13437c;
	text-decoration:none;
}
hr {
	height: 1px;
	margin:0px 10px;
	padding:0px;
	position: relative;
}
p, img {
	border:0px;
	line-height:1.5em;
	margin:0px;
	padding:0px;
}
ul, li {
	margin:0px;
	padding:0px;
}
ul {
	list-style:none;
}
sup {
	line-height:0px;
}
td {
	vertical-align:text-top
}
/* End Clear CSS Properties */



body {
	background:url(images/background_body.jpg) repeat top left;
}
#container {
	width:980px;
	margin:0 auto;
}
#header {
	background:url(images/background_header.png) no-repeat top left;
	width:100%;
	height:160px;
}
#nav {
	position:absolute;
	right:25px;
	bottom:24px;
	height:29px;
}
#nav ul {
	position:relative;
}
#nav ul li {
	display:block;
	float:left;
	height:24px;
	background:url(images/background_nav.png) right top no-repeat;
	padding:5px 12px 0 0px;
	margin:0 1px;
}
#nav ul li a:link, #nav ul li a:visited {
	background:url(images/background_nav.png) 0px 29px #083A81;
	color:#FFF;
	text-decoration:none;
	display:block;
	height:24px;
	padding-left:12px;
}
#nav ul li a:hover {
	text-decoration:none
}
#nav ul li:hover {
	display:block;
	float:left;
	height:29px;
	background:url(images/background_nav.png) 100% -58px no-repeat;
	padding:0px 12px 0 0px;
	margin:0 1px;
}
#nav ul li:hover a:link, #nav ul li:hover a:visited {
	background:url(images/background_nav.png) 0px -87px #083A81;
	color:#FFF;
	display:block;
	height:29px;
	padding-left:12px;
}
#logo {
	position:absolute;
	left:-2px;
	top:5px;
	z-index:100;
}
#meat {
	background:url(images/background_meat.png) top left repeat-y;
	width:100%;
}
#content {
	width:620px;
	float:right;
	margin:0 20px 0 0;
}
#content h3 {
	margin:30px 0 0px 0;
	color:#13437c;
}
#content h4 {
	margin-top:10px;
	color:#13437c;
}
#content h3.firstheader {
	margin:0 0 0px 0;
}
#content p {
	margin-bottom:10px;
}
#content table {
	margin-bottom:10px;
}
#content ul {
	margin:0 0 10px 50px;
	list-style:disc;
	color:#13437c;
	font-size:1.1em;
}
#sidebar {
	background:url(images/background_sidebar.jpg) #083a81 repeat-x bottom left;
	color:#FFF;
	margin:0 10px;
	padding:75px 10px 0px 10px;
	width:300px;
}
#sidebar p {
	margin-bottom:10px;
}
#sidebar img {
	margin:10px 0;
}
#sidebar h3 {
	margin:30px 0;
}
#footer {
	background:url(images/background_footer.jpg) no-repeat top left;
	width:100%;
	height:43px;
	clear:both;
}

