body {
  position: absolute; 
	top: 0; 
	bottom: 0; 
	left:0; 
	right:0;
 	padding:0px;
 	margin:0px;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

div {
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
}

h1
{
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	text-decoration: underline;
}

h2 {
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
}

h3 {
	font-weight: normal;
	font-size: 26px;
	text-align: left;
	text-decoration: none;
}

p {
  text-align: justify;
}

p.error {
	font-weight: bold;
	color: #ff0000;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

hr {
	color: #000000;
	background-color: #000000;
	height: 1px;
	border: 0;
	padding: 0;
	margin: 0;
}



#outTable {
  width: 100%;
  height: 100%;
  background-color: #000000; 
}

#outTable .header {
  height: 119px;
	background-image: url(../images/header.gif);
	background-position: center left; 
}

#outTable .mainNav {
	color: #ffffff;
	font-family: Arial;
	background-color: #133080;
	height: 16px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}

#outTable .mainNav ul, #outTable .mainNav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#outTable .mainNav ul li a {
	padding-left: 0px;
	padding-right: 10px;	
	white-space: nowrap;
	text-decoration: none;
	color: #ffffff;
}

#outTable .mainNav ul li a:hover {
	padding-left: 0px;
	padding-right: 10px;	
	white-space: nowrap;
	text-decoration: underline;
	color: #ffffff;
}

#outTable .mainNav ul li span a {
	color: #ff0000;
}

#outTable .mainNav ul li span a:hover {
	color: #ff0000;
}

#outTable .mainNav ul li span.divider {
	display: none;
}

#outTable .leftColumn {
  width: 190px;
	background-image: url(../images/cellpic.gif);
	background-repeat: repeat-x; 
}

#outTable .middleColumn {
	background-color: #ffffff;
	height: 100%; 
	width: 100%; 
	color: #000000;
	font-family: Arial;
	font-size: 13px;
}

#outTable .rightColumn {
  width: 190px;
	background-image: url(../images/cellpic.gif);
	background-repeat: repeat-x;  
}

#outTable .footer {
  height: 15px;
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  text-align: right;
  background-color: #ffffff;  
}

#outTable .footer a {
  color: #000000;
  font-weight: bold; 
  text-decoration: none; 
}

#outTable .footer a:hover {
  color: #000000;
  font-weight: bold; 
  text-decoration: underline; 
}

#innerTable {
  margin-top: 10px;
  font-family: Arial;
  font-size: 13px;
}

#innerTable a {
  color: #000000;
  font-weight: bold; 
  text-decoration: none; 
}

#innerTable a:hover {
  color: #000000;
  font-weight: bold; 
  text-decoration: underline; 
}

#newsbox {
		font-family: Arial;
    font-size: 11px;
		text-align: center;
		color: #000000;
	}
	
	#newsbox p {
		margin-top: 5px
		padding: 2px 5px 0 5px;
		text-align: center;
	}
	
	#newsbox p.right {
		text-align: right;
	}
		
	#newsbox a
	{
		font-weight: bold;
		text-decoration: underline;
		color: #000000;
	}
	
	#newsbox a:hover
	{
		font-weight: bold;
		text-decoration: none;
		color: #000000;
	}
	
	#newsbox .date {
		padding: 2px 5px 0 5px;
		font-weight: bold;
		text-align: left;
	}
	
	#newsbox .headline {
		margin: 0 0 5px 0;
		padding: 2px 5px 0 5px;
		text-align: left;
	}
	
	
	p.messagePicture_Right {
		margin-top: 15px;
		margin-left: 5px;
		padding: 0;
		float: right;
}

p.messagePicture {
		margin-right: 5px;
		margin-top: 5px;
		float: left;
}

p.pagelink {
		clear: both;
		border-top: 1px solid #000000;
		text-align: center;
	}
	
p.pagelink a
	{
		text-decoration: none;
		color: #000000;
	}
	
p.pagelink a:hover
	{
		text-decoration: underline;
		color: #000000;
	}

p.address {
  padding: 0;
  margin: 0;
}

p.address_error {
  padding: 0;
  margin: 0;
  font-weight: bold;
	color: #ff0000;
}
	
	
span.icon {
 float: left;
 margin: 0px;
 width: 25px;
}

span.left {
 float: left;
 margin: 0px;
 width: 150px;
 text-align: left;
}

span {
 display: block;
 margin-left: 175px;
}

.radio_input {
	color: #000000;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 0px;
	font-size: 13px;
}

p.InfoBox {
		margin-left: 5px;
		padding: 5px;
		float: right;
		background-color: #00cc99;
		width: 190px;
		border: 1px solid #000000;
}

p.InfoBox a
	{
		text-decoration: none;
		font-weight: bold;
		color: #000000;
	}
	
p.InfoBox a:hover
	{
		text-decoration: underline;
		font-weight: bold;
		color: #000000;
	}
	
	input, textarea, select {
		background-color: #ffffff;
		margin: 1px;
		padding: 1px;
		border:1px solid #000000;
		font-size: 13px;
	}
	
	form {
		margin: 0px;
		padding: 0px;
	}
	
	.menulinks {
	position: absolute;
		top: 155px;
		left: 3px;
	padding: 2px 5px 0 5px;
	font-family: Arial;
    font-size: 11px;
}
.menulinks ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}

.menulinks ul li {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}

.menulinks ul li a
{
	line-height: normal;
	display: block;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 2px 0px;
	text-decoration: none;
	color: #000000;
}

.menulinks ul li a:hover
{
	line-height: normal;
	display: block;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 2px 0px;
	text-decoration: underline;
	color: #000000;
}


#addressbox {
		position: absolute;
		bottom: 27px;
		left: 0px;
		text-align: left;
		line-height: 14px;
		color: #000000;
		font-family: Arial;
    font-size: 11px;
		z-index:1;
	}
	
	#addressbox a {
		color: #ffffff;
		text-decoration: none;
		color: #000000;
	}
	
	#addressbox a:hover {
		color: #ffffff;
		text-decoration: underline;
		color: #000000;
	}
	
	#logo {
		position: absolute;
		bottom: 80px;
		left: 45px;
		z-index:0;
	}
	
.itemlistbit {
	float: left;
	width: 180px;
	height: 240px;
}

.itemlistbitgroup {
  font-size: 12px;
  float: left;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  width: 360px;
}

	
#out {
  position:relative;
  padding: 0;
}

p.white {
	font-weight: bold;
	color: #ffffff;
}

p.white a {
  color: #ffffff;
  font-weight: bold; 
  text-decoration: none; 
}

p.white a:hover {
  color: #ffffff;
  font-weight: bold; 
  text-decoration: underline; 
}