body, html
{
  margin:0;
  padding:0;
  height:100%;
  width:100%;
  font-family: Verdana, Hevetica, sans-serif;
  font-size: 10px;
  background-color: white;
  background-image:url('../img/background.png');
  background-position: center top;
  background-repeat:repeat-y;
}
h1 {
	font-size:14px;
	color: #ba122b;
	margin-top:0;
}
h2 {
	font-size:14px; 
}
h3 {
	font-size:12px;
}
table
{
  margin:0;
  padding:0;
}
th,td {
  margin:0;
  padding:0;
}
th {
	font-weight:bold;
	text-align:center;
}
p,fieldset,table,pre {

}
a
{
  color:black;
}
a.menu_item
{
  color: #7f7f7f;
  text-decoration: none;
}
a.menu_item:hover
{
  color: #000000; 
  background-color:white;
  height:19px;
}

img
{
  border: 0;
}
input[type=text],input[type=password],textarea
{
  width:200px;
  font-size: 10px;
}

#container
{
  position: absolute;
  left: 50%;
  width:950px;
  margin-left: -475px;
  height:100%;
}

.container_content
{
  height:100%;
}

.colomn_frame
{
  position: relative;
  float:left;
  width:130px;
  background-color:#ba122b;
  height:100%;
}

.container_content_middle
{
  position: relative;
  float:left;
  width:690px;
}
.content
{
  float:left;
  width:310px;
  margin-top:24px;
  margin-left:87px;
  margin-right:20px;
}
.wider
{
  width:550px;
}
.content_right
{
  float:left;
  margin-top:24px;
  width:250px;
}
.top
{
  position: absolute;
  background-color:#ba122b;
  width:950px;
  text-align:center;
  z-index:0;
}
.bottom
{
  position: fixed;
  bottom:8px;
  color:white;
}
.menu
{
  position: absolute;
  background-image:url('../img/trans.png');
  width:690px;
  margin-left:130px;
  margin-top:150px;
  height:24px;
  z-index:5;
  text-align:center;
  font-size: 12px;
  color: #7f7f7f;
}
.menu_item
{
  position: relative;
  float:left;
  margin:3px;
}

#logo
{
  position: absolute;
  z-index:5;
  margin-left:50px;
  margin-top:50px;
}
#leftimage
{
  position: fixed;
  bottom:8px;
  z-index:5;
  margin-left:55px;
}
.error
{
  border:1px dotted red;
  padding:5px;
  background-color: #ffd4da;
  font-size:14px;
  margin-bottom: 10px;
}
.message
{
  border:1px dotted green;
  padding:5px;
  background-color: #dfffd4;
  font-size:14px;
  margin-bottom: 10px;
}

