@charset "utf-8";
/* CSS Document */

#navbar {
	position:absolute;
	left:5px;
	top:105px;
	width:850px;
	height:30px;
	z-index:4;
	background-color: #125b92;
}
#navbar2 {
	position:absolute;
	left:855px;
	top:105px;
	width:174px;
	height:30px;
	z-index:auto;
	background-color: #125b92;
}

#footer {
	position:relative;
	right:0px;
	width:197px;
	height:180px;
	z-index:3;
	text-align: center;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #125b92;
	border-right-color: #125b92;
	border-bottom-color: #125b92;
	border-left-color: #125b92;
	float: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
#footer2 {
	float: left;
	width: 197px;
	height: 180px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #125b92;
	border-right-color: #125b92;
	border-bottom-color: #125b92;
	border-left-color: #125b92;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
#footer3 {
	float: left;
	height: 180px;
	width: 626px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #125b92;
	border-right-color: #125b92;
	border-bottom-color: #125b92;
	border-left-color: #125b92;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

.tcenter {
	text-align: center;
}

#menu {
	position:absolute;
	left:5px;
	top:138px;
	width:1024px;
	height: auto;
	z-index:2;
	color: #000;
	overflow: auto;
	border-bottom-color: #125b92;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
#header {
	position:absolute;
	left:5px;
	top:0px;
	width:1024px;
	height:99px;
	z-index:1;
}
a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	text-align: center;
}
.left {
	text-align: left;
}
h1 {
	font-size: x-large;
	}
h2 {
	font-size: large;
	
}
p {
	font-size: medium;
	font-weight: normal;
	
}

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
}
em {
	font-size: x-small;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
.edge {
	color: #06C;
}
.si {
	color: #900;
}
.box {
	width: 300px;
	border: medium solid #125B92;
}