ul, li, td, p { text-align: left; }
div.footer p { text-align: center; }


a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #000066;
	text-decoration: underline;
}

/*Navigation*/

ul.navigation {
	position: absolute;
	left:-25px;
}

ul.navigation li {
	list-style: none;
	text-align: right;
	line-height: 14px;
}

ul.navigation li a {
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 18px;
	text-align: right;
	width: 126px; 
	height: 31px;
	background: url(../images/btn.png) left no-repeat;
	display: block;
	padding-top: 10px;
	padding-right: 25px;
}

ul.navigation li.fix a {
	font-size: 16px;
	padding-top: 7px;
	height: 41px;
}

span.fix {
	font-size: 12px;
}

ul.navigation li a:hover {
	background-position: right;
}

/* home */

ul.navigation_home {
	position: absolute;
	left:-23px;
	top:217px;
	z-index:1000;
}

ul.navigation_home li {
	list-style: none;
	text-align: right;
	margin-top: -4px;
	line-height: 14px;
}

ul.navigation_home li.fix a {
	font-size: 16px;
	padding-top: 7px;
	height: 41px;
}

span.fix {
	font-size: 12px;
}

ul.navigation_home li a {
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 18px;
	text-align: right;
	width: 126px; 
	height: 35px;
	background: url(../images/btn_home.png) left no-repeat;
	display: block;
	padding-top: 12px;
	padding-right: 25px;
}

ul.navigation_home li a:hover {
	background-position: right;
}

object.home { 
	position: absolute;
	z-index: 1;
}

body {
	width:800px;
	margin:0px auto;
	position: relative;
	border: #0950a0 1px solid;
	padding-right: 4px;
	position: relative;
}

html { background: url(../images/bg.png) repeat-x #3e76b5; }

h2 { 
	color:#0950a0;
	margin-top: 0px;
}

h2.sub_head {
	color:#0950a0;
	margin-left: 5px;
	margin-bottom: -5px;
	margin-top: 15px;
}
