* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3em;
}
.footer, .push {
	clear:both;
	height: 3em;
}
body {
	background-color: #D5D6D7;
	font-family:Arial, Helvetica, sans-serif;
}
.right {
	float:right;
}
.left {
	float:left;
}
.dot_line {
	border-top:1px dotted #666;
	margin:10px 0px;
}
.content ul {
	padding-bottom:10px;
}
ul.deco li {
	font: 12px "Arial";
	padding-left:14px;
	background:url(../images/li_deco.gif) no-repeat 1% 30%;
	color:#333333;
	line-height:16px;
	padding-bottom:5px;
}
.content {
	padding-top:15px;
}
.container_24 {
	background:url(../images/body_bg.gif) repeat-y #FFF;
}
.top_nav {
	background:url(../images/nav_bg.gif) repeat-x;
	padding-left:30px;
}
/* top_nav */

ul.navigation {
	list-style: none;
	margin: 0;
	padding-top:12px;
	padding-bottom:30px;
	font: bold 11px Verdana;
	display:inline-block;
}
ul.navigation li {
	display: inline; /* this gets rid of the gaps */
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.navigation li a {
	padding:30px 15px;
	text-decoration:none;
	color: #FFF;/* or use height (tricks IE into letting you click anywhere on the block, not just the text */
}
ul.navigation li a:hover, ul.navigation li a.current {
	background:url(../images/nav_bg_current.gif) center bottom no-repeat;
	color:#FFF!important;
}
/*footer*/

.footer {
	background-color:#b6202e;
}
.footer p {
	color:#FFF;
	font-size:10px;
	line-height:normal;
	padding:15px 25px;
}
.footer a {
	text-decoration:none;
	color:#fff;
}
.footer a:hover {
	text-decoration:underline;
	color:#fff;
}
.table_deco_01 {margin:5px 0px 10px 0px;
	width:98%;
}
.table_deco_01 tr {
	border-bottom:1px solid #FFF;
}
.table_deco_01 tr td {
	vertical-align:top;
	padding:5px;
}
.table_deco_01 td {
	background-color:#f2f2f2
}
.table_deco_01 tr.odd td {
	background-color:#dcddde;
}
