@charset "UTF-8";
/* CSS Document */ 

.company {
	width:114px;
	text-align:left;
}
.jamps {
	width:63px;
	text-align:left;
}

* html body {
	behavior:url(csshover3.htc);
}

html, body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom:0px;
	margin-right:0px;
	text-align:center;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}

/* dotted outline link fix for firefox */	
a {
   outline: none;
}

#container {
  text-align:left;
  margin: 0 auto;
  width: 800px;
  min-height: 90%;
  } 

* html #container {
height: 90%;
}

#header {
	width:800px;
	height:121px;
}

#middle {
	width:800px;
	height:228px;
}

#menu_news {
	width:800;
	text-align:left;
	position:relative;
}

#footer {
	width:100%;
	height:97px;
	bottom:0px;
	vertical-align:bottom;
	min-height:97px;
	background-image:url(images/footer_back.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}

.footer_left {
	background-image:url(images/footer_leftb.gif);
	background-repeat:repeat-y;
	height:73px;
	
}

.title {
	font-family:Arial, Helvetica, sans-serif;
	color:#265ab5;
	font-size:16px;
	font-weight:bold;
	
}

.topnews {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.blue {
	font-family:Arial, Helvetica, sans-serif;
	color:#265ab5;
	font-size:10px;
}

.small {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
}

.orange {
	background-image:url(images/orange_back.gif);
	background-repeat:repeat;
	
}
a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#265ab5;
	text-decoration:none;
}
a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#265ab5;
	text-decoration:none;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#265ab5;
        text-decoration:underline;
}
a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#265ab5;
	text-decoration:none;
}

